Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update .env | Maximilian Hils | 2015-09-01 | 1 | -3/+4 |
| | |||||
* | update .travis.yml | Maximilian Hils | 2015-08-29 | 1 | -22/+21 |
| | |||||
* | Merge branch 'master' of https://github.com/mitmproxy/netlib | Maximilian Hils | 2015-08-29 | 2 | -12/+2 |
|\ | |||||
| * | http2: fix tests | Thomas Kriechbaumer | 2015-08-26 | 1 | -9/+2 |
| | | |||||
| * | http2: fix priority stream dependency check | Thomas Kriechbaumer | 2015-08-26 | 1 | -3/+0 |
| | | |||||
* | | don't yield prefix and suffix | Maximilian Hils | 2015-08-29 | 1 | -6/+4 |
| | | |||||
* | | move sslversion mapping to netlib | Maximilian Hils | 2015-08-29 | 1 | -0/+17 |
| | | |||||
* | | wip | Maximilian Hils | 2015-08-28 | 4 | -22/+3 |
|/ | |||||
* | fix error messages | Maximilian Hils | 2015-08-25 | 1 | -2/+2 |
| | |||||
* | request -> request_method | Maximilian Hils | 2015-08-24 | 6 | -18/+20 |
| | |||||
* | minor stylistic fixes | Maximilian Hils | 2015-08-24 | 1 | -3/+6 |
| | |||||
* | read_response depends on request for stream_id | Thomas Kriechbaumer | 2015-08-21 | 6 | -49/+57 |
| | |||||
* | http2: fix tests | Thomas Kriechbaumer | 2015-08-21 | 1 | -3/+4 |
| | |||||
* | cleanup | Thomas Kriechbaumer | 2015-08-20 | 1 | -1/+0 |
| | |||||
* | http2: fix unhandled settings frame | Thomas Kriechbaumer | 2015-08-20 | 1 | -14/+2 |
| | |||||
* | http2: disable features we do not support yet | Thomas Kriechbaumer | 2015-08-20 | 1 | -1/+5 |
| | |||||
* | http2: implement basic flow control updates | Thomas Kriechbaumer | 2015-08-20 | 1 | -7/+14 |
| | |||||
* | http2: fix frame length field | Thomas Kriechbaumer | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | http2: add callback to handle unexpected frames | Thomas Kriechbaumer | 2015-08-20 | 1 | -0/+15 |
| | |||||
* | fix typo | Thomas Kriechbaumer | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | tcp._Connection: clean up code, fix inheritance | Maximilian Hils | 2015-08-19 | 1 | -13/+18 |
| | |||||
* | add ssl peek polyfill | Maximilian Hils | 2015-08-19 | 2 | -3/+19 |
| | |||||
* | Merge pull request #86 from Kriechi/http2-wip | Thomas Kriechbaumer | 2015-08-18 | 3 | -38/+166 |
|\ | | | | | http2: fix TODOs | ||||
| * | http2: implement request target | Thomas Kriechbaumer | 2015-08-18 | 3 | -13/+110 |
| | | |||||
| * | http2: add support for too large header frames | Thomas Kriechbaumer | 2015-08-18 | 2 | -11/+34 |
| | | |||||
| * | http2: add support for too large data frames | Thomas Kriechbaumer | 2015-08-18 | 2 | -14/+22 |
|/ | |||||
* | fix request-target tests | Thomas Kriechbaumer | 2015-08-18 | 1 | -11/+4 |
| | |||||
* | temporarily disable pypy with new openssl on travis | Thomas Kriechbaumer | 2015-08-18 | 1 | -10/+10 |
| | |||||
* | temporarily disable pypy on travis | Thomas Kriechbaumer | 2015-08-18 | 1 | -1/+1 |
| | |||||
* | TCPClient: more sophisticated address handling | Maximilian Hils | 2015-08-18 | 2 | -12/+25 |
| | |||||
* | add Reader.peek() | Maximilian Hils | 2015-08-18 | 1 | -0/+18 |
| | |||||
* | re-add form_out | Maximilian Hils | 2015-08-18 | 2 | -4/+10 |
| | |||||
* | Bump netlib version - 0.13.1 is already out | Aldo Cortesi | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh.github.com:mitmproxy/netlib | Aldo Cortesi | 2015-08-16 | 1 | -1/+6 |
|\ | |||||
| * | allow direct ALPN callback method | Thomas Kriechbaumer | 2015-08-16 | 1 | -1/+6 |
| | | |||||
* | | Remove stray prints from test suite | Aldo Cortesi | 2015-08-16 | 3 | -3/+0 |
|/ | |||||
* | add HTTP/1.1 ALPN version string | Thomas Kriechbaumer | 2015-08-15 | 1 | -0/+2 |
| | |||||
* | Merge pull request #85 from Kriechi/http2-wip | Maximilian Hils | 2015-08-11 | 20 | -385/+858 |
|\ | | | | | add move tests and code from mitmproxy | ||||
| * | fix minor style offences | Thomas Kriechbaumer | 2015-08-10 | 3 | -12/+11 |
| | | |||||
| * | cleanup whitespace | Thomas Kriechbaumer | 2015-08-10 | 12 | -43/+62 |
| | | |||||
| * | cleanup imports | Thomas Kriechbaumer | 2015-08-10 | 10 | -26/+13 |
| | | |||||
| * | add move tests and code from mitmproxy | Thomas Kriechbaumer | 2015-08-10 | 11 | -310/+778 |
|/ | |||||
* | fix mitmproxy/mitmproxy#705 | Maximilian Hils | 2015-08-03 | 3 | -23/+32 |
| | |||||
* | fix mitmproxy tests | Thomas Kriechbaumer | 2015-08-02 | 2 | -3/+6 |
| | |||||
* | move encoding tests from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 1 | -0/+32 |
| | |||||
* | fix tutils imports | Thomas Kriechbaumer | 2015-08-01 | 13 | -25/+19 |
| | |||||
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 10 | -162/+885 |
| | |||||
* | Merge pull request #84 from Kriechi/http2-wip | Aldo Cortesi | 2015-08-01 | 7 | -142/+469 |
|\ | | | | | [WIP] Protocol Refactoring for HTTP/2 | ||||
| * | http2: improve protocol | Thomas Kriechbaumer | 2015-07-30 | 3 | -26/+53 |
| | | |||||
| * | add on-the-wire representation methods | Thomas Kriechbaumer | 2015-07-29 | 5 | -157/+324 |
| | |