aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol/http.py
Commit message (Expand)AuthorAgeFilesLines
* better error messages, remove error causeMaximilian Hils2015-09-111-1/+1
* fix chunked encodingMaximilian Hils2015-09-111-8/+14
* polish for release: introduce http2 and rawtcp as command line switchesMaximilian Hils2015-09-111-2/+8
* fix exception re-raiseMaximilian Hils2015-09-101-1/+1
* start reraising exceptions properlyMaximilian Hils2015-09-101-3/+5
* fix send_response if content is missingMaximilian Hils2015-09-101-0/+2
* simplify streaming http layerMaximilian Hils2015-09-101-11/+11
* http protocol: use new tls attributeMaximilian Hils2015-09-091-1/+1
* expose `next_layer` to inline scriptsMaximilian Hils2015-09-071-1/+0
* adjust to new netlib Headers classMaximilian Hils2015-09-051-6/+2
* speed up filtersMaximilian Hils2015-09-041-1/+1
* http2: Ping frames are handled in netlibThomas Kriechbaumer2015-09-031-8/+0
* remove depth attribute from set_serverMaximilian Hils2015-09-031-10/+22
* Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2015-09-031-2/+2
|\
| * http2: fix ping responseThomas Kriechbaumer2015-09-031-2/+2
* | remove ServerConnectionMixin.reconnectMaximilian Hils2015-09-031-18/+7
|/
* http2: server can send WindowUpdate frames as wellThomas Kriechbaumer2015-09-031-2/+9
* http2: add GoAway support for clientThomas Kriechbaumer2015-09-031-0/+5
* http2: fix PingFrame againThomas Kriechbaumer2015-09-031-2/+2
* http2: fix multiple stream per connectionThomas Kriechbaumer2015-09-031-30/+30
* http2: fix unhandled framesThomas Kriechbaumer2015-09-031-8/+8
* http2: improve unexpected frame handling and shutdownThomas Kriechbaumer2015-09-031-14/+34
* ignore http2 priority framesThomas Kriechbaumer2015-09-021-1/+8
* do not log WindowUpdateFrame framesThomas Kriechbaumer2015-08-311-2/+10
* update inline script hooksMaximilian Hils2015-08-311-3/+3
* fix upstream proxy server change, update exampleMaximilian Hils2015-08-311-13/+12
* coverage++Maximilian Hils2015-08-301-1/+1
* move files aroundMaximilian Hils2015-08-301-78/+524
* remove old codeMaximilian Hils2015-08-301-607/+1
* restructure code, remove cruftMaximilian Hils2015-08-301-82/+1
* clean up config/cmdline, fix bugs, remove cruftMaximilian Hils2015-08-281-1/+1
* request -> request_methodMaximilian Hils2015-08-241-3/+3
* adapt netlib changesThomas Kriechbaumer2015-08-211-3/+3
* various fixesMaximilian Hils2015-08-181-0/+1
* fix testsThomas Kriechbaumer2015-08-021-5/+14
* fix imports for encodingThomas Kriechbaumer2015-08-011-2/+2
* reimplement streaming for HTTP/1Thomas Kriechbaumer2015-08-011-54/+55
* revert hard-coded HTTP/2 protocol changesThomas Kriechbaumer2015-08-011-7/+8
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-011-20/+17
* attach application protocol to connectionThomas Kriechbaumer2015-07-301-43/+57
* move code to netlib and implement protocolsThomas Kriechbaumer2015-07-301-37/+42
* refactor connection & protocol handlingThomas Kriechbaumer2015-07-301-891/+20
* Merge pull request #548 from macmantrl/no_serverconnMaximilian Hils2015-07-261-2/+4
|\
| * Prevent unecessary upstream server connectsTerry Long2015-07-031-2/+4
* | fix module importsThomas Kriechbaumer2015-07-251-8/+8
* | refactor to use netlib.http protocolsThomas Kriechbaumer2015-07-221-18/+36
* | use new netlib module namesThomas Kriechbaumer2015-07-221-19/+21
* | use netlib.http_semantics for generic dataThomas Kriechbaumer2015-07-221-6/+6
|/
* Remove stray print & massage whitespace a bitAldo Cortesi2015-06-251-9/+6
* changed error handling (ssl spoof mode)iroiro1232015-06-231-1/+6