Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix flow == None errors | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
* | code formatting | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+3 |
* | split files into http, http1, and http2 | Thomas Kriechbaumer | 2016-02-04 | 1 | -419/+6 |
* | cleanup lock usage | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
* | remove manual settings acknowledge | Thomas Kriechbaumer | 2016-02-04 | 1 | -15/+0 |
* | implemented push promise | Thomas Kriechbaumer | 2016-02-04 | 1 | -5/+17 |
* | fix flow control on closed streams | Thomas Kriechbaumer | 2016-02-04 | 1 | -2/+2 |
* | fix errors in http body parsing | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+6 |
* | fix private API and RstStream issues | Thomas Kriechbaumer | 2016-02-04 | 1 | -11/+14 |
* | update hyper-h2 exception handling | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
* | cleanup code | Thomas Kriechbaumer | 2016-02-04 | 1 | -50/+56 |
* | remove form_out todo | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+0 |
* | use proper exception classes | Thomas Kriechbaumer | 2016-02-04 | 1 | -5/+1 |
* | --wip-- | Thomas Kriechbaumer | 2016-02-04 | 1 | -8/+23 |
* | improved zombie detection | Thomas Kriechbaumer | 2016-02-04 | 1 | -61/+71 |
* | --wip-- | Thomas Kriechbaumer | 2016-02-04 | 1 | -12/+33 |
* | add todo note | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+2 |
* | improve flow control | Thomas Kriechbaumer | 2016-02-04 | 1 | -4/+15 |
* | propagate GoAway to the other side | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+8 |
* | --wip-- | Thomas Kriechbaumer | 2016-02-04 | 1 | -126/+294 |
* | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 1 | -2/+9 |
* | fix #659 | Maximilian Hils | 2016-01-02 | 1 | -3/+3 |
* | http: catch all exceptions | Maximilian Hils | 2015-11-26 | 1 | -7/+6 |
* | fix HTTPS Proxy-Authentication, refs #824 | Maximilian Hils | 2015-11-14 | 1 | -1/+4 |
* | fix #811 | Maximilian Hils | 2015-11-01 | 1 | -6/+5 |
* | fix #786 | Maximilian Hils | 2015-10-03 | 1 | -0/+5 |
* | Merge branch 'http-models' | Maximilian Hils | 2015-09-28 | 1 | -3/+3 |
|\ | |||||
| * | adjust to netlib response changes + docs | Maximilian Hils | 2015-09-26 | 1 | -3/+3 |
* | | handle Expect: 100-continue header, fix #770 | Maximilian Hils | 2015-09-28 | 1 | -3/+19 |
|/ | |||||
* | trigger inline script hooks for artifical responses, fix #775 | Maximilian Hils | 2015-09-18 | 1 | -10/+11 |
* | code -> status_code, httpversion -> http_version | Maximilian Hils | 2015-09-17 | 1 | -6/+6 |
* | move body assembly to netlib | Maximilian Hils | 2015-09-17 | 1 | -11/+2 |
* | use new netlib exceptions | Maximilian Hils | 2015-09-17 | 1 | -6/+6 |
* | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 1 | -113/+78 |
* | improve display of non-ascii contents | Maximilian Hils | 2015-09-12 | 1 | -5/+12 |
* | better error messages, remove error cause | Maximilian Hils | 2015-09-11 | 1 | -1/+1 |
* | fix chunked encoding | Maximilian Hils | 2015-09-11 | 1 | -8/+14 |
* | polish for release: introduce http2 and rawtcp as command line switches | Maximilian Hils | 2015-09-11 | 1 | -2/+8 |
* | fix exception re-raise | Maximilian Hils | 2015-09-10 | 1 | -1/+1 |
* | start reraising exceptions properly | Maximilian Hils | 2015-09-10 | 1 | -3/+5 |
* | fix send_response if content is missing | Maximilian Hils | 2015-09-10 | 1 | -0/+2 |
* | simplify streaming http layer | Maximilian Hils | 2015-09-10 | 1 | -11/+11 |
* | http protocol: use new tls attribute | Maximilian Hils | 2015-09-09 | 1 | -1/+1 |
* | expose `next_layer` to inline scripts | Maximilian Hils | 2015-09-07 | 1 | -1/+0 |
* | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 1 | -6/+2 |
* | speed up filters | Maximilian Hils | 2015-09-04 | 1 | -1/+1 |
* | http2: Ping frames are handled in netlib | Thomas Kriechbaumer | 2015-09-03 | 1 | -8/+0 |
* | remove depth attribute from set_server | Maximilian Hils | 2015-09-03 | 1 | -10/+22 |
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2015-09-03 | 1 | -2/+2 |
|\ | |||||
| * | http2: fix ping response | Thomas Kriechbaumer | 2015-09-03 | 1 | -2/+2 |