Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
| * | Added coverage for the changes made | Henrique | 2019-11-17 | 1 | -0/+4 |
| * | 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 | 2 | -2/+2 |
| * | Fixing issues pointed during PR review | Henrique | 2019-11-16 | 3 | -10/+25 |
| * | Merge branch 'master' into fix-command-bar-issue-3259 | Henrique M. D | 2019-11-15 | 3 | -4/+42 |
| |\ | |||||
| * | | Removed the custom lexer in favor of using pyparsing. | Henrique | 2019-11-15 | 4 | -111/+134 |
| * | | Added a new test to test that the issue from the previous commit won't | Henrique | 2019-11-13 | 1 | -1/+13 |
| * | | Added tests to reach 100% coverage | Henrique | 2019-11-13 | 2 | -3/+5 |
| * | | Getting 100% coverage in the lexer | Henrique | 2019-11-12 | 1 | -0/+14 |
| * | | Fixing issues reported by the linter | Henrique | 2019-11-12 | 2 | -1/+1 |
| * | | Tests for the new lexer | Henrique | 2019-11-12 | 1 | -0/+64 |
| * | | Fixed test to use the new method to get the lexer | Henrique | 2019-11-12 | 1 | -2/+2 |
| * | | Fix for issues when using \ and " on the commander bar | Henrique | 2019-11-12 | 1 | -4/+4 |
* | | | Use Github Actions for CI (#3713) | Maximilian Hils | 2019-11-19 | 13 | -25/+68 |
* | | | Merge branch 'master' into master | Maximilian Hils | 2019-11-16 | 4 | -19/+124 |
|\ \ \ | |||||
| * \ \ | Merge pull request #3705 from mhils/issue-3469 | Maximilian Hils | 2019-11-16 | 1 | -6/+28 |
| |\ \ \ | |||||
| | * | | | tests++ | Maximilian Hils | 2019-11-15 | 1 | -6/+28 |
| * | | | | Merge pull request #3448 from cript0nauta/master | Maximilian Hils | 2019-11-16 | 1 | -10/+55 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | test coverage++ | Maximilian Hils | 2019-11-15 | 1 | -0/+8 |
| | * | | | improve curl/httpie export | Maximilian Hils | 2019-11-15 | 1 | -7/+9 |
| | * | | | Merge remote-tracking branch 'origin/master' into pr-3448 | Maximilian Hils | 2019-11-15 | 19 | -60/+165 |
| | |\| | | |||||
| | * | | | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Matías Lang | 2019-01-13 | 5 | -6/+8 |
| | |\ \ \ | |||||
| | * | | | | Fix command injection when exporting to httpie | Matías Lang | 2019-01-13 | 1 | -5/+22 |
| | * | | | | Fix command injection when exporting to curl | Matías Lang | 2019-01-13 | 1 | -5/+23 |
| * | | | | | Merge pull request #3420 from rjt-gupta/multipart-fix | Maximilian Hils | 2019-11-15 | 2 | -3/+41 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| | * | | | | test coverage improved | rjt-gupta | 2019-02-06 | 1 | -0/+19 |
| | * | | | | multipart encoder and tests | rjt-gupta | 2019-02-06 | 2 | -4/+22 |
| | * | | | | multipart-fix | rjt-gupta | 2019-02-06 | 1 | -2/+3 |
* | | | | | | Adding raw_request and raw_response to export | Michael McKeirnan | 2019-11-16 | 1 | -1/+41 |
* | | | | | | Adding export raw http response | Michael McKeirnan | 2019-11-15 | 1 | -8/+30 |
|/ / / / / | |||||
* | | | | | Merge pull request #3691 from mhils/sans-io-adjustments | Maximilian Hils | 2019-11-12 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | update mypy | Maximilian Hils | 2019-11-12 | 1 | -1/+1 |