| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #593, fix #656, coverage++ | Maximilian Hils | 2015-07-03 | 1 | -27/+68 |
* | Enabling upstream server verification. Added flags --verify_upstream_cert, | Kyle Morton | 2015-06-29 | 1 | -0/+60 |
* | remove certforward feature | Maximilian Hils | 2015-06-26 | 1 | -8/+0 |
* | changed error handling (ssl spoof mode) | iroiro123 | 2015-06-23 | 1 | -7/+2 |
* | add unit tests for spoof mode | iroiro123 | 2015-06-23 | 1 | -0/+54 |
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -76/+166 |
* | Adapt to new Pathoc API - silence output to stdout. | Aldo Cortesi | 2015-05-02 | 1 | -2/+4 |
* | Fudge a rare race condition in the test suite | Aldo Cortesi | 2015-04-19 | 1 | -1/+4 |
* | fix #319 | Maximilian Hils | 2015-02-27 | 1 | -0/+6 |
* | fix #479 | Maximilian Hils | 2015-02-27 | 1 | -0/+31 |
* | introduce revised views, port over changes from multiple_views branch | Maximilian Hils | 2014-11-26 | 1 | -10/+10 |
* | fix race conditions in tests | Maximilian Hils | 2014-10-19 | 1 | -0/+12 |
* | add generic tcp proxying, fix #374 | Maximilian Hils | 2014-10-18 | 1 | -9/+80 |
* | add --ignore ui indication | Maximilian Hils | 2014-09-08 | 1 | -5/+5 |
* | improve change_server api, add example how to change the upstream server | Maximilian Hils | 2014-09-07 | 1 | -8/+6 |
* | Merge pull request #347 from mitmproxy/issue_341 | Aldo Cortesi | 2014-09-07 | 1 | -54/+228 |
|\ |
|
| * | change replay_request behaviour, refs #346; test upstream proxy mode | Maximilian Hils | 2014-09-05 | 1 | -20/+155 |
| * | much tests. so tcp. very wow. | Maximilian Hils | 2014-09-04 | 1 | -5/+42 |
| * | coverage++ | Maximilian Hils | 2014-09-04 | 1 | -2/+4 |
| * | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-04 | 1 | -7/+0 |
| |\ |
|
| | * | Merge branch 'master' into issue_341 | Maximilian Hils | 2014-09-04 | 1 | -7/+0 |
| | |\ |
|
| * | | | improve HTTPRequest syntax | Maximilian Hils | 2014-09-03 | 1 | -7/+4 |
| |/ / |
|
| * | | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 1 | -27/+30 |
* | | | test streaming | Maximilian Hils | 2014-09-06 | 1 | -4/+15 |
| |/
|/| |
|
* | | remove outdated IOError test case (https://github.com/mitmproxy/netlib/commit... | Maximilian Hils | 2014-09-04 | 1 | -10/+0 |
* | | fix IOError handling | Maximilian Hils | 2014-09-03 | 1 | -1/+4 |
|/ |
|
* | improve error handling | Maximilian Hils | 2014-09-02 | 1 | -2/+2 |
* | refactor protocol handling, fix #332 | Maximilian Hils | 2014-08-30 | 1 | -0/+1 |
* | fix #328 | Maximilian Hils | 2014-08-24 | 1 | -2/+2 |
* | adjust tests | Maximilian Hils | 2014-08-10 | 1 | -1/+1 |
* | fix tests | Maximilian Hils | 2014-07-31 | 1 | -4/+3 |
* | unify stream handling | Maximilian Hils | 2014-07-21 | 1 | -5/+4 |
* | simplify responseheader scripthook | Maximilian Hils | 2014-07-20 | 1 | -4/+3 |
* | fixed handling of Transfer-Encoding header during streaming; wrote tests for ... | Brad Peabody | 2014-07-19 | 1 | -0/+58 |
* | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2014-03-11 | 1 | -0/+7 |
|\ |
|
| * | Certificate forwarding. | Aldo Cortesi | 2014-03-11 | 1 | -0/+7 |
* | | fix temporary server change, coverage++ | Maximilian Hils | 2014-03-11 | 1 | -0/+56 |
|/ |
|
* | finish proxy.py split up | Maximilian Hils | 2014-03-09 | 1 | -2/+2 |
* | Much more sophisticated cert handling | Aldo Cortesi | 2014-03-05 | 1 | -2/+3 |
* | Minor cleanups. | Aldo Cortesi | 2014-03-02 | 1 | -3/+0 |
* | Update for pathod.SSLOptions changes. | Aldo Cortesi | 2014-03-02 | 1 | -1/+1 |
* | Adapt for new pathod and netlib APIs. | Aldo Cortesi | 2014-03-02 | 1 | -3/+10 |
* | Cleanup: fix unit tests, simpler app test, remove print statements | Aldo Cortesi | 2014-02-08 | 1 | -0/+1 |
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 1 | -1/+0 |
* | push failing tests down to 43 | Maximilian Hils | 2014-02-04 | 1 | -20/+20 |
* | fix most testsuite errors, improve proxy error handling | Maximilian Hils | 2014-01-29 | 1 | -17/+14 |
* | unify ipv4/ipv6 address handling | Maximilian Hils | 2014-01-28 | 1 | -2/+2 |
* | move CONTINUE checks into mitmproxy | Maximilian Hils | 2013-12-15 | 1 | -4/+4 |
* | add content-length 0 if we remove header for chunked encoding, fixes #186 | Maximilian Hils | 2013-12-12 | 1 | -1/+12 |
* | ignore missing CN in certificates. fixes #169 | Maximilian Hils | 2013-12-12 | 1 | -0/+7 |