Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update code docs, make sure that url attribute never returns ↵ | Maximilian Hils | 2014-09-07 | 1 | -4/+10 | |
| | | | | prettified/formatted values | |||||
* | streamline HTTPHandler.handle_flow() | Maximilian Hils | 2014-09-05 | 1 | -95/+96 | |
| | ||||||
* | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 1 | -46/+43 | |
| | ||||||
* | change replay_request behaviour, refs #346; test upstream proxy mode | Maximilian Hils | 2014-09-05 | 1 | -24/+19 | |
| | ||||||
* | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-04 | 1 | -2/+3 | |
|\ | ||||||
| * | Merge branch 'master' into issue_341 | Maximilian Hils | 2014-09-04 | 1 | -2/+3 | |
| |\ | ||||||
| | * | remove outdated IOError test case ↵ | Maximilian Hils | 2014-09-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | (https://github.com/mitmproxy/netlib/commit/f5fdfd8a9f17e0fe213a9cf54acae84e4bc31462) | |||||
| | * | fix #344 | Maximilian Hils | 2014-09-04 | 1 | -2/+3 | |
| | | | ||||||
| | * | fix IOError handling | Maximilian Hils | 2014-09-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | improve HTTPRequest syntax | Maximilian Hils | 2014-09-03 | 1 | -93/+60 | |
| | | | ||||||
* | | | simplify server changes for inline scripts | Maximilian Hils | 2014-09-03 | 1 | -18/+77 | |
|/ / | ||||||
* / | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 1 | -57/+45 | |
|/ | ||||||
* | http: ignore disconnects that happen between requests | Maximilian Hils | 2014-09-03 | 1 | -2/+5 | |
| | ||||||
* | ui: display * instead of 0.0.0.0 for the bound address | Maximilian Hils | 2014-09-03 | 1 | -1/+1 | |
| | ||||||
* | improve error handling | Maximilian Hils | 2014-09-02 | 1 | -11/+11 | |
| | ||||||
* | minor fixes | Maximilian Hils | 2014-08-31 | 1 | -2/+2 | |
| | ||||||
* | refactor protocol handling, fix #332 | Maximilian Hils | 2014-08-30 | 1 | -16/+39 | |
| | ||||||
* | fix #328 | Maximilian Hils | 2014-08-24 | 1 | -9/+10 | |
| | ||||||
* | fix #330 | Maximilian Hils | 2014-08-23 | 1 | -10/+12 | |
| | ||||||
* | make sure that flow.server_conn is set when script hook is called | Maximilian Hils | 2014-08-18 | 1 | -7/+8 | |
| | ||||||
* | fix #327 | Maximilian Hils | 2014-08-18 | 1 | -0/+19 | |
| | ||||||
* | fix: changes to request.host in the request inline script hook are now ↵ | Maximilian Hils | 2014-08-17 | 1 | -13/+17 | |
| | | | | considered for the server connection | |||||
* | fix #274 | Maximilian Hils | 2014-08-09 | 1 | -2/+6 | |
| | ||||||
* | fix replay form | Maximilian Hils | 2014-08-09 | 1 | -2/+7 | |
| | ||||||
* | fix #308 | Maximilian Hils | 2014-08-08 | 1 | -12/+57 | |
| | ||||||
* | fix display of urls in upstream mode, refs #308 | Maximilian Hils | 2014-08-08 | 1 | -2/+15 | |
| | ||||||
* | properly express state information on server connections, refs #315 | Maximilian Hils | 2014-08-08 | 1 | -30/+20 | |
| | ||||||
* | suppress SPDY/HTTP2 announcement headers, fix #277 | Maximilian Hils | 2014-08-03 | 1 | -11/+12 | |
| | ||||||
* | fix #307 | Maximilian Hils | 2014-08-03 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'stream' | Maximilian Hils | 2014-07-31 | 1 | -22/+56 | |
|\ | | | | | | | | | Conflicts: libmproxy/protocol/http.py | |||||
| * | workaround: always make sure that flow.response.reply exists | Maximilian Hils | 2014-07-25 | 1 | -2/+3 | |
| | | ||||||
| * | always initialize HTTPResponse.stream attribute | Maximilian Hils | 2014-07-23 | 1 | -1/+1 | |
| | | ||||||
| * | add --stream options, various fixes | Maximilian Hils | 2014-07-21 | 1 | -9/+10 | |
| | | ||||||
| * | unify stream handling | Maximilian Hils | 2014-07-21 | 1 | -41/+24 | |
| | | ||||||
| * | simplify responseheader scripthook | Maximilian Hils | 2014-07-20 | 1 | -14/+6 | |
| | | ||||||
| * | Merge branch 'stream' of https://github.com/bradleypeabody/mitmproxy into stream | Maximilian Hils | 2014-07-20 | 1 | -17/+74 | |
| |\ | ||||||
| | * | fixed handling of Transfer-Encoding header during streaming; wrote tests for ↵ | Brad Peabody | 2014-07-19 | 1 | -16/+22 | |
| | | | | | | | | | | | | streaming support | |||||
| | * | basic attempt to implement streaming response, needs testing | Brad Peabody | 2014-07-17 | 1 | -5/+56 | |
| | | | ||||||
* | | | fix #313 | Maximilian Hils | 2014-07-27 | 1 | -2/+8 | |
| | | | ||||||
* | | | minor fixes | Maximilian Hils | 2014-07-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix #259 | Maximilian Hils | 2014-07-26 | 1 | -0/+2 | |
|/ / | ||||||
* / | 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 | |||||
* | expose sockname | Maximilian Hils | 2014-06-25 | 1 | -2/+2 | |
| | ||||||
* | fix up error messages | Maximilian Hils | 2014-05-15 | 1 | -54/+59 | |
| | ||||||
* | beef up error messages | Maximilian Hils | 2014-03-26 | 1 | -1/+1 | |
| | ||||||
* | add requests to requrements, improve error logging | Maximilian Hils | 2014-03-19 | 1 | -1/+4 | |
| | ||||||
* | fix display bugs (fixes #243) | Maximilian Hils | 2014-03-18 | 1 | -0/+2 | |
| | ||||||
* | add support for log levels | Maximilian Hils | 2014-03-13 | 1 | -13/+15 | |
| | ||||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -1/+2 | |
| |