Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | remove ServerConnectionMixin.reconnect | Maximilian Hils | 2015-09-03 | 1 | -18/+7 |
|/ | |||||
* | http2: server can send WindowUpdate frames as well | Thomas Kriechbaumer | 2015-09-03 | 1 | -2/+9 |
* | http2: add GoAway support for client | Thomas Kriechbaumer | 2015-09-03 | 1 | -0/+5 |
* | http2: fix PingFrame again | Thomas Kriechbaumer | 2015-09-03 | 1 | -2/+2 |
* | http2: fix multiple stream per connection | Thomas Kriechbaumer | 2015-09-03 | 1 | -30/+30 |
* | http2: fix unhandled frames | Thomas Kriechbaumer | 2015-09-03 | 1 | -8/+8 |
* | http2: improve unexpected frame handling and shutdown | Thomas Kriechbaumer | 2015-09-03 | 1 | -14/+34 |
* | ignore http2 priority frames | Thomas Kriechbaumer | 2015-09-02 | 1 | -1/+8 |
* | do not log WindowUpdateFrame frames | Thomas Kriechbaumer | 2015-08-31 | 1 | -2/+10 |
* | update inline script hooks | Maximilian Hils | 2015-08-31 | 1 | -3/+3 |
* | fix upstream proxy server change, update example | Maximilian Hils | 2015-08-31 | 1 | -13/+12 |
* | coverage++ | Maximilian Hils | 2015-08-30 | 1 | -1/+1 |
* | move files around | Maximilian Hils | 2015-08-30 | 1 | -78/+524 |
* | remove old code | Maximilian Hils | 2015-08-30 | 1 | -607/+1 |
* | restructure code, remove cruft | Maximilian Hils | 2015-08-30 | 1 | -82/+1 |
* | clean up config/cmdline, fix bugs, remove cruft | Maximilian Hils | 2015-08-28 | 1 | -1/+1 |
* | request -> request_method | Maximilian Hils | 2015-08-24 | 1 | -3/+3 |
* | adapt netlib changes | Thomas Kriechbaumer | 2015-08-21 | 1 | -3/+3 |
* | various fixes | Maximilian Hils | 2015-08-18 | 1 | -0/+1 |
* | fix tests | Thomas Kriechbaumer | 2015-08-02 | 1 | -5/+14 |
* | fix imports for encoding | Thomas Kriechbaumer | 2015-08-01 | 1 | -2/+2 |
* | reimplement streaming for HTTP/1 | Thomas Kriechbaumer | 2015-08-01 | 1 | -54/+55 |
* | revert hard-coded HTTP/2 protocol changes | Thomas Kriechbaumer | 2015-08-01 | 1 | -7/+8 |
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 1 | -20/+17 |
* | attach application protocol to connection | Thomas Kriechbaumer | 2015-07-30 | 1 | -43/+57 |
* | move code to netlib and implement protocols | Thomas Kriechbaumer | 2015-07-30 | 1 | -37/+42 |
* | refactor connection & protocol handling | Thomas Kriechbaumer | 2015-07-30 | 1 | -891/+20 |
* | Merge pull request #548 from macmantrl/no_serverconn | Maximilian Hils | 2015-07-26 | 1 | -2/+4 |
|\ | |||||
| * | Prevent unecessary upstream server connects | Terry Long | 2015-07-03 | 1 | -2/+4 |
* | | fix module imports | Thomas Kriechbaumer | 2015-07-25 | 1 | -8/+8 |
* | | refactor to use netlib.http protocols | Thomas Kriechbaumer | 2015-07-22 | 1 | -18/+36 |
* | | use new netlib module names | Thomas Kriechbaumer | 2015-07-22 | 1 | -19/+21 |