Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement passthrough mode, fixes #175 | Maximilian Hils | 2014-08-09 | 4 | -23/+42 |
| | |||||
* | fix #274 | Maximilian Hils | 2014-08-09 | 2 | -4/+8 |
| | |||||
* | fix replay form | Maximilian Hils | 2014-08-09 | 1 | -2/+7 |
| | |||||
* | fix #308 | Maximilian Hils | 2014-08-08 | 3 | -37/+59 |
| | |||||
* | fix display of urls in upstream mode, refs #308 | Maximilian Hils | 2014-08-08 | 4 | -3/+24 |
| | |||||
* | fix #318 | Maximilian Hils | 2014-08-08 | 2 | -46/+64 |
| | |||||
* | remove platform.setup | Maximilian Hils | 2014-08-08 | 4 | -9/+6 |
| | |||||
* | properly express state information on server connections, refs #315 | Maximilian Hils | 2014-08-08 | 5 | -34/+44 |
| | |||||
* | fix script path escaping on windows, refs #293 | Maximilian Hils | 2014-08-08 | 1 | -0/+3 |
| | |||||
* | docs: add docs for script args, fix #293 | Maximilian Hils | 2014-08-07 | 3 | -14/+29 |
| | |||||
* | docs: suggest to use inline scripts rather than libmproxy | Maximilian Hils | 2014-08-07 | 1 | -0/+10 |
| | |||||
* | suppress SPDY/HTTP2 announcement headers, fix #277 | Maximilian Hils | 2014-08-03 | 3 | -23/+12 |
| | |||||
* | improve example scripts | Maximilian Hils | 2014-08-03 | 1 | -3/+2 |
| | |||||
* | fix #307 | Maximilian Hils | 2014-08-03 | 3 | -12/+30 |
| | |||||
* | fix #317 | Maximilian Hils | 2014-08-03 | 1 | -2/+2 |
| | |||||
* | Merge branch 'stream' | Maximilian Hils | 2014-07-31 | 16 | -82/+292 |
|\ | | | | | | | | | Conflicts: libmproxy/protocol/http.py | ||||
| * | fix tests | Maximilian Hils | 2014-07-31 | 1 | -4/+3 |
| | | |||||
| * | docs++ | Maximilian Hils | 2014-07-25 | 1 | -35/+33 |
| | | |||||
| * | add status bar indicator for streaming | Maximilian Hils | 2014-07-25 | 1 | -0/+2 |
| | | |||||
| * | workaround: always make sure that flow.response.reply exists | Maximilian Hils | 2014-07-25 | 5 | -7/+9 |
| | | |||||
| * | response streaming doc | Brad Peabody | 2014-07-24 | 4 | -1/+63 |
| | | |||||
| * | fix to make it so streaming with mitmproxy doesn't explode due to no reply ↵ | Brad Peabody | 2014-07-24 | 1 | -1/+1 |
| | | | | | | | | on response | ||||
| * | always initialize HTTPResponse.stream attribute | Maximilian Hils | 2014-07-23 | 2 | -3/+3 |
| | | |||||
| * | add --stream options, various fixes | Maximilian Hils | 2014-07-21 | 7 | -62/+112 |
| | | |||||
| * | unify stream handling | Maximilian Hils | 2014-07-21 | 2 | -46/+28 |
| | | |||||
| * | simplify responseheader scripthook | Maximilian Hils | 2014-07-20 | 4 | -26/+15 |
| | | |||||
| * | Merge branch 'stream' of https://github.com/bradleypeabody/mitmproxy into stream | Maximilian Hils | 2014-07-20 | 4 | -17/+143 |
| |\ | |||||
| | * | fixed handling of Transfer-Encoding header during streaming; wrote tests for ↵ | Brad Peabody | 2014-07-19 | 3 | -16/+84 |
| | | | | | | | | | | | | streaming support | ||||
| | * | basic attempt to implement streaming response, needs testing | Brad Peabody | 2014-07-17 | 2 | -5/+63 |
| | | | |||||
* | | | add proxy modes illustrations, refs #258 | Maximilian Hils | 2014-07-31 | 4 | -0/+0 |
| | | | |||||
* | | | fix #313 | Maximilian Hils | 2014-07-27 | 2 | -3/+23 |
| | | | |||||
* | | | refactor tcp handling, fix #280 | Maximilian Hils | 2014-07-27 | 1 | -32/+37 |
| | | | |||||
* | | | minor fixes | Maximilian Hils | 2014-07-27 | 3 | -4/+4 |
| | | | |||||
* | | | fix #259 | Maximilian Hils | 2014-07-26 | 6 | -12/+16 |
| | | | |||||
* | | | fix tests | Maximilian Hils | 2014-07-26 | 2 | -8/+12 |
| | | | |||||
* | | | add example how to replace response body contents | Maximilian Hils | 2014-07-26 | 1 | -0/+18 |
| | | | |||||
* | | | if no_upstream_cert is set, include SNI value als SubjectAltName, fix #291 | Maximilian Hils | 2014-07-18 | 1 | -0/+2 |
| | | | |||||
* | | | fix tests on windows | Maximilian Hils | 2014-07-18 | 1 | -1/+2 |
| | | | |||||
* | | | add transparent proxy mode on windows (docs still missing) | Maximilian Hils | 2014-07-16 | 14 | -4/+1248 |
|/ / | |||||
* / | fix parameter naming | Maximilian Hils | 2014-07-14 | 1 | -5/+5 |
|/ | |||||
* | make include_content=False work by passing this on to netlib's ↵ | Brad Peabody | 2014-07-12 | 1 | -3/+2 |
| | | | | http.read_response | ||||
* | fix command line help | Maximilian Hils | 2014-07-06 | 1 | -2/+2 |
| | |||||
* | Merge pull request #300 from zbrdge/freebsd-platform | Maximilian Hils | 2014-07-03 | 5 | -6/+25 |
|\ | | | | | Freebsd 10 platform | ||||
| * | added unit test update. coverage still at 97% | Zack B | 2014-07-01 | 2 | -5/+11 |
| | | |||||
| * | only support FreeBSD 10+ | Zack B | 2014-07-01 | 2 | -2/+2 |
| | | |||||
| * | add resolver for FreeBSD using pfctl | Zack B | 2014-07-01 | 3 | -1/+14 |
| | | |||||
* | | Merge pull request #286 from m0sth8/remove_global_should_exit | Maximilian Hils | 2014-07-03 | 5 | -19/+16 |
|\ \ | |/ |/| | Remove global should_exit and fix tests | ||||
| * | Remove global should_exit and fix tests | Vyacheslav Bakhmutov | 2014-06-13 | 5 | -19/+16 |
| | | |||||
* | | fix ProxyError inheritance | Maximilian Hils | 2014-06-25 | 1 | -6/+4 |
| | | |||||
* | | expose sockname | Maximilian Hils | 2014-06-25 | 2 | -2/+5 |
| | |