aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol/http.py
Commit message (Collapse)AuthorAgeFilesLines
* move mitmproxyMaximilian Hils2016-02-151-416/+0
|
* autoflakeThomas Kriechbaumer2016-02-141-1/+0
|
* fix #925Maximilian Hils2016-02-101-6/+10
|
* remove debug outputMaximilian Hils2016-02-041-4/+1
|
* fix importMaximilian Hils2016-02-041-1/+0
|
* check for channel error locationMaximilian Hils2016-02-041-0/+4
|
* fix exception classesThomas Kriechbaumer2016-02-041-1/+2
|
* fix flow == None errorsThomas Kriechbaumer2016-02-041-1/+1
|
* code formattingThomas Kriechbaumer2016-02-041-1/+3
|
* split files into http, http1, and http2Thomas Kriechbaumer2016-02-041-419/+6
|
* cleanup lock usageThomas Kriechbaumer2016-02-041-1/+1
|
* remove manual settings acknowledgeThomas Kriechbaumer2016-02-041-15/+0
|
* implemented push promiseThomas Kriechbaumer2016-02-041-5/+17
|
* fix flow control on closed streamsThomas Kriechbaumer2016-02-041-2/+2
|
* fix errors in http body parsingThomas Kriechbaumer2016-02-041-0/+6
|
* fix private API and RstStream issuesThomas Kriechbaumer2016-02-041-11/+14
|
* update hyper-h2 exception handlingThomas Kriechbaumer2016-02-041-1/+1
|
* cleanup codeThomas Kriechbaumer2016-02-041-50/+56
|
* remove form_out todoThomas Kriechbaumer2016-02-041-1/+0
|
* use proper exception classesThomas Kriechbaumer2016-02-041-5/+1
|
* --wip--Thomas Kriechbaumer2016-02-041-8/+23
|
* improved zombie detectionThomas Kriechbaumer2016-02-041-61/+71
|
* --wip--Thomas Kriechbaumer2016-02-041-12/+33
|
* add todo noteThomas Kriechbaumer2016-02-041-0/+2
|
* improve flow controlThomas Kriechbaumer2016-02-041-4/+15
|
* propagate GoAway to the other sideThomas Kriechbaumer2016-02-041-0/+8
|
* --wip--Thomas Kriechbaumer2016-02-041-126/+294
|
* code formatting: fix whitespace issuesThomas Kriechbaumer2016-01-271-2/+9
|
* fix #659Maximilian Hils2016-01-021-3/+3
|
* http: catch all exceptionsMaximilian Hils2015-11-261-7/+6
|
* fix HTTPS Proxy-Authentication, refs #824Maximilian Hils2015-11-141-1/+4
|
* fix #811Maximilian Hils2015-11-011-6/+5
|
* fix #786Maximilian Hils2015-10-031-0/+5
|
* Merge branch 'http-models'Maximilian Hils2015-09-281-3/+3
|\
| * adjust to netlib response changes + docsMaximilian Hils2015-09-261-3/+3
| |
* | handle Expect: 100-continue header, fix #770Maximilian Hils2015-09-281-3/+19
|/
* trigger inline script hooks for artifical responses, fix #775Maximilian Hils2015-09-181-10/+11
|
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-171-6/+6
|
* move body assembly to netlibMaximilian Hils2015-09-171-11/+2
|
* use new netlib exceptionsMaximilian Hils2015-09-171-6/+6
|
* adjust to netlib changesMaximilian Hils2015-09-161-113/+78
|
* improve display of non-ascii contentsMaximilian Hils2015-09-121-5/+12
| | | | fixes #283
* 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
|