aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove yarn/npm from docsMeet Mangukiya2020-02-2580-1228/+5121
| | | | Closes https://github.com/mitmproxy/mitmproxy/issues/3716
* Merge pull request #3821 from axmo12/masterThomas Kriechbaumer2020-02-161-8/+8
|\ | | | | onboardingapp: Fix bugs 3397,3034 & link pems properly
| * onboardingapp: Fix bugs 3397,3034 & link pems properlyAxel Morawietz2020-02-151-8/+8
|/ | | | | | This change will make sure that a user can click on a link to install the CAs even if displaying the logos fails.
* Merge pull request #3811 from rohfle/rohfle-http2-send-all-stream-resetsThomas Kriechbaumer2020-02-152-7/+71
|\ | | | | http2: send all stream reset types to other connection
| * http2: added test for all stream reset typesRohan Fletcher2020-02-121-0/+65
| |
| * http2: send all stream reset types to other connectionRohan Fletcher2020-02-061-7/+6
| |
* | Merge pull request #3815 from Kriechi/fix-3780Thomas Kriechbaumer2020-02-092-9/+26
|\ \ | | | | | | fix #3780
| * | fix #3780Thomas Kriechbaumer2020-02-082-9/+26
| | |
* | | Merge pull request #3814 from 2NuFyeat4PZt/patch-1Thomas Kriechbaumer2020-02-081-0/+5
|\ \ \ | |_|/ |/| | Update concepts-filters.md
| * | Update concepts-filters.md2NuFyeat4PZt2020-02-071-0/+5
|/ / | | | | Provide a working example for the ~m filter
* | Merge pull request #3809 from mhils/issue-3801Maximilian Hils2020-02-041-1/+8
|\ \ | | | | | | fix #3801
| * | fix #3801Maximilian Hils2020-02-041-1/+8
|/ /
* | Merge pull request #3801 from mitmproxy/issue-3794Maximilian Hils2020-02-021-2/+3
|\ \ | | | | | | Improve command detection heuristics
| * | improve command detection heuristicsMaximilian Hils2020-01-271-2/+3
| | | | | | | | | this fixes #3794
* | | Merge pull request #3798 from typoon/issue-3797Maximilian Hils2020-01-271-2/+1
|\ \ \ | | | | | | | | Fix for issue 3797
| * | | Fix for issue 3797Gilgamesh2020-01-241-2/+1
| | | |
* | | | Merge pull request #3792 from beth92/patch-1Maximilian Hils2020-01-271-3/+3
|\ \ \ \ | |_|/ / |/| | | Update WSGI example
| * | | Address lintbeth2020-01-201-2/+2
| | | |
| * | | Update WSGI examplebeth922020-01-201-4/+4
|/ / /
* | | Merge pull request #3789 from mprencipe/issue-3775Maximilian Hils2020-01-201-3/+2
|\ \ \ | | | | | | | | Fix broken link with link to similar addon. This fixes issue #3775.
| * | | Fix broken link with link to similar addon. This fixes issue #3775.Massimo Prencipe2020-01-191-3/+2
| | | |
* | | | Merge pull request #3791 from Eluch/masterMaximilian Hils2020-01-203-3/+3
|\ \ \ \ | | | | | | | | | | Fix wording for ssl_insecure option on mitmweb
| * | | | Fix wording for ssl_insecure option on mitmwebFerenc soós2020-01-203-3/+3
|/ / / /
* | | | Merge pull request #3787 from itaisod/console-command-quotesMaximilian Hils2020-01-194-25/+29
|\ \ \ \ | |/ / / |/| | | Fix console command quotes issues
| * | | fix re-raised exceptions not having a messageItai Sadan2020-01-182-4/+4
| | | |
| * | | remove status_message.send where log.error has the same effectItai Sadan2020-01-182-12/+4
| | | |
| * | | fix missing error to event log in commandexecutor.pyItai Sadan2020-01-181-2/+5
| | | |
| * | | Expose CommandManager.call_strings and use it in consoleaddons.pyItai Sadan2020-01-182-15/+21
| | | | | | | | | | | | | | | | This avoids the whole quote/unquote issue.
| * | | consoleaddons.py - add command_lexer.quote where it seems relevantItai Sadan2020-01-181-7/+9
| | | |
| * | | Replace tabs with spaces in errorItai Sadan2020-01-171-1/+1
| | | | | | | | | | | | | | | | because the event log replaces them with question marks
| * | | Fix command quotes and error loggingItai Sadan2020-01-171-3/+4
|/ / / | | | | | | | | | | | | | | | Fixes error when trying to manually set "multipart form" view. Also fixes "(more in eventlog)" prompt where nothing is written to the event log.
* | | Merge pull request #3782 from ThinkChaos/fix_sigtermMaximilian Hils2020-01-151-6/+6
|\ \ \ | | | | | | | | Exit on SIGTERM instead of prompting
| * | | Exit on SIGTERM instead of promptingThinkChaos2020-01-111-6/+6
|/ / /
* | | Merge pull request #3779 from ylmrx/fix_negative_durationMaximilian Hils2020-01-101-1/+1
|\ \ \ | | | | | | | | fix: ValueError: math domain error" in table mode #3778
| * | | fix: ValueError: math domain error" in table mode when displaying a server ↵Yoann Lamouroux2020-01-101-1/+1
|/ / / | | | | | | | | | replay flow #3778
* | | docs: document no websocket replayMaximilian Hils2020-01-031-1/+3
| | | | | | | | | this refs #3564
* | | docs: update Windows cert import instructionsMaximilian Hils2020-01-031-1/+1
| |/ |/| | | as per https://github.com/mitmproxy/mitmproxy/issues/3622#issuecomment-561968523
* | Merge pull request #3766 from Kriechi/bump-urwidThomas Kriechbaumer2019-12-311-1/+1
|\ \ | | | | | | bump urwid
| * | bump urwidThomas Kriechbaumer2019-12-311-1/+1
|/ / | | | | | | fixes #3765
* | Merge pull request #3762 from asfaltboy/add-pep-561-py.typedMaximilian Hils2019-12-292-0/+1
|\ \ | | | | | | Add py.typed stub as per PEP-561
| * | Add py.typed stub as per PEP-561Pavel Savchenko2019-12-292-0/+1
|/ /
* | update CHANGELOG for 5.0.1Maximilian Hils2019-12-271-0/+5
| |
* | pyinstaller: add publicsuffix2 hookMaximilian Hils2019-12-271-0/+3
| |
* | enable UTF-8 icons for WSLMaximilian Hils2019-12-271-1/+1
| | | | | | | | | | | | 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.
* | Merge pull request #3758 from pasanr/patch-1Thomas Kriechbaumer2019-12-271-2/+2
|\ \ | | | | | | Minor typo of 'with'
| * | Minor typo of 'with'pasanr2019-12-251-2/+2
|/ /
* | Merge pull request #3754 from mhils/docker-latestMaximilian Hils2019-12-212-5/+10
|\ \ | | | | | | docker: auto-update latest tag
| * | docker: auto-update latest tagMaximilian Hils2019-12-212-5/+10
|/ /
* | update release instructionsMaximilian Hils2019-12-212-15/+17
| |
* | `mitmproxy --version`: incorporate non-annotated tagsMaximilian Hils2019-12-212-2/+2
| |