Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Brought coverage up to 94% on test_commander.py | Henrique | 2019-11-16 | 1 | -4/+103 |
* | Various changes to address PR comments | Henrique | 2019-11-16 | 5 | -25/+19 |
* | Removing dead code | Henrique | 2019-11-16 | 1 | -8/+0 |
* | Forgot to remove the empty `_parse_cmd` function | Henrique | 2019-11-16 | 1 | -5/+0 |
* | Fixing issues pointed during PR review | Henrique | 2019-11-16 | 4 | -50/+55 |
* | Removed useless else that prevented 100% code coverage | Henrique | 2019-11-15 | 1 | -2/+0 |
* | Small fix for 100% coverage | Henrique | 2019-11-15 | 1 | -7/+0 |
* | Merge branch 'master' into fix-command-bar-issue-3259 | Henrique M. D | 2019-11-15 | 51 | -269/+457 |
|\ | |||||
| * | Merge pull request #3420 from rjt-gupta/multipart-fix | Maximilian Hils | 2019-11-15 | 7 | -20/+114 |
| |\ | |||||
| | * | test coverage improved | rjt-gupta | 2019-02-06 | 1 | -0/+19 |
| | * | separate editors | rjt-gupta | 2019-02-06 | 3 | -11/+23 |
| | * | multipart encoder and tests | rjt-gupta | 2019-02-06 | 4 | -15/+68 |
| | * | multipart-fix | rjt-gupta | 2019-02-06 | 3 | -5/+15 |
| * | | Merge pull request #3522 from peter-way/master | Maximilian Hils | 2019-11-15 | 1 | -1/+1 |
| |\ \ | |||||
| | * \ | Merge branch 'master' into master | Maximilian Hils | 2019-11-15 | 108 | -602/+1380 |
| | |\ \ | |||||
| | * | | | Update serverplayback.py | Maximilian Hils | 2019-07-17 | 1 | -4/+1 |
| | * | | | Use 'host_header' instead of 'host', when calculating 'HTTPRequest' hash in t... | peter-way | 2019-04-15 | 1 | -1/+4 |
| * | | | | Merge pull request #3612 from ccssrryy/fix-dup-resp | Maximilian Hils | 2019-11-15 | 1 | -5/+8 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | fix duplicate error response | cs | 2019-08-09 | 1 | -5/+8 |
| | |/ / | |||||
| * | | | Merge pull request #3425 from rjt-gupta/external-viewer | Maximilian Hils | 2019-11-15 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | remove superfluous option | Maximilian Hils | 2019-11-15 | 1 | -5/+0 |
| | * | | | option added | rjt-gupta | 2019-01-07 | 1 | -0/+5 |
| | * | | | external-viewer-fix | rjt-gupta | 2018-12-17 | 1 | -2/+2 |
| * | | | | Merge pull request #3703 from mhils/replay-ignore-port | Maximilian Hils | 2019-11-15 | 1 | -1/+10 |
| |\ \ \ \ | |||||
| | * | | | | allow server replay functionality to run on a different port | Jurriaan Bremer | 2019-11-15 | 1 | -1/+10 |
| |/ / / / | |||||
| * | | | | Merge pull request #3699 from mhils/flowfilter2019 | Maximilian Hils | 2019-11-15 | 2 | -65/+49 |
| |\ \ \ \ | |||||
| | * | | | | disable overly strict indentation checks | Maximilian Hils | 2019-11-15 | 1 | -1/+1 |
| | * | | | | improve flowfilter | Maximilian Hils | 2019-11-15 | 1 | -64/+48 |
| |/ / / / | |||||
| * | | | | Merge pull request #3697 from ylmrx/issue_3639-yml_extension_allowed | Maximilian Hils | 2019-11-15 | 1 | -3/+2 |
| |\ \ \ \ | |||||
| | * | | | | simplify option file loading | Maximilian Hils | 2019-11-14 | 1 | -7/+5 |
| | * | | | | adding config.yml as an allowed config filename | Yoann L | 2019-11-14 | 1 | -6/+7 |
| * | | | | | Merge pull request #3698 from ylmrx/crash_on_empty_focus_next | Maximilian Hils | 2019-11-14 | 1 | -6/+12 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Fixes #3694 | Yoann L | 2019-11-14 | 1 | -6/+12 |
| |/ / / / | |||||
| * | | | | Merge pull request #3691 from mhils/sans-io-adjustments | Maximilian Hils | 2019-11-12 | 40 | -167/+175 |
| |\ \ \ \ | |||||
| | * | | | | update mypy | Maximilian Hils | 2019-11-12 | 40 | -148/+154 |
| | * | | | | minor improvements and sans-io adjustments | Maximilian Hils | 2019-11-11 | 6 | -33/+35 |
| * | | | | | Merge pull request #3669 from jannst/add_howto_install_android_system_ca | Thomas Kriechbaumer | 2019-11-11 | 1 | -0/+86 |
| |\ \ \ \ \ | |||||
| | * | | | | | Adding tutorial on how to insert mitmproxy CA cert into the android system ce... | jannst | 2019-10-13 | 1 | -0/+86 |
* | | | | | | | Removed the custom lexer in favor of using pyparsing. | Henrique | 2019-11-15 | 7 | -242/+193 |
* | | | | | | | Added a new test to test that the issue from the previous commit won't | Henrique | 2019-11-13 | 1 | -1/+13 |
* | | | | | | | Fixed issue introduced by change in the lexer that caused mitmproxy to | Henrique | 2019-11-13 | 1 | -14/+21 |
* | | | | | | | Added tests to reach 100% coverage | Henrique | 2019-11-13 | 2 | -3/+5 |
* | | | | | | | Removed an exception handle that can't happen anymore due to the new | Henrique | 2019-11-13 | 1 | -11/+6 |
* | | | | | | | Getting 100% coverage in the lexer | Henrique | 2019-11-12 | 2 | -3/+14 |
* | | | | | | | Fixing issues reported by the linter | Henrique | 2019-11-12 | 4 | -62/+8 |
* | | | | | | | Tests for the new lexer | Henrique | 2019-11-12 | 1 | -0/+64 |
* | | | | | | | Forgot to remove the import for shlex | Henrique | 2019-11-12 | 1 | -1/+0 |
* | | | | | | | Fixed test to use the new method to get the lexer | Henrique | 2019-11-12 | 1 | -2/+2 |
* | | | | | | | Small fix to handle line breaks and tabs \r\n\t | Henrique | 2019-11-12 | 1 | -1/+4 |
* | | | | | | | Created a lexer for the command bar | Henrique | 2019-11-12 | 2 | -50/+159 |