aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* test resolveroot2020-03-111-1/+1
* Options Exception in scriptroot2020-03-111-5/+8
* finish FIXME: move open_browser() to addon/browser (#3832)naivekun2020-03-083-37/+42
* Merge pull request #3841 from mhils/sans-io-adjustmentsMaximilian Hils2020-02-282-4/+10
|\
| * minor code style improvements, sync sans-io changesMaximilian Hils2020-02-282-4/+10
* | Fix wrong behavior of --allow-hosts optionsBlown_Snail2020-02-231-1/+1
|/
* update compiled mitmweb assets, fix #3822Maximilian Hils2020-02-211-1/+1
* onboardingapp: Fix bugs 3397,3034 & link pems properlyAxel Morawietz2020-02-151-8/+8
* Merge pull request #3811 from rohfle/rohfle-http2-send-all-stream-resetsThomas Kriechbaumer2020-02-151-7/+6
|\
| * http2: send all stream reset types to other connectionRohan Fletcher2020-02-061-7/+6
* | Merge pull request #3815 from Kriechi/fix-3780Thomas Kriechbaumer2020-02-091-8/+25
|\ \ | |/ |/|
| * fix #3780Thomas Kriechbaumer2020-02-081-8/+25
* | Merge pull request #3801 from mitmproxy/issue-3794Maximilian Hils2020-02-021-2/+3
|\ \
| * | improve command detection heuristicsMaximilian Hils2020-01-271-2/+3
* | | Merge pull request #3798 from typoon/issue-3797Maximilian Hils2020-01-271-2/+1
|\ \ \ | |/ / |/| |
| * | Fix for issue 3797Gilgamesh2020-01-241-2/+1
* | | Fix wording for ssl_insecure option on mitmwebFerenc soós2020-01-201-1/+1
* | | 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
* | | 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
* | | Fix command quotes and error loggingItai Sadan2020-01-171-3/+4
* | | Exit on SIGTERM instead of promptingThinkChaos2020-01-111-6/+6
* | | fix: ValueError: math domain error" in table mode when displaying a server re...Yoann Lamouroux2020-01-101-1/+1
| |/ |/|
* | Add py.typed stub as per PEP-561Pavel Savchenko2019-12-291-0/+0
* | enable UTF-8 icons for WSLMaximilian Hils2019-12-271-1/+1
* | `mitmproxy --version`: incorporate non-annotated tagsMaximilian Hils2019-12-211-1/+1
* | bump versionMaximilian Hils2019-12-161-1/+1
* | bump versionMaximilian Hils2019-12-161-1/+1
* | [web] update compiled assetsMaximilian Hils2019-12-123-5/+5
* | fix #3722Maximilian Hils2019-12-121-5/+11
* | Merge pull request #3724 from typoon/command-history-fileMaximilian Hils2019-12-126-55/+126
|\ \
| * | Making linter happyHenrique2019-11-271-1/+0
| * | Fixed small bugs on command_history and testsHenrique2019-11-271-2/+8
| * | Merge branch 'command-history-file' of github.com:typoon/mitmproxy into comma...Henrique2019-11-273-138/+73
| |\ \
| | * | simplify command history addonMaximilian Hils2019-11-263-138/+73
| * | | Merge branch 'mitmproxy-improve-commander' of github.com:typoon/mitmproxy int...Henrique2019-11-271-7/+42
| |\ \ \ | | |/ / | |/| |
| * | | Addressing comments from reviewHenrique2019-11-251-27/+42
| * | | Removing the remotepdb stuff.Henrique2019-11-251-5/+0
| * | | Fixing it back to what it wasHenrique2019-11-251-5/+6
| * | | Logic to handle multiple instances using CommandHistory.Henrique2019-11-251-7/+23
| * | | Making windows happyHenrique2019-11-251-0/+7
| * | | Moved confdir check logic into the addonHenrique2019-11-252-13/+7
| * | | Make `mypy` happyHenrique2019-11-241-1/+1
| * | | Fixed the logic according to some tests, added new testsHenrique2019-11-243-95/+68
| * | | Making the linter happyHenrique2019-11-235-15/+5
| * | | Fix to check if command_history file exists prior to trying to read itHenrique2019-11-231-2/+5
| * | | Fix to create the confdir in case it doesn't existHenrique2019-11-231-7/+20