| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | http2: implement request target | Thomas Kriechbaumer | 2015-08-18 | 1 | -5/+76 |
| * | http2: add support for too large header frames | Thomas Kriechbaumer | 2015-08-18 | 1 | -1/+15 |
| * | http2: add support for too large data frames | Thomas Kriechbaumer | 2015-08-18 | 1 | -6/+11 |
| * | fix request-target tests | Thomas Kriechbaumer | 2015-08-18 | 1 | -11/+4 |
| * | Remove stray prints from test suite | Aldo Cortesi | 2015-08-16 | 3 | -3/+0 |
| * | fix minor style offences | Thomas Kriechbaumer | 2015-08-10 | 1 | -1/+0 |
| * | cleanup whitespace | Thomas Kriechbaumer | 2015-08-10 | 3 | -7/+6 |
| * | cleanup imports | Thomas Kriechbaumer | 2015-08-10 | 5 | -10/+9 |
| * | add move tests and code from mitmproxy | Thomas Kriechbaumer | 2015-08-10 | 6 | -277/+691 |
| * | fix mitmproxy/mitmproxy#705 | Maximilian Hils | 2015-08-03 | 1 | -9/+15 |
| * | move encoding tests from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 1 | -0/+32 |
| * | fix tutils imports | Thomas Kriechbaumer | 2015-08-01 | 12 | -24/+18 |
| * | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 5 | -120/+336 |
| * | http2: improve protocol | Thomas Kriechbaumer | 2015-07-30 | 1 | -4/+7 |
| * | add on-the-wire representation methods | Thomas Kriechbaumer | 2015-07-29 | 1 | -18/+45 |
| * | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-07-27 | 2 | -4/+4 |
| * | Merge pull request #81 from Kriechi/protocol-refactor | Maximilian Hils | 2015-07-24 | 13 | -241/+276 |
| |\ | |||||
| | * | fix bugs | Thomas Kriechbaumer | 2015-07-22 | 1 | -6/+3 |
| | * | http2: make proper use of odict | Thomas Kriechbaumer | 2015-07-22 | 1 | -4/+4 |
| | * | reduce public interface | Thomas Kriechbaumer | 2015-07-22 | 1 | -28/+28 |
| | * | rename content -> body | Thomas Kriechbaumer | 2015-07-22 | 2 | -8/+8 |
| | * | add Request class and unify read_request interface | Thomas Kriechbaumer | 2015-07-22 | 1 | -4/+5 |
| | * | refactor HTTP/1 as protocol | Thomas Kriechbaumer | 2015-07-22 | 2 | -109/+126 |
| | * | change HTTP2 interface to match HTTP1 | Thomas Kriechbaumer | 2015-07-22 | 1 | -8/+12 |
| | * | extract authentication methods from protocol | Thomas Kriechbaumer | 2015-07-22 | 2 | -19/+21 |
| | * | move bits around | Thomas Kriechbaumer | 2015-07-22 | 13 | -179/+188 |
| | * | refactor websockets into protocol | Thomas Kriechbaumer | 2015-07-22 | 1 | -13/+18 |
| | * | introduce http_semantics module | Thomas Kriechbaumer | 2015-07-22 | 1 | -7/+7 |
| * | | add distinct error for cert verification issues | Maximilian Hils | 2015-07-24 | 1 | -1/+1 |
| |/ | |||||
| * | socks: optionally fail early | Maximilian Hils | 2015-07-03 | 1 | -0/+3 |
| * | socks: add assert_socks5 method | Maximilian Hils | 2015-07-03 | 1 | -0/+57 |
| * | Merge pull request #79 from mitmproxy/remove_certffi | Aldo Cortesi | 2015-06-27 | 2 | -56/+2 |
| |\ | |||||
| | * | remove certffi | Maximilian Hils | 2015-06-26 | 2 | -56/+2 |
| * | | fix file type | Maximilian Hils | 2015-06-26 | 2 | -0/+0 |
| * | | fix tests on windows | Maximilian Hils | 2015-06-26 | 2 | -2/+30 |
| |/ | |||||
| * | Merge pull request #76 from kyle-m/master | Aldo Cortesi | 2015-06-24 | 14 | -28/+260 |
| |\ | |||||
| | * | Adding test data to support post OpenSSL v1.0 cert hashing | Kyle Morton | 2015-06-23 | 1 | -0/+1 |
| | * | Cleaning up upstream server verification. Adding storage of cerificate | Kyle Morton | 2015-06-22 | 12 | -26/+258 |
| | * | Updating TCPServer to allow tests (and potentially other use cases) to serve | Kyle Morton | 2015-06-22 | 1 | -2/+1 |
| * | | Merge branch 'Kriechi-ssl-version-handling' | Aldo Cortesi | 2015-06-23 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | unify SSL version/method handling | Thomas Kriechbaumer | 2015-06-22 | 1 | -2/+2 |
| | |/ | |||||
| * / | Remove dependence on pathod in test suite. | Aldo Cortesi | 2015-06-23 | 1 | -2/+1 |
| |/ | |||||
| * | netlib/test.py -> test/tservers.py | Aldo Cortesi | 2015-06-22 | 5 | -44/+152 |
| * | http2: rename test file | Thomas Kriechbaumer | 2015-06-18 | 1 | -0/+0 |
| * | http2: improve :authority header | Thomas Kriechbaumer | 2015-06-16 | 1 | -2/+2 |
| * | http2: improve test suite | Thomas Kriechbaumer | 2015-06-16 | 2 | -14/+40 |
| * | Merge pull request #69 from kyle-m/master | Aldo Cortesi | 2015-06-16 | 2 | -0/+68 |
| |\ | |||||
| | * | Adding support for upstream certificate validation when using SSL/TLS with an | Kyle Morton | 2015-06-15 | 2 | -0/+68 |
| * | | http2: add authority header | Thomas Kriechbaumer | 2015-06-14 | 1 | -2/+2 |
| * | | add more tests | Thomas Kriechbaumer | 2015-06-12 | 2 | -4/+88 |
