| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust pep8 parameters, reformat | Aldo Cortesi | 2015-05-30 | 1 | -1/+2 |
* | cleanup code with autopep8 | Thomas Kriechbaumer | 2015-05-27 | 1 | -6/+12 |
* | Add tcp.Reader.safe_read, use it in socks and websockets | Aldo Cortesi | 2015-05-05 | 1 | -4/+3 |
* | websockets: A progressive masker. | Aldo Cortesi | 2015-05-01 | 1 | -0/+16 |
* | websockets: more compact and legible human_readable | Aldo Cortesi | 2015-04-30 | 1 | -1/+7 |
* | Add a tiny utility class for keeping bi-directional mappings. | Aldo Cortesi | 2015-04-30 | 1 | -0/+4 |
* | 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 | 1 | -27/+11 |
* | 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 | Chandler Abraham | 2015-04-19 | 1 | -2/+1 |
* | fixing test coverage, adding to_file/from_file reader writes to match socks.py | Chandler Abraham | 2015-04-19 | 1 | -17/+44 |
* | Websockets: reorganise | Aldo Cortesi | 2015-04-20 | 1 | -16/+89 |
* | websockets: more whitespace, WebSocketFrame -> Frame | Aldo Cortesi | 2015-04-17 | 1 | -19/+26 |
* | 100% test coverage, though still need plenty more | Chandler Abraham | 2015-04-13 | 1 | -2/+12 |
* | whitespace | Chandler Abraham | 2015-04-11 | 1 | -6/+1 |
* | handshake tests, serialization test | Chandler Abraham | 2015-04-11 | 1 | -7/+56 |
* | small cleanups, working on tests | Chandler Abraham | 2015-04-11 | 1 | -5/+19 |
* | netlib websockets | Chandler Abraham | 2015-04-10 | 1 | -0/+15 |