Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | simplify ALPN | Thomas Kriechbaumer | 2015-06-14 | 1 | -6/+2 | |
| | | | | | ||||||
| | | | * | http2: add authority header | Thomas Kriechbaumer | 2015-06-14 | 2 | -3/+7 | |
| | | | | | ||||||
| | | | * | add new TLS methods | Thomas Kriechbaumer | 2015-06-14 | 1 | -1/+4 | |
| | | | | | ||||||
| | | | * | add more tests | Thomas Kriechbaumer | 2015-06-12 | 3 | -8/+92 | |
| | | | | | ||||||
| | | | * | http2: add response creation | Thomas Kriechbaumer | 2015-06-12 | 2 | -16/+42 | |
| | | | | | ||||||
| | | | * | http2: general improvements | Thomas Kriechbaumer | 2015-06-12 | 2 | -26/+78 | |
| | | | | | ||||||
| | | | * | improve ALPN integration | Thomas Kriechbaumer | 2015-06-11 | 1 | -8/+15 | |
| | | |/ | ||||||
| | * / | include wheel as dev dependency | Maximilian Hils | 2015-06-18 | 1 | -0/+1 | |
| | |/ | ||||||
| | * | fix coding style | Thomas Kriechbaumer | 2015-06-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | http2: add warning if raw data looks like HTTP/1 | Thomas Kriechbaumer | 2015-06-08 | 2 | -1/+5 | |
| | | | ||||||
| | * | fix non-ALPN supported OpenSSL-related tests | Thomas Kriechbaumer | 2015-06-08 | 2 | -2/+11 | |
| | | | ||||||
| | * | Merge pull request #66 from Kriechi/improve-alpn-support | Aldo Cortesi | 2015-06-08 | 4 | -16/+63 | |
| | |\ | | | | | | | | | improve ALPN support on travis | |||||
| | | * | improve ALPN support on travis | Thomas Kriechbaumer | 2015-06-08 | 2 | -14/+58 | |
| | | | | ||||||
| | | * | ignore eggs directory | Thomas Kriechbaumer | 2015-06-08 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | fix coding style | Thomas Kriechbaumer | 2015-06-08 | 1 | -2/+4 | |
| | |/ | ||||||
| | * | http2: ditch the logging for now | Aldo Cortesi | 2015-06-06 | 2 | -16/+0 | |
| | | | | | | | | | | | | | | | The API is well designed: it looks like we can get all the information we need to expose debugging in the caller of the API. | |||||
| | * | http2: resolve module structure and circular dependencies | Aldo Cortesi | 2015-06-06 | 3 | -187/+188 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Move implementation out of __init__.py to protocol.py (an anti-pattern because it makes the kind of structural refactoring we need hard) - protocol imports frame, frame does not import protocol. To do this, we shift the default settings to frame. If this feels wrong, we can move them to a separate module (defaults.py?.). | |||||
| | * | Merge pull request #65 from Kriechi/h2-client | Aldo Cortesi | 2015-06-06 | 11 | -407/+795 | |
| | |\ | | | | | | | | | HTTP/2 protocol definition | |||||
| | | * | http2: refactor hex to file adapter | Thomas Kriechbaumer | 2015-06-05 | 1 | -37/+27 | |
| | | | | ||||||
| | | * | use open instead of file | Thomas Kriechbaumer | 2015-06-05 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | http2: fix EchoHandler test helper | Thomas Kriechbaumer | 2015-06-05 | 1 | -3/+4 | |
| | | | | ||||||
| | | * | make travis run all tests | Thomas Kriechbaumer | 2015-06-05 | 1 | -0/+0 | |
| | | | | ||||||
| | | * | increase test coverage | Thomas Kriechbaumer | 2015-06-05 | 1 | -0/+5 | |
| | | | | ||||||
| | | * | http2: add protocol tests | Thomas Kriechbaumer | 2015-06-05 | 5 | -14/+231 | |
| | | | | ||||||
| | | * | http2: rename module and refactor as strategy | Thomas Kriechbaumer | 2015-06-05 | 3 | -8/+13 | |
| | | | | ||||||
| | | * | http2: add logging and error handling | Thomas Kriechbaumer | 2015-06-05 | 3 | -16/+42 | |
| | | | | ||||||
| | | * | http2: change header_block_fragment handling | Thomas Kriechbaumer | 2015-06-05 | 2 | -96/+80 | |
| | | | | ||||||
| | | * | http2: add basic protocol handling | Thomas Kriechbaumer | 2015-06-05 | 5 | -115/+212 | |
| | | | | ||||||
| | | * | http2: introduce state for connection objects | Thomas Kriechbaumer | 2015-06-05 | 1 | -39/+63 | |
| | | | | ||||||
| | | * | http2: explicitly mention all arguments in tests | Thomas Kriechbaumer | 2015-06-05 | 1 | -122/+203 | |
| | | | | ||||||
| | | * | http2: fix default settings | Thomas Kriechbaumer | 2015-06-05 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | simplify default ssl params for test servers | Thomas Kriechbaumer | 2015-06-05 | 2 | -74/+32 | |
| | | | | ||||||
| | * | | repr for websocket frames | Aldo Cortesi | 2015-06-05 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | Revert "tcp: clear_log to clear socket logs" | Aldo Cortesi | 2015-06-05 | 2 | -5/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | start_log also clears the log, which is good enough. This reverts commit 4ca62e0d9bd09aa286cde9bafceff7204304d00c. | |||||
| | * | | tcp: clear_log to clear socket logs | Aldo Cortesi | 2015-06-05 | 2 | -0/+5 | |
| | |/ | ||||||
| | * | Bump version | Aldo Cortesi | 2015-06-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | Merge pull request #61 from Kriechi/distribute-cffi | Maximilian Hils | 2015-05-31 | 2 | -3/+37 | |
| | |\ | | | | | | | | | distribute cffi correctly | |||||
| | | * | distribute cffi correctly | Thomas Kriechbaumer | 2015-05-30 | 2 | -3/+37 | |
| | | | | ||||||
| | * | | websockets: nicer human readable | Aldo Cortesi | 2015-05-31 | 1 | -3/+5 | |
| | | | | ||||||
| | * | | When we see an incomplete read with 0 bytes, it's a disconnect | Aldo Cortesi | 2015-05-31 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | Partially fixes mitmproxy/mitmproxy:#593 | |||||
| | * | | Save first byte timestamp for writers too. | Aldo Cortesi | 2015-05-31 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Move version check to netlib, unit test it. | Aldo Cortesi | 2015-05-31 | 2 | -0/+71 | |
| | |/ | ||||||
| | * | Adjust pep8 parameters, reformat | Aldo Cortesi | 2015-05-30 | 16 | -179/+455 | |
| | | | ||||||
| | * | Merge pull request #62 from Kriechi/h2-client | Aldo Cortesi | 2015-05-30 | 8 | -55/+416 | |
| | |\ | | | | | | | | | H2 client | |||||
| | | * | make tests aware of ALPN & OpenSSL 1.0.2 dependency | Thomas Kriechbaumer | 2015-05-29 | 1 | -8/+13 | |
| | | | | ||||||
| | | * | cleanup imports | Thomas Kriechbaumer | 2015-05-29 | 2 | -3/+0 | |
| | | | | ||||||
| | | * | add HTTP/2-capable client | Thomas Kriechbaumer | 2015-05-29 | 2 | -0/+85 | |
| | | | | ||||||
| | | * | add ALPN support to TCP abstraction | Thomas Kriechbaumer | 2015-05-29 | 3 | -9/+47 | |
| | | | | ||||||
| | | * | add generic frame parsing method | Thomas Kriechbaumer | 2015-05-29 | 1 | -0/+17 | |
| | | | | ||||||
| | | * | add hpack to encode and decode headers | Thomas Kriechbaumer | 2015-05-29 | 3 | -46/+167 | |
| | | | |