aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #3692 from mhils/tls13Maximilian Hils2020-04-033-37/+60
|\ | | | | Update cryptography, enable TLS 1.3
| * 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
|\ \ | | | | | | Fix:Addon OptionsError is neither logged, nor does it stop mitmproxy
| * | 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 for issue 3833
| * | 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 changes
| * | 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
| | | | | | | | | | | | 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-151-7/+6
|\ \ | | | | | | http2: send all stream reset types to other connection
| * | 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 #3780
| * | fix #3780Thomas Kriechbaumer2020-02-081-8/+25
| | |
* | | 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
| | |/ | |/|
* | | 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
| | | | | | | | | | | | 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.
* | | Exit on SIGTERM instead of promptingThinkChaos2020-01-111-6/+6
| | |
* | | fix: ValueError: math domain error" in table mode when displaying a server ↵Yoann Lamouroux2020-01-101-1/+1
| |/ |/| | | | | replay flow #3778
* | Add py.typed stub as per PEP-561Pavel Savchenko2019-12-291-0/+0
| |
* | 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.
* | `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
|\ \ | | | | | | Save user executed commands to a history file
| * | 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 ↵Henrique2019-11-273-138/+73
| |\ \ | | | | | | | | | | | | command-history-file
| | * | simplify command history addonMaximilian Hils2019-11-263-138/+73
| | | |
| * | | Merge branch 'mitmproxy-improve-commander' of github.com:typoon/mitmproxy ↵Henrique2019-11-271-7/+42
| |\ \ \ | | |/ / | |/| | | | | | into command-history-file
| * | | Addressing comments from reviewHenrique2019-11-251-27/+42
| | | |
| * | | Removing the remotepdb stuff.Henrique2019-11-251-5/+0
| | | |