aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #3692 from mhils/tls13Maximilian Hils2020-04-033-37/+60
|\
| * temporarily fix key logging for OpenSSL 1.1.1fMaximilian Hils2020-04-031-5/+22
| * fix compatibility with Python 3.8 on WindowsMaximilian Hils2020-04-031-0/+8
| * use OpenSSL's hostname validationMaximilian Hils2019-11-231-30/+21
| * update cryptographyMaximilian Hils2019-11-231-2/+9
* | Only emit "serverconnect" after successfully connectingAlexander Prinzhorn2020-04-021-2/+2
* | Merge pull request #3849 from sarthak212/errorhandlingMaximilian Hils2020-04-021-5/+8
|\ \
| * | test resolveroot2020-03-111-1/+1
| * | Options Exception in scriptroot2020-03-111-5/+8
* | | Merge pull request #3839 from naivekun/fix_for_issue_3833Maximilian Hils2020-03-301-1/+7
|\ \ \ | |/ / |/| |
| * | fix #3833naivekun2020-03-021-1/+7
* | | 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