Commit Graph

8371 Commits

Author SHA1 Message Date
Axel Morawietz
ccf0e771c3 onboardingapp: Fix bugs 3397,3034 & link pems properly
This change will make sure that a user can click
on a link to install the CAs even if displaying
the logos fails.
2020-02-15 13:55:53 -08:00
Thomas Kriechbaumer
96762fe65e
Merge pull request #3811 from rohfle/rohfle-http2-send-all-stream-resets
http2: send all stream reset types to other connection
2020-02-15 14:02:27 +01:00
Rohan Fletcher
e25e464acb http2: added test for all stream reset types 2020-02-12 09:36:39 +13:00
Thomas Kriechbaumer
84cbb8fc1f
Merge pull request #3815 from Kriechi/fix-3780
fix #3780
2020-02-09 13:28:38 +01:00
Thomas Kriechbaumer
ae6fe83adb fix #3780 2020-02-08 21:48:14 +01:00
Thomas Kriechbaumer
c16b488787
Merge pull request #3814 from 2NuFyeat4PZt/patch-1
Update concepts-filters.md
2020-02-08 16:04:29 +01:00
2NuFyeat4PZt
6d71a8c0d9
Update concepts-filters.md
Provide a working example for the ~m filter
2020-02-07 13:41:47 +00:00
Rohan Fletcher
50e8fc2804 http2: send all stream reset types to other connection 2020-02-06 17:31:06 +13:00
Maximilian Hils
735b8e35c9
Merge pull request #3809 from mhils/issue-3801
fix #3801
2020-02-04 21:39:15 +01:00
Maximilian Hils
be4ba3f1c6 fix #3801 2020-02-04 19:26:14 +01:00
Maximilian Hils
fdc0864b2d
Merge pull request #3801 from mitmproxy/issue-3794
Improve command detection heuristics
2020-02-02 18:34:43 +01:00
Maximilian Hils
7f7838eba9
Merge pull request #3798 from typoon/issue-3797
Fix for issue 3797
2020-01-27 22:47:56 +01:00
Maximilian Hils
9253a6c6a5
Merge pull request #3792 from beth92/patch-1
Update WSGI example
2020-01-27 22:47:11 +01:00
Maximilian Hils
bfcd3ff6ea
improve command detection heuristics
this fixes #3794
2020-01-27 22:44:36 +01:00
Gilgamesh
c9af29b24a Fix for issue 3797 2020-01-24 21:52:06 -05:00
beth
f5b76d6230 Address lint 2020-01-20 13:47:14 -05:00
beth92
d573d4e5d7
Update WSGI example 2020-01-20 13:25:30 -05:00
Maximilian Hils
66fe653063
Merge pull request #3789 from mprencipe/issue-3775
Fix broken link with link to similar addon. This fixes issue #3775.
2020-01-20 11:25:48 +01:00
Maximilian Hils
ec41091748
Merge pull request #3791 from Eluch/master
Fix wording for ssl_insecure option on mitmweb
2020-01-20 11:24:45 +01:00
Ferenc soós
e838aa1860 Fix wording for ssl_insecure option on mitmweb 2020-01-20 10:09:16 +01:00
Massimo Prencipe
34ab180bad
Fix broken link with link to similar addon. This fixes issue #3775. 2020-01-19 23:08:57 +02:00
Maximilian Hils
b020a11c1a
Merge pull request #3787 from itaisod/console-command-quotes
Fix console command quotes issues
2020-01-19 18:36:49 +01:00
Itai Sadan
78dc2094b0 fix re-raised exceptions not having a message 2020-01-18 12:59:59 +02:00
Itai Sadan
04c88b49c8 remove status_message.send where log.error has the same effect 2020-01-18 12:00:23 +02:00
Itai Sadan
eaab77960b fix missing error to event log in commandexecutor.py 2020-01-18 11:44:12 +02:00
Itai Sadan
046de4a39b Expose CommandManager.call_strings and use it in consoleaddons.py
This avoids the whole quote/unquote issue.
2020-01-18 11:22:54 +02:00
Itai Sadan
0afd0c933b consoleaddons.py - add command_lexer.quote where it seems relevant 2020-01-18 10:44:00 +02:00
Itai Sadan
f2c0f598b5 Replace tabs with spaces in error
because the event log replaces them with question marks
2020-01-17 16:26:59 +02:00
Itai Sadan
825bc9aa47 Fix command quotes and error logging
Fixes error when trying to manually set "multipart form" view.
Also fixes "(more in eventlog)" prompt where nothing is written to the
event log.
2020-01-17 16:22:38 +02:00
Maximilian Hils
6e57d60f7d
Merge pull request #3782 from ThinkChaos/fix_sigterm
Exit on SIGTERM instead of prompting
2020-01-15 01:02:05 +01:00
ThinkChaos
c416ac0517 Exit on SIGTERM instead of prompting 2020-01-11 13:18:54 +01:00
Maximilian Hils
ffbe558b6c
Merge pull request #3779 from ylmrx/fix_negative_duration
fix: ValueError: math domain error" in table mode #3778
2020-01-10 18:45:45 +01:00
Yoann Lamouroux
d7f43e72ca fix: ValueError: math domain error" in table mode when displaying a server replay flow #3778 2020-01-10 18:10:24 +01:00
Maximilian Hils
184384af57
docs: document no websocket replay
this refs #3564
2020-01-03 13:47:09 +01:00
Maximilian Hils
13a7f18084
docs: update Windows cert import instructions
as per https://github.com/mitmproxy/mitmproxy/issues/3622#issuecomment-561968523
2020-01-03 13:17:25 +01:00
Thomas Kriechbaumer
7b638f1b6b
Merge pull request #3766 from Kriechi/bump-urwid
bump urwid
2019-12-31 11:54:26 +01:00
Thomas Kriechbaumer
842ecbf82c bump urwid
fixes #3765
2019-12-31 11:03:54 +01:00
Maximilian Hils
406f8acc97
Merge pull request #3762 from asfaltboy/add-pep-561-py.typed
Add py.typed stub as per PEP-561
2019-12-29 22:46:01 +01:00
Pavel Savchenko
5b2767d18b Add py.typed stub as per PEP-561 2019-12-29 14:19:39 +02:00
Maximilian Hils
f245d24767 update CHANGELOG for 5.0.1 2019-12-27 18:25:57 +01:00
Maximilian Hils
56e108bcfc pyinstaller: add publicsuffix2 hook 2019-12-27 17:59:56 +01:00
Maximilian Hils
d604e210d0 enable UTF-8 icons for WSL
conhost.exe supports UTF-8 nowadays, even though there is no font fallback and your
font needs to have the appropriate glyphs (DejaVu works, for example).
The new "Windows Terminal" application has a revamped font renderer and just works.
2019-12-27 17:52:51 +01:00
Thomas Kriechbaumer
f9798e8331
Merge pull request #3758 from pasanr/patch-1
Minor typo of 'with'
2019-12-27 13:55:35 +01:00
pasanr
e3c5505540
Minor typo of 'with' 2019-12-25 08:23:05 +05:30
Maximilian Hils
3da40eaaa4
Merge pull request #3754 from mhils/docker-latest
docker: auto-update latest tag
2019-12-21 11:31:14 +01:00
Maximilian Hils
b48260d20e docker: auto-update latest tag 2019-12-21 03:18:19 +01:00
Maximilian Hils
e48c91b0a4 update release instructions 2019-12-21 02:57:53 +01:00
Maximilian Hils
89c3675741 mitmproxy --version: incorporate non-annotated tags 2019-12-21 02:18:26 +01:00
Maximilian Hils
294eb32689
update release checklist 2019-12-21 02:17:39 +01:00
Maximilian Hils
62b89e9447
Merge pull request #3747 from cixtor/master
Fix #3571 to support image/webp in mitmweb to display previews
2019-12-20 16:31:29 +01:00