aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| * | | | Addressing comments from reviewHenrique2019-11-253-46/+86
| | | | |
| * | | | 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-252-13/+99
| | | | |
| * | | | Make windows happy once againHenrique2019-11-251-0/+8
| | | | |
| * | | | Make windows happyHenrique2019-11-251-0/+2
| | | | |
| * | | | Making windows happyHenrique2019-11-251-0/+1
| | | | |
| * | | | Oops, forgot to add the tests for the CommandHistory addonHenrique2019-11-251-0/+196
| | | | |
| * | | | 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-244-261/+314
| | | | |
| * | | | 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
| | | | |
| * | | | Moved command history to an addon and added a new feature:Henrique2019-11-236-86/+176
| | | | | | | | | | | | | | | | | | | | | | | | | * If you start typing a command and press "up" only commands starting with that string will be returned
| * | | | Implemented feature to save command history to a file. This allows usersHenrique2019-11-222-7/+46
| | |_|/ | |/| | | | | | | | | | to reuse their commands the next time they open mitmproxy
* | | | Merge pull request #3739 from gergesh/add-flow-to-contentview-metadataMaximilian Hils2019-12-067-16/+20
|\ \ \ \ | | | | | | | | | | Add flow to ContentView metadata
| * | | | Add flow to ContentView metadataYoav Shai2019-12-067-16/+20
| | | | |
* | | | | Merge pull request #3738 from gergesh/add-message-to-contentview-headersMaximilian Hils2019-12-051-0/+1
|\| | | | | | | | | | | | | | Add message to ContentView metadata
| * | | | Add message to ContentView metadataYoav Shai2019-12-051-0/+1
|/ / / /
* | | | Merge pull request #3734 from worldmind/masterMaximilian Hils2019-12-051-2/+2
|\ \ \ \ | | | | | | | | | | Fix converting to HAR in case of void response
| * | | | Fix converting to HAR in case of void responseShrub, Aliaksei2019-11-291-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #3735 from Kriechi/fix-3733Maximilian Hils2019-12-051-0/+2
|\ \ \ \ | |/ / / |/| | | close the client connection if TLS ClientHello parsing fails
| * | | close the client connection if TLS ClientHello parsing failsThomas Kriechbaumer2019-11-301-0/+2
|/ / /
* | | Merge pull request #3727 from typoon/mitmproxy-improve-commanderMaximilian Hils2019-11-261-5/+42
|\ \ \ | | |/ | |/| Commander bar navigation keys
| * | Remove blank lineHenrique2019-11-251-1/+0
| | |
| * | Fixed `ctrl w`Henrique2019-11-251-7/+13
| | |
| * | Added some navigation keys to the command bar same way as in a LinuxHenrique2019-11-251-5/+37
| |/ | | | | | | terminal
* / remove unused hyperlink in README.rstMaximilian Hils2019-11-231-1/+0
|/