| Commit message (Expand) | Author | Age | Files | Lines |
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -197/+0 |
* | tests: use relative imports | Maximilian Hils | 2016-02-02 | 1 | -1/+1 |
* | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 1 | -0/+4 |
* | cleanup imports | Thomas Kriechbaumer | 2016-01-27 | 1 | -1/+0 |
* | client-cert: Simplify and cleanup | Michael J. Bazzinotti | 2015-12-29 | 1 | -1/+1 |
* | [docs/libmproxy/test] Support single client-side cert file as argument to | Michael J. Bazzinotti | 2015-12-28 | 1 | -1/+5 |
* | skip timing tests on appveyor | Maximilian Hils | 2015-11-24 | 1 | -1/+1 |
* | fix minor bugs, add py.test compatibility | Maximilian Hils | 2015-09-21 | 1 | -6/+5 |
* | use new netlib exceptions | Maximilian Hils | 2015-09-17 | 1 | -1/+2 |
* | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 1 | -4/+4 |
* | we don't support socks auth, refs #738 | Maximilian Hils | 2015-08-31 | 1 | -0/+3 |
* | update inline script hooks | Maximilian Hils | 2015-08-31 | 1 | -1/+6 |
* | move files around | Maximilian Hils | 2015-08-30 | 1 | -4/+4 |
* | restructure code, remove cruft | Maximilian Hils | 2015-08-30 | 1 | -14/+8 |
* | fix bugs, fix tests | Maximilian Hils | 2015-08-29 | 1 | -4/+5 |
* | clean up config/cmdline, fix bugs, remove cruft | Maximilian Hils | 2015-08-28 | 1 | -7/+1 |
* | request -> request_method | Maximilian Hils | 2015-08-24 | 1 | -1/+1 |
* | fix bugs, fix tests | Maximilian Hils | 2015-08-24 | 1 | -1/+1 |
* | move code to netlib and implement protocols | Thomas Kriechbaumer | 2015-07-30 | 1 | -1/+4 |
* | refactor to use netlib.http protocols | Thomas Kriechbaumer | 2015-07-22 | 1 | -1/+3 |
* | use new netlib module names | Thomas Kriechbaumer | 2015-07-22 | 1 | -1/+1 |
* | Enabling upstream server verification. Added flags --verify_upstream_cert, | Kyle Morton | 2015-06-29 | 1 | -0/+16 |
* | add unit tests for spoof mode | iroiro123 | 2015-06-23 | 1 | -0/+6 |
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -8/+27 |
* | Adjust tests | Aldo Cortesi | 2014-11-15 | 1 | -6/+6 |
* | mitmproxy -> libmproxy.main. do some leanup on the way | Maximilian Hils | 2014-09-08 | 1 | -10/+10 |
* | remove proxy mode abstraction: always be clear which mode we are in | Maximilian Hils | 2014-09-08 | 1 | -5/+2 |
* | Merge pull request #347 from mitmproxy/issue_341 | Aldo Cortesi | 2014-09-07 | 1 | -9/+18 |
|\ |
|
| * | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-06 | 1 | -4/+16 |
| |\ |
|
| | * | Merge branch 'master' into issue_341 | Maximilian Hils | 2014-09-06 | 1 | -4/+16 |
| | |\ |
|
| * | | | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 1 | -1/+1 |
| * | | | much tests. so tcp. very wow. | Maximilian Hils | 2014-09-04 | 1 | -0/+9 |
| * | | | coverage++ | Maximilian Hils | 2014-09-04 | 1 | -1/+1 |
| * | | | improve HTTPRequest syntax | Maximilian Hils | 2014-09-03 | 1 | -2/+2 |
| |/ / |
|
| * | | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 1 | -5/+5 |
* | | | coverage++ | Maximilian Hils | 2014-09-06 | 1 | -1/+14 |
| |/
|/| |
|
* | | coverage++ | Maximilian Hils | 2014-09-06 | 1 | -4/+16 |
|/ |
|
* | adjust to netlib changes | Maximilian Hils | 2014-08-17 | 1 | -1/+1 |
* | remove platform.setup | Maximilian Hils | 2014-08-08 | 1 | -2/+1 |
* | fix tests on windows | Maximilian Hils | 2014-07-18 | 1 | -1/+2 |
* | add advanced proxying options, add SSL-terminating capability to mitmproxy | Maximilian Hils | 2014-03-10 | 1 | -20/+6 |
* | finish proxy.py split up | Maximilian Hils | 2014-03-09 | 1 | -6/+8 |
* | split up proxy.py | Maximilian Hils | 2014-03-09 | 1 | -3/+5 |
* | Much more sophisticated cert handling | Aldo Cortesi | 2014-03-05 | 1 | -8/+6 |
* | Improve explicit certificate specification | Aldo Cortesi | 2014-03-02 | 1 | -3/+6 |
* | add skeleton to change destinatin server during intercept, fix all testcases ... | Maximilian Hils | 2014-02-05 | 1 | -2/+2 |
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 1 | -3/+1 |
* | fix most testsuite errors, improve proxy error handling | Maximilian Hils | 2014-01-29 | 1 | -6/+7 |
* | Move app mechanism to flow.py | Aldo Cortesi | 2014-01-04 | 1 | -20/+0 |
* | Merge branch 'master' into 0.10 | Maximilian Hils | 2013-08-17 | 1 | -4/+1 |
|\ |
|