aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
| |
* | update release checklistMaximilian Hils2019-12-211-10/+5
| |
* | Merge pull request #3747 from cixtor/masterMaximilian Hils2019-12-201-1/+1
|\ \ | | | | | | Fix #3571 to support image/webp in mitmweb to display previews
| * | Fix #3571 to support image/webp in mitmweb to display previewsCixtor2019-12-171-1/+1
|/ /
* | update trove classifiersMaximilian Hils2019-12-161-6/+4
| |
* | Revert "ci: run on tags"Maximilian Hils2019-12-161-1/+1
| | | | | | | | | | | | This reverts commit 924f677fb6d3dd5500c6e72be4936015d1ac7daa. We suddenly get "push" builds for tags as well, so it's not really clear what's happening. Removing for now.
* | bump versionMaximilian Hils2019-12-161-1/+1
| |
* | bump versionMaximilian Hils2019-12-161-1/+1
| |
* | ci: run on tagsMaximilian Hils2019-12-161-1/+1
| |
* | Merge pull request #3745 from mhils/v5.xMaximilian Hils2019-12-129-6249/+8315
|\ \ | | | | | | Prepare 5.0 release
| * | update CHANGELOG for 5.0Maximilian Hils2019-12-121-0/+43
| | |
| * | [web] update compiled assetsMaximilian Hils2019-12-123-5/+5
| | |
| * | [web] fix status column renderingMaximilian Hils2019-12-121-5/+5
| | |
| * | [web] update gulp to fix nodejs compatibilityMaximilian Hils2019-12-123-6234/+8251
| | |
| * | fix #3722Maximilian Hils2019-12-121-5/+11
|/ /
* | Merge pull request #3724 from typoon/command-history-fileMaximilian Hils2019-12-128-218/+633
|\ \ | | | | | | Save user executed commands to a history file
| * | Making linter happyHenrique2019-11-271-1/+0
| | |
| * | Fixed small issueHenrique2019-11-271-2/+2
| | |
| * | Fixed small bugs on command_history and testsHenrique2019-11-272-157/+173
| | |
| * | Merge branch 'command-history-file' of github.com:typoon/mitmproxy into ↵Henrique2019-11-275-221/+105
| |\ \ | | | | | | | | | | | | command-history-file
| | * | command history: start adjusting testsMaximilian Hils2019-11-262-83/+32
| | | |
| | * | simplify command history addonMaximilian Hils2019-11-263-138/+73
| | | |
| * | | Merge branch 'master' of github.com:mitmproxy/mitmproxy into ↵Henrique2019-11-271-1/+0
| |\ \ \ | | | | | | | | | | | | | | | command-history-file
| * \ \ \ Merge branch 'mitmproxy-improve-commander' of github.com:typoon/mitmproxy ↵Henrique2019-11-271-7/+42
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | into command-history-file