Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | fixes #746 | |||||
* | 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 unnecessary upstream server connects | |||||
| * | Prevent unecessary upstream server connects | Terry Long | 2015-07-03 | 1 | -2/+4 | |
| | | | | | | | | | | | | Selectively connect to upstream server based on no_upstream_cert option. When no_upstream_cert is used during server replay, prevent connecting to the upstream server unless absolutely necessary. | |||||
* | | 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 | |
| | | | | Fixes #622 | |||||
* | 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 | |||||
| * | Make sure proxy returns the httpversion specified in the request rather | Doug Lethin | 2015-05-15 | 1 | -1/+2 | |
| | | | | | | | | than hardcoding to 1.1. | |||||
* | | Accurately timestamp start of request | Nick Raptis | 2015-05-08 | 1 | -0/+5 | |
|/ | | | | | | | | | | | When building a request from a stream, try to get an accurate start timestamp from the Reader. This was already in the code and also used when building response objects, but was ommited in commit ddf458b330bf9fe200cb1dbc3ddb5ae1a5d2102a Without his logic and when the client is reusing a connection to send requests, the timestamp_start of subsequent requests is early and equal to when the connection started read blocking | |||||
* | pretty_size now lives in netlib.utils | Aldo Cortesi | 2015-04-30 | 1 | -1/+4 | |
| | ||||||
* | Missed some un-needed variable declarations | Aldo Cortesi | 2015-04-21 | 1 | -3/+1 | |
| | ||||||
* | HTTP request reading moves to netlib | Aldo Cortesi | 2015-04-21 | 1 | -105/+64 | |
| |