| Commit message (Expand) | Author | Age | Files | Lines |
| * | http2: add authority header | Thomas Kriechbaumer | 2015-06-14 | 1 | -2/+2 |
| * | add more tests | Thomas Kriechbaumer | 2015-06-12 | 2 | -4/+88 |
| * | http2: add response creation | Thomas Kriechbaumer | 2015-06-12 | 1 | -1/+1 |
| * | http2: general improvements | Thomas Kriechbaumer | 2015-06-12 | 1 | -6/+35 |
| * | fix non-ALPN supported OpenSSL-related tests | Thomas Kriechbaumer | 2015-06-08 | 1 | -1/+7 |
| * | http2: refactor hex to file adapter | Thomas Kriechbaumer | 2015-06-05 | 1 | -37/+27 |
| * | 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 | 3 | -1/+217 |
| * | http2: rename module and refactor as strategy | Thomas Kriechbaumer | 2015-06-05 | 1 | -1/+1 |
| * | http2: add logging and error handling | Thomas Kriechbaumer | 2015-06-05 | 1 | -2/+12 |
| * | http2: change header_block_fragment handling | Thomas Kriechbaumer | 2015-06-05 | 1 | -51/+60 |
| * | http2: add basic protocol handling | Thomas Kriechbaumer | 2015-06-05 | 2 | -18/+1 |
| * | http2: explicitly mention all arguments in tests | Thomas Kriechbaumer | 2015-06-05 | 1 | -122/+203 |
| * | simplify default ssl params for test servers | Thomas Kriechbaumer | 2015-06-05 | 1 | -65/+11 |
| * | Move version check to netlib, unit test it. | Aldo Cortesi | 2015-05-31 | 1 | -0/+22 |
| * | Adjust pep8 parameters, reformat | Aldo Cortesi | 2015-05-30 | 6 | -52/+211 |
| * | 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 | 1 | -2/+0 |
| * | add HTTP/2-capable client | Thomas Kriechbaumer | 2015-05-29 | 1 | -0/+20 |
| * | add ALPN support to TCP abstraction | Thomas Kriechbaumer | 2015-05-29 | 1 | -0/+18 |
| * | add hpack to encode and decode headers | Thomas Kriechbaumer | 2015-05-29 | 1 | -36/+133 |
| * | add human_readable() to each frame for debugging | Thomas Kriechbaumer | 2015-05-29 | 1 | -14/+34 |
| * | test Address __str__ | Thomas Kriechbaumer | 2015-05-29 | 1 | -0/+1 |
| * | Merge branch 'Kriechi-cleanup' | Aldo Cortesi | 2015-05-28 | 13 | -114/+199 |
| |\ |
|
| | * | cleanup code with autoflake | Thomas Kriechbaumer | 2015-05-27 | 5 | -14/+7 |
| | * | cleanup code with autopep8 | Thomas Kriechbaumer | 2015-05-27 | 11 | -102/+194 |
| * | | update TLS defaults: signature hash and DH params | Thomas Kriechbaumer | 2015-05-27 | 1 | -3/+11 |
| |/ |
|
| * | implement basic HTTP/2 frame classes | Thomas Kriechbaumer | 2015-05-26 | 2 | -0/+341 |
| * | Zap a left-over test | Aldo Cortesi | 2015-05-05 | 1 | -12/+0 |
| * | Add tcp.Reader.safe_read, use it in socks and websockets | Aldo Cortesi | 2015-05-05 | 4 | -17/+29 |
| * | websockets: A progressive masker. | Aldo Cortesi | 2015-05-01 | 1 | -0/+16 |
| * | websockets: more compact and legible human_readable | Aldo Cortesi | 2015-04-30 | 2 | -3/+17 |
| * | Add a tiny utility class for keeping bi-directional mappings. | Aldo Cortesi | 2015-04-30 | 2 | -1/+14 |
| * | testing: http read_request corner case | Aldo Cortesi | 2015-04-30 | 1 | -0/+5 |
| * | websockets: nicer frame construction | Aldo Cortesi | 2015-04-24 | 1 | -0/+12 |
| * | websockets: include all header values in frame roundtrip | Aldo Cortesi | 2015-04-24 | 1 | -0/+4 |
| * | websockets: remove validation | Aldo Cortesi | 2015-04-24 | 1 | -18/+8 |
| * | websocket: interface refactoring | Aldo Cortesi | 2015-04-24 | 1 | -7/+42 |
| * | websockets: refactor to avoid rundantly specifying payloads and payload lengths | Aldo Cortesi | 2015-04-24 | 1 | -14/+3 |
| * | websockets: extract frame header creation into a function | Aldo Cortesi | 2015-04-24 | 1 | -0/+4 |
| * | websockets: handshake checks only take headers | Aldo Cortesi | 2015-04-23 | 2 | -30/+14 |
| * | websockets: constants, variable names, refactoring | Aldo Cortesi | 2015-04-21 | 1 | -0/+27 |
| * | Whitespace, interface simplification | Aldo Cortesi | 2015-04-21 | 1 | -10/+3 |
| * | websockets: refactor to use http and header functions in http.py | Aldo Cortesi | 2015-04-21 | 1 | -64/+48 |
| * | Whitespace, indentation, nounce -> nonce | Aldo Cortesi | 2015-04-21 | 1 | -29/+42 |
| * | Whitespace, pep8, mixed indentation | Aldo Cortesi | 2015-04-21 | 1 | -14/+56 |
| * | Return a named tuple from read_response | Aldo Cortesi | 2015-04-21 | 1 | -3/+5 |
| * | Migrate requeset reading from mitmproxy to netlib | Aldo Cortesi | 2015-04-21 | 1 | -0/+72 |