Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added add-ons that enhance the performance of web application scanners. (#3961) | anneborcherding | 2020-05-04 | 6 | -0/+683 |
* | add test for console error | root | 2020-05-01 | 1 | -0/+2 |
* | Merge pull request #3929 from sarthak212/colorizejson | Maximilian Hils | 2020-04-19 | 1 | -5/+32 |
|\ | |||||
| * | json contentview: minor improvements | Maximilian Hils | 2020-04-19 | 1 | -5/+30 |
| * | colorize json | root | 2020-04-19 | 1 | -0/+2 |
* | | lint, mypy, tests++ | Maximilian Hils | 2020-04-12 | 4 | -6/+51 |
|/ | |||||
* | minor improvements, tests++ | Maximilian Hils | 2020-04-09 | 3 | -4/+25 |
* | #3911 Support keybinding for different contexts with different commands | Kevin Cui | 2020-04-07 | 1 | -4/+18 |
* | Merge pull request #3893 from matosconsulting/mitmenhancedhostcheck | Maximilian Hils | 2020-04-06 | 1 | -0/+58 |
|\ | |||||
| * | #3885 implement simpler regex for host validation | Marcus R. Matos | 2020-04-05 | 1 | -8/+2 |
| * | #3885 handle hyphens in domain name, enhance validation checks, linter updates | Marcus R. Matos | 2020-04-03 | 1 | -2/+2 |
| * | #3885 handle hyphens in domain name, enhance validation checks | Marcus R. Matos | 2020-04-03 | 1 | -0/+64 |
* | | don't force host header on outgoing requests | Maximilian Hils | 2020-04-04 | 1 | -12/+0 |
* | | sync sans-io adjustments | Maximilian Hils | 2020-04-04 | 1 | -0/+5 |
|/ | |||||
* | Merge pull request #3692 from mhils/tls13 | Maximilian Hils | 2020-04-03 | 16 | -347/+378 |
|\ | |||||
| * | fix tls test on Windows | Maximilian Hils | 2020-04-03 | 1 | -0/+4 |
| * | use OpenSSL's hostname validation | Maximilian Hils | 2019-11-23 | 14 | -341/+363 |
| * | update cryptography | Maximilian Hils | 2019-11-23 | 2 | -6/+11 |
* | | Merge pull request #3849 from sarthak212/errorhandling | Maximilian Hils | 2020-04-02 | 2 | -0/+32 |
|\ \ | |||||
| * | | Changes | root | 2020-03-31 | 1 | -10/+4 |
| * | | remove whitespace | root | 2020-03-11 | 1 | -1/+1 |
| * | | test case option error | root | 2020-03-11 | 2 | -0/+38 |
* | | | remove duplicate test | Maximilian Hils | 2020-03-09 | 1 | -4/+0 |
* | | | extend tests for headers.replace() | naivekun | 2020-03-02 | 1 | -0/+6 |
|/ / | |||||
* | | http2: added test for all stream reset types | Rohan Fletcher | 2020-02-12 | 1 | -0/+65 |
* | | fix #3801 | Maximilian Hils | 2020-02-04 | 1 | -1/+8 |
* | | `mitmproxy --version`: incorporate non-annotated tags | Maximilian Hils | 2019-12-21 | 1 | -1/+1 |
* | | Merge pull request #3724 from typoon/command-history-file | Maximilian Hils | 2019-12-12 | 2 | -163/+507 |
|\ \ | |||||
| * | | Fixed small issue | Henrique | 2019-11-27 | 1 | -2/+2 |
| * | | Fixed small bugs on command_history and tests | Henrique | 2019-11-27 | 1 | -155/+165 |
| * | | command history: start adjusting tests | Maximilian Hils | 2019-11-26 | 2 | -83/+32 |
| * | | Addressing comments from review | Henrique | 2019-11-25 | 2 | -19/+44 |
| * | | Logic to handle multiple instances using CommandHistory. | Henrique | 2019-11-25 | 1 | -6/+76 |
| * | | Make windows happy once again | Henrique | 2019-11-25 | 1 | -0/+8 |
| * | | Make windows happy | Henrique | 2019-11-25 | 1 | -0/+2 |
| * | | Making windows happy | Henrique | 2019-11-25 | 1 | -0/+1 |
| * | | Oops, forgot to add the tests for the CommandHistory addon | Henrique | 2019-11-25 | 1 | -0/+196 |
| * | | Fixed the logic according to some tests, added new tests | Henrique | 2019-11-24 | 1 | -166/+246 |
| * | | Implemented feature to save command history to a file. This allows users | Henrique | 2019-11-22 | 1 | -2/+5 |
| |/ | |||||
* / | Add flow to ContentView metadata | Yoav Shai | 2019-12-06 | 2 | -6/+8 |
|/ | |||||
* | Merge pull request #3693 from typoon/fix-command-bar-issue-3259 | Maximilian Hils | 2019-11-21 | 7 | -100/+440 |
|\ | |||||
| * | lint! | Maximilian Hils | 2019-11-19 | 1 | -3/+5 |
| * | fix tests | Maximilian Hils | 2019-11-19 | 1 | -13/+20 |
| * | fix 'set' to only accept a single argument | Maximilian Hils | 2019-11-19 | 1 | -1/+1 |
| * | fix lexing, sort of | Maximilian Hils | 2019-11-19 | 2 | -1/+39 |
| * | wip | Maximilian Hils | 2019-11-18 | 1 | -2/+2 |
| * | coverage++ | Maximilian Hils | 2019-11-18 | 1 | -1/+23 |
| * | adjust test | Maximilian Hils | 2019-11-18 | 1 | -1/+1 |
| * | fix vararg handling | Maximilian Hils | 2019-11-18 | 3 | -15/+19 |
| * | revamp command processing | Maximilian Hils | 2019-11-18 | 2 | -116/+150 |