Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs++ | Maximilian Hils | 2015-09-03 | 3 | -47/+100 |
* | remove depth attribute from set_server | Maximilian Hils | 2015-09-03 | 3 | -28/+35 |
* | 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 | 5 | -54/+19 |
|/ | |||||
* | 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 |
* | Merge pull request #748 from Kriechi/tls-ciphers | Maximilian Hils | 2015-09-03 | 1 | -2/+202 |
|\ | |||||
| * | pass-through ciphers from client to server | Thomas Kriechbaumer | 2015-09-02 | 1 | -2/+202 |
* | | 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 |
|/ | |||||
* | better tls error messages, fix #672 | Maximilian Hils | 2015-09-01 | 1 | -2/+10 |
* | do not log WindowUpdateFrame frames | Thomas Kriechbaumer | 2015-08-31 | 1 | -2/+10 |
* | update inline script hooks | Maximilian Hils | 2015-08-31 | 3 | -8/+12 |
* | fix layer initialization | Maximilian Hils | 2015-08-31 | 1 | -1/+1 |
* | fix dns_spoofing example, avoid connecting to itself | Maximilian Hils | 2015-08-31 | 2 | -1/+21 |
* | fix upstream proxy server change, update example | Maximilian Hils | 2015-08-31 | 3 | -14/+19 |
* | coverage++ | Maximilian Hils | 2015-08-30 | 2 | -3/+3 |
* | move files around | Maximilian Hils | 2015-08-30 | 8 | -658/+1137 |
* | remove old code | Maximilian Hils | 2015-08-30 | 5 | -877/+18 |
* | 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 | 2 | -17/+9 |
* | adapt netlib changes | Thomas Kriechbaumer | 2015-08-21 | 2 | -5/+5 |
* | http2: fix connection preface and wrappers | Thomas Kriechbaumer | 2015-08-19 | 1 | -26/+10 |
* | various fixes | Maximilian Hils | 2015-08-18 | 1 | -0/+1 |
* | move code to netlib | Thomas Kriechbaumer | 2015-08-10 | 1 | -13/+0 |
* | 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 | 2 | -284/+48 |
* | attach application protocol to connection | Thomas Kriechbaumer | 2015-07-30 | 2 | -43/+58 |
* | move code to netlib and implement protocols | Thomas Kriechbaumer | 2015-07-30 | 2 | -177/+44 |
* | refactor connection & protocol handling | Thomas Kriechbaumer | 2015-07-30 | 2 | -891/+849 |
* | Merge pull request #548 from macmantrl/no_serverconn | Maximilian Hils | 2015-07-26 | 2 | -3/+5 |
|\ | |||||
| * | Prevent unecessary upstream server connects | Terry Long | 2015-07-03 | 2 | -3/+5 |
* | | 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 |