| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | 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 |
* | store resolved ip addresses, fixes #187 | Maximilian Hils | 2013-12-12 | 1 | -0/+5 |
* | Merge branch 'master' into 0.10 | Maximilian Hils | 2013-12-08 | 1 | -10/+0 |
|\ |
|
| * | Remove obsolete test. | Aldo Cortesi | 2013-12-08 | 1 | -10/+0 |
* | | fix request_timestamps test case | Maximilian Hils | 2013-06-18 | 1 | -1/+2 |
|/ |
|
* | Adapt for new request_client_cert option in netlib. | Aldo Cortesi | 2013-05-13 | 1 | -1/+2 |
* | Merge pull request #107 from rouli/master | Aldo Cortesi | 2013-04-19 | 1 | -0/+28 |
|\ |
|
| * | adding tcp and ssl setup timestamps to get better resolution on flows perform... | Rouli | 2013-03-19 | 1 | -0/+28 |
* | | Add a basic built-in web app. | Aldo Cortesi | 2013-03-25 | 1 | -1/+11 |
|/ |
|
* | Fuzzing, and fixes for errors found with fuzzing. | Aldo Cortesi | 2013-03-03 | 1 | -1/+1 |
* | 100% unit test coverage on proxy.py. Hallelujah! | Aldo Cortesi | 2013-03-03 | 1 | -1/+17 |
* | Unit test proxy auth. | Aldo Cortesi | 2013-03-03 | 1 | -7/+18 |
* | Move HTTP auth module to netlib. | Aldo Cortesi | 2013-03-03 | 1 | -1/+1 |
* | Extend unit tests for proxy.py to some tricky cases. | Aldo Cortesi | 2013-03-02 | 1 | -9/+50 |
* | Test cert generation errors. | Aldo Cortesi | 2013-03-02 | 1 | -3/+10 |
* | Test SNI for transparent mode. | Aldo Cortesi | 2013-03-02 | 1 | -0/+6 |
* | Test SNI for ordinary proxy connections. | Aldo Cortesi | 2013-03-02 | 1 | -1/+5 |
* | New SNI handling mechanism. | Aldo Cortesi | 2013-03-01 | 1 | -31/+31 |
* | Test cert file specification, spruce up server testing truss a bit. | Aldo Cortesi | 2013-02-24 | 1 | -0/+7 |
* | Significantly simplify server connection handling, and test. | Aldo Cortesi | 2013-02-24 | 1 | -6/+22 |
* | Handle server disconnects better. | Aldo Cortesi | 2013-02-24 | 1 | -1/+13 |
* | Test a difficult-to-trigger IOError, fix cert generation in test suite. | Aldo Cortesi | 2013-02-24 | 1 | -0/+9 |
* | Test client connection close conditions. | Aldo Cortesi | 2013-02-24 | 1 | -0/+16 |