Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Updated documentation and cleaned up the code. | Justus Wingert | 2014-11-15 | 1 | -105/+91 | |
| * | | Initial checkin with har_extractor script. | Justus Wingert | 2014-11-15 | 1 | -0/+207 | |
* | | | One common --version flag | Aldo Cortesi | 2014-11-15 | 1 | -15/+5 | |
* | | | Remove last vestiges of argparse | Aldo Cortesi | 2014-11-15 | 1 | -7/+6 | |
* | | | Exclude main.py from coverage analysis | Aldo Cortesi | 2014-11-15 | 2 | -1/+4 | |
* | | | Make sure all command-line arguments have a long form | Aldo Cortesi | 2014-11-15 | 1 | -21/+20 | |
* | | | Enable config file parsing | Aldo Cortesi | 2014-11-15 | 2 | -5/+49 | |
* | | | Refactor command-line argument definition | Aldo Cortesi | 2014-11-15 | 2 | -122/+124 | |
* | | | Adjust tests | Aldo Cortesi | 2014-11-15 | 2 | -9/+9 | |
* | | | Remove sortedcontainers from deps - we don't use it | Aldo Cortesi | 2014-11-15 | 1 | -1/+0 | |
* | | | First-order integration of configargparser to add config file support | Aldo Cortesi | 2014-11-15 | 6 | -71/+165 | |
* | | | Some additions to the release checklist | Aldo Cortesi | 2014-11-15 | 1 | -0/+15 | |
|/ / | ||||||
* | | always show error messages | Maximilian Hils | 2014-11-15 | 2 | -2/+2 | |
* | | Changelog, plus fix date of previous release | Aldo Cortesi | 2014-11-15 | 1 | -1/+6 | |
* | | bump version | Maximilian Hils | 2014-11-14 | 1 | -1/+1 | |
* | | fix #409 | Maximilian Hils | 2014-11-14 | 1 | -1/+5 | |
* | | handle script hooks in replay, fix tests, fix #402 | Maximilian Hils | 2014-11-14 | 3 | -43/+55 | |
* | | fix grideditor bug | Maximilian Hils | 2014-11-14 | 1 | -0/+2 | |
* | | docs++ | Maximilian Hils | 2014-11-13 | 1 | -0/+9 | |
* | | fix tests | Maximilian Hils | 2014-11-11 | 2 | -2/+3 | |
* | | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2014-11-11 | 4 | -19/+11 | |
|\ \ | ||||||
| * \ | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2014-11-11 | 7 | -24/+28 | |
| |\ \ | ||||||
| * | | | Remove entry points in favor of vanilla scripts, fix test-release | Aldo Cortesi | 2014-11-11 | 2 | -17/+9 | |
| * | | | Minor doc adjustments | Aldo Cortesi | 2014-11-07 | 2 | -2/+2 | |
* | | | | be more explicit about requirements | Maximilian Hils | 2014-11-11 | 2 | -2/+6 | |
| |/ / |/| | | ||||||
* | | | fix clear key | Maximilian Hils | 2014-11-10 | 1 | -4/+5 | |
* | | | Merge pull request #403 from Lucas-C/master | Maximilian Hils | 2014-11-10 | 1 | -6/+5 | |
|\ \ \ | ||||||
| * | | | Using uppercase C to 'clear' display mode, because lowercase 'c' is used for css | Lucas Cimon | 2014-11-07 | 1 | -6/+5 | |
* | | | | fix #402 | Maximilian Hils | 2014-11-10 | 1 | -1/+2 | |
* | | | | update change_upstream_proxy example | Maximilian Hils | 2014-11-10 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | fix tests | Maximilian Hils | 2014-11-07 | 1 | -9/+13 | |
* | | | fix #401 | Maximilian Hils | 2014-11-07 | 1 | -8/+4 | |
* | | | fix #399 | Maximilian Hils | 2014-11-06 | 2 | -3/+6 | |
|/ / | ||||||
* | | Reduce loop timeouts to improve mitmproxy responsiveness | Aldo Cortesi | 2014-11-06 | 2 | -4/+11 | |
* | | Fix bug in flow dumping, add unit test that should have caught this in the fi... | Aldo Cortesi | 2014-11-06 | 2 | -2/+16 | |
* | | We don't need requests for mitmproxy | Aldo Cortesi | 2014-11-05 | 2 | -4/+1 | |
* | | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2014-11-04 | 3 | -11/+33 | |
|\ \ | ||||||
| * \ | Merge pull request #393 from onlywade/master | Maximilian Hils | 2014-11-01 | 2 | -9/+31 | |
| |\ \ | ||||||
| | * | | Updating OPTIONS test with related issue number. | Wade 524 | 2014-10-31 | 1 | -1/+1 | |
| | * | | Fixing issue #392. | Wade 524 | 2014-10-31 | 1 | -3/+2 | |
| | * | | Adding some test coverage for handling HTTP OPTIONS requests. | Wade 524 | 2014-10-31 | 1 | -6/+29 | |
| |/ / | ||||||
| * | | fix #391 | Maximilian Hils | 2014-10-30 | 1 | -2/+2 | |
* | | | Release prep: binaries build script, release checklist, fuzzing | Aldo Cortesi | 2014-11-02 | 6 | -6/+27 | |
|/ / | ||||||
* | | Legibility | Aldo Cortesi | 2014-10-26 | 3 | -50/+128 | |
* | | Fix crash while streaming | Aldo Cortesi | 2014-10-26 | 4 | -26/+53 | |
* | | Spacing and legibility | Aldo Cortesi | 2014-10-26 | 2 | -27/+72 | |
* | | Start a fuzzing architecture for mitmproxy | Aldo Cortesi | 2014-10-26 | 9 | -9/+61 | |
* | | Merge pull request #387 from onlywade/master | Maximilian Hils | 2014-10-25 | 1 | -2/+3 | |
|\ \ | ||||||
| * | | Fixing issue #368. | Wade 524 | 2014-10-24 | 1 | -2/+3 | |
|/ / | ||||||
* | | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2014-10-23 | 12 | -225/+361 | |
|\ \ |