| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: clear_log to clear socket logs | Aldo Cortesi | 2015-06-05 | 1 | -0/+3 |
* | Bump version | Aldo Cortesi | 2015-06-04 | 1 | -1/+1 |
* | Merge pull request #61 from Kriechi/distribute-cffi | Maximilian Hils | 2015-05-31 | 1 | -2/+2 |
|\ |
|
| * | distribute cffi correctly | Thomas Kriechbaumer | 2015-05-30 | 1 | -2/+2 |
* | | 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 |
* | | 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 | 1 | -0/+49 |
|/ |
|
* | Adjust pep8 parameters, reformat | Aldo Cortesi | 2015-05-30 | 8 | -117/+236 |
* | cleanup imports | Thomas Kriechbaumer | 2015-05-29 | 1 | -1/+0 |
* | add HTTP/2-capable client | Thomas Kriechbaumer | 2015-05-29 | 1 | -0/+65 |
* | add ALPN support to TCP abstraction | Thomas Kriechbaumer | 2015-05-29 | 2 | -9/+29 |
* | 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 | 1 | -9/+32 |
* | fix default argument | Thomas Kriechbaumer | 2015-05-29 | 1 | -1/+5 |
* | add human_readable() to each frame for debugging | Thomas Kriechbaumer | 2015-05-29 | 1 | -1/+74 |
* | Satisfy autobots. | Aldo Cortesi | 2015-05-28 | 1 | -1/+2 |
* | Merge branch 'Kriechi-cleanup' | Aldo Cortesi | 2015-05-28 | 14 | -242/+322 |
|\ |
|
| * | cleanup code with autoflake | Thomas Kriechbaumer | 2015-05-27 | 5 | -14/+1 |
| * | cleanup code with autopep8 | Thomas Kriechbaumer | 2015-05-27 | 14 | -229/+308 |
* | | update TLS defaults: signature hash and DH params | Thomas Kriechbaumer | 2015-05-27 | 1 | -11/+21 |
|/ |
|
* | remove outdated workarounds | Thomas Kriechbaumer | 2015-05-27 | 1 | -8/+4 |
* | Merge pull request #56 from Kriechi/http2-frames | Aldo Cortesi | 2015-05-27 | 3 | -0/+401 |
|\ |
|
| * | implement basic HTTP/2 frame classes | Thomas Kriechbaumer | 2015-05-26 | 3 | -0/+401 |
* | | Post release version bump. | Aldo Cortesi | 2015-05-26 | 1 | -1/+1 |
|/ |
|
* | improve displaying tcp addresses | Maximilian Hils | 2015-05-18 | 1 | -1/+4 |
* | release prep: bump version | Aldo Cortesi | 2015-05-18 | 1 | -1/+1 |
* | Zap outdated comment | Aldo Cortesi | 2015-05-16 | 1 | -3/+1 |
* | Add tcp.Reader.safe_read, use it in socks and websockets | Aldo Cortesi | 2015-05-05 | 3 | -45/+51 |
* | websockets: more flexible masking interface. | Aldo Cortesi | 2015-05-01 | 1 | -3/+8 |
* | websockets: A progressive masker. | Aldo Cortesi | 2015-05-01 | 1 | -14/+18 |
* | websockets: more compact and legible human_readable | Aldo Cortesi | 2015-04-30 | 2 | -25/+38 |
* | Add a tiny utility class for keeping bi-directional mappings. | Aldo Cortesi | 2015-04-30 | 3 | -34/+77 |
* | websockets: nicer frame construction | Aldo Cortesi | 2015-04-24 | 1 | -15/+23 |
* | websockets: include all header values in frame roundtrip | Aldo Cortesi | 2015-04-24 | 1 | -12/+15 |
* | websockets: remove validation | Aldo Cortesi | 2015-04-24 | 1 | -20/+4 |
* | websocket: interface refactoring | Aldo Cortesi | 2015-04-24 | 2 | -160/+159 |
* | websockets: refactor to avoid rundantly specifying payloads and payload lengths | Aldo Cortesi | 2015-04-24 | 1 | -37/+23 |
* | websockets: extract frame header creation into a function | Aldo Cortesi | 2015-04-24 | 1 | -120/+143 |
* | websockets: handshake checks only take headers | Aldo Cortesi | 2015-04-23 | 2 | -10/+10 |
* | websockets: (very) slightly nicer is_valid constraints | Aldo Cortesi | 2015-04-21 | 1 | -5/+3 |
* | websockets: constants, variable names, refactoring | Aldo Cortesi | 2015-04-21 | 1 | -35/+40 |
* | Whitespace, interface simplification | Aldo Cortesi | 2015-04-21 | 1 | -15/+2 |
* | websockets: refactor to use http and header functions in http.py | Aldo Cortesi | 2015-04-21 | 2 | -130/+104 |
* | Whitespace, indentation, nounce -> nonce | Aldo Cortesi | 2015-04-21 | 2 | -37/+37 |
* | Whitespace, pep8, mixed indentation | Aldo Cortesi | 2015-04-21 | 2 | -5/+18 |
* | Return a named tuple from read_response | Aldo Cortesi | 2015-04-21 | 1 | -3/+15 |
* | Migrate requeset reading from mitmproxy to netlib | Aldo Cortesi | 2015-04-21 | 2 | -3/+123 |
* | fixing test coverage, adding to_file/from_file reader writes to match socks.py | Chandler Abraham | 2015-04-19 | 1 | -28/+34 |
* | Websockets: reorganise | Aldo Cortesi | 2015-04-20 | 3 | -82/+1 |