Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | use netlib.http_semantics for generic data | Thomas Kriechbaumer | 2015-07-22 | 1 | -6/+6 |
|/ | |||||
* | Remove stray print & massage whitespace a bit | Aldo Cortesi | 2015-06-25 | 1 | -9/+6 |
* | changed error handling (ssl spoof mode) | iroiro123 | 2015-06-23 | 1 | -1/+6 |
* | SSL Spoof mode | iroiro123 | 2015-06-21 | 1 | -3/+8 |
* | Spoof mode | iroiro123 | 2015-06-20 | 1 | -3/+6 |
* | HTTP Transparent Proxy | iroiro123 | 2015-06-18 | 1 | -1/+14 |
* | Handle invalid IDNA encoding in hostnames | Aldo Cortesi | 2015-06-12 | 1 | -6/+8 |
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -26/+75 |
* | Merge pull request #584 from dlethin/feature/http_1_0 | Aldo Cortesi | 2015-05-18 | 1 | -1/+2 |
|\ | |||||
| * | Make sure proxy returns the httpversion specified in the request rather | Doug Lethin | 2015-05-15 | 1 | -1/+2 |
* | | Accurately timestamp start of request | Nick Raptis | 2015-05-08 | 1 | -0/+5 |
|/ | |||||
* | pretty_size now lives in netlib.utils | Aldo Cortesi | 2015-04-30 | 1 | -1/+4 |