| Commit message (Expand) | Author | Age | Files | Lines |
* | websockets: more flexible masking interface. | Aldo Cortesi | 2015-05-01 | 1 | -3/+8 |
* | websockets: A progressive masker. | Aldo Cortesi | 2015-05-01 | 2 | -14/+34 |
* | websockets: more compact and legible human_readable | Aldo Cortesi | 2015-04-30 | 4 | -28/+55 |
* | Add a tiny utility class for keeping bi-directional mappings. | Aldo Cortesi | 2015-04-30 | 5 | -35/+91 |
* | testing: http read_request corner case | Aldo Cortesi | 2015-04-30 | 1 | -0/+5 |
* | websockets: nicer frame construction | Aldo Cortesi | 2015-04-24 | 2 | -15/+35 |
* | websockets: include all header values in frame roundtrip | Aldo Cortesi | 2015-04-24 | 2 | -12/+19 |
* | websockets: remove validation | Aldo Cortesi | 2015-04-24 | 2 | -38/+12 |
* | websocket: interface refactoring | Aldo Cortesi | 2015-04-24 | 3 | -167/+201 |
* | websockets: refactor to avoid rundantly specifying payloads and payload lengths | Aldo Cortesi | 2015-04-24 | 2 | -51/+26 |
* | websockets: extract frame header creation into a function | Aldo Cortesi | 2015-04-24 | 2 | -120/+147 |
* | websockets: handshake checks only take headers | Aldo Cortesi | 2015-04-23 | 4 | -40/+24 |
* | 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 | 2 | -35/+67 |
* | Whitespace, interface simplification | Aldo Cortesi | 2015-04-21 | 2 | -25/+5 |
* | websockets: refactor to use http and header functions in http.py | Aldo Cortesi | 2015-04-21 | 3 | -194/+152 |
* | Whitespace, indentation, nounce -> nonce | Aldo Cortesi | 2015-04-21 | 3 | -66/+79 |
* | Whitespace, pep8, mixed indentation | Aldo Cortesi | 2015-04-21 | 3 | -19/+74 |
* | Return a named tuple from read_response | Aldo Cortesi | 2015-04-21 | 2 | -6/+20 |
* | Migrate requeset reading from mitmproxy to netlib | Aldo Cortesi | 2015-04-21 | 3 | -3/+195 |
* | Merge pull request #55 from Chandler/websockets | Aldo Cortesi | 2015-04-20 | 2 | -45/+77 |
|\ |
|
| * | whitespace | Chandler Abraham | 2015-04-19 | 1 | -2/+1 |
| * | remove subproject commit | Chandler Abraham | 2015-04-19 | 1 | -6/+0 |
| * | fixing test coverage, adding to_file/from_file reader writes to match socks.py | Chandler Abraham | 2015-04-19 | 3 | -45/+84 |
|/ |
|
* | Websockets: reorganise | Aldo Cortesi | 2015-04-20 | 4 | -98/+90 |
* | Merge branch 'master' of github.com:mitmproxy/netlib | Maximilian Hils | 2015-04-17 | 13 | -24/+1088 |
|\ |
|
| * | websockets: more whitespace, WebSocketFrame -> Frame | Aldo Cortesi | 2015-04-17 | 3 | -76/+81 |
| * | websockets: whitespace, PEP8 | Aldo Cortesi | 2015-04-17 | 1 | -73/+96 |
| * | Merge pull request #54 from Chandler/websockets | Aldo Cortesi | 2015-04-17 | 5 | -0/+556 |
| |\ |
|
| | * | 100% test coverage, though still need plenty more | Chandler Abraham | 2015-04-13 | 4 | -29/+18 |
| | * | whitespace | Chandler Abraham | 2015-04-11 | 1 | -6/+1 |
| | * | handshake tests, serialization test | Chandler Abraham | 2015-04-11 | 3 | -28/+105 |
| | * | small cleanups, working on tests | Chandler Abraham | 2015-04-11 | 3 | -28/+41 |
| | * | netlib websockets | Chandler Abraham | 2015-04-10 | 6 | -0/+482 |
| * | | Improve flexibility of http_cookies._format_pairs | Aldo Cortesi | 2015-04-16 | 1 | -2/+2 |
| * | | ODict improvements | Aldo Cortesi | 2015-04-15 | 6 | -34/+72 |
| * | | odict: don't convert values to strings when added | Aldo Cortesi | 2015-04-14 | 1 | -2/+2 |
| * | | Add an .extend method for ODicts | Aldo Cortesi | 2015-04-14 | 2 | -1/+12 |
| * | | Remove old-style set-cookie cruft, unit tests to 100% | Aldo Cortesi | 2015-04-14 | 2 | -11/+9 |
| * | | Firm up cookie parsing and formatting API | Aldo Cortesi | 2015-04-14 | 2 | -32/+195 |
| * | | Merge branch 'master' of https://github.com/mitmproxy/netlib | Aldo Cortesi | 2015-04-12 | 7 | -35/+38 |
| |\| |
|
| * | | cookies: Cater for special values, fix some bugs found in real-world testing | Aldo Cortesi | 2015-04-12 | 2 | -15/+41 |
| * | | Initial outline of a cookie parsing and serialization module. | Aldo Cortesi | 2015-04-12 | 3 | -0/+244 |
* | | | fix socket_close on Windows, refs mitmproxy/mitmproxy#527 | Maximilian Hils | 2015-04-17 | 1 | -12/+20 |
| |/
|/| |
|
* | | fix code smell | Maximilian Hils | 2015-04-09 | 6 | -21/+21 |
* | | 100% test coverage | Maximilian Hils | 2015-04-09 | 2 | -13/+12 |
* | | fail gracefully if we cannot start a new thread | Maximilian Hils | 2015-04-09 | 1 | -1/+5 |
|/ |
|
* | fix tests on Windows | Maximilian Hils | 2015-03-07 | 1 | -0/+5 |
* | clean up cert handling, fix mitmproxy/mitmproxy#472 | Maximilian Hils | 2015-03-07 | 2 | -56/+88 |
* | try harder to fix race condition in tests | Maximilian Hils | 2015-02-27 | 1 | -0/+6 |