Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | - websockets.py to top-level - implementations into test suite | |||||
* | Merge branch 'master' of github.com:mitmproxy/netlib | Maximilian Hils | 2015-04-17 | 7 | -19/+736 | |
|\ | ||||||
| * | websockets: more whitespace, WebSocketFrame -> Frame | Aldo Cortesi | 2015-04-17 | 2 | -57/+55 | |
| | | ||||||
| * | websockets: whitespace, PEP8 | Aldo Cortesi | 2015-04-17 | 1 | -73/+96 | |
| | | ||||||
| * | Merge pull request #54 from Chandler/websockets | Aldo Cortesi | 2015-04-17 | 4 | -0/+473 | |
| |\ | | | | | | | Netlib WebSockets take 1 | |||||
| | * | 100% test coverage, though still need plenty more | Chandler Abraham | 2015-04-13 | 3 | -27/+6 | |
| | | | ||||||
| | * | handshake tests, serialization test | Chandler Abraham | 2015-04-11 | 2 | -21/+49 | |
| | | | ||||||
| | * | small cleanups, working on tests | Chandler Abraham | 2015-04-11 | 2 | -23/+22 | |
| | | | ||||||
| | * | netlib websockets | Chandler Abraham | 2015-04-10 | 5 | -0/+467 | |
| | | | ||||||
| * | | Improve flexibility of http_cookies._format_pairs | Aldo Cortesi | 2015-04-16 | 1 | -2/+2 | |
| | | | ||||||
| * | | ODict improvements | Aldo Cortesi | 2015-04-15 | 2 | -17/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Setting values now tries to preserve the existing order, rather than just appending to the end. - __repr__ now returns a repr of the tuple list. The old repr becomes a .format() method. This is clearer, makes troubleshooting easier, and doesn't assume all data in ODicts are header-like | |||||
| * | | 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 | 1 | -0/+6 | |
| | | | ||||||
| * | | Remove old-style set-cookie cruft, unit tests to 100% | Aldo Cortesi | 2015-04-14 | 1 | -11/+3 | |
| | | | ||||||
| * | | Firm up cookie parsing and formatting API | Aldo Cortesi | 2015-04-14 | 1 | -29/+83 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Make a tough call: we won't support old-style comma-separated set-cookie headers. Real world testing has shown that the latest rfc (6265) is often violated in ways that make the parsing problem indeterminate. Since this is much more common than the old style deprecated set-cookie variant, we focus on the most useful case. | |||||
| * | | Merge branch 'master' of https://github.com/mitmproxy/netlib | Aldo Cortesi | 2015-04-12 | 6 | -23/+27 | |
| |\| | ||||||
| * | | cookies: Cater for special values, fix some bugs found in real-world testing | Aldo Cortesi | 2015-04-12 | 1 | -15/+33 | |
| | | | ||||||
| * | | Initial outline of a cookie parsing and serialization module. | Aldo Cortesi | 2015-04-12 | 1 | -0/+133 | |
| | | | ||||||
* | | | 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 | 1 | -1/+1 | |
| | | ||||||
* | | 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 | 1 | -54/+86 | |
| | ||||||
* | make tests more robust, fix coveralls | Maximilian Hils | 2015-02-27 | 1 | -1/+1 | |
| | ||||||
* | 100% test coverage :tada: | Maximilian Hils | 2015-02-27 | 2 | -13/+16 | |
| | ||||||
* | fix #53 | Maximilian Hils | 2015-02-27 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:mitmproxy/netlib | Maximilian Hils | 2015-02-27 | 1 | -2/+2 | |
|\ | ||||||
| * | ...two years is not enough. | Maximilian Hils | 2015-02-17 | 1 | -2/+2 | |
| | | ||||||
| * | 5 years is enough... | Aldo Cortesi | 2015-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | By popular demand, bump dummy cert expiry to 5 years | Aldo Cortesi | 2015-02-17 | 1 | -1/+1 | |
| | | | | | | | | fixes #52 | |||||
* | | add option to log ssl keys | Maximilian Hils | 2015-02-27 | 1 | -0/+36 | |
|/ | | | | refs mitmproxy/mitmproxy#475 | |||||
* | Bump version | Aldo Cortesi | 2014-12-28 | 1 | -1/+1 | |
| | ||||||
* | TCPClient: Use TLS1.1+ where available, BaseHandler: disable SSLv2 | Maximilian Hils | 2014-12-15 | 1 | -2/+4 | |
| | ||||||
* | Bump version to 0.11.1 | Aldo Cortesi | 2014-11-15 | 1 | -2/+2 | |
| | ||||||
* | Fix tracebacks in connection finish | Aldo Cortesi | 2014-11-15 | 1 | -1/+1 | |
| | ||||||
* | be more explicit about requirements | Maximilian Hils | 2014-11-11 | 1 | -0/+4 | |
| | ||||||
* | .flush can raise NetlibDisconnect. This fixes a traceback found in fuzzing. | Aldo Cortesi | 2014-11-07 | 1 | -1/+4 | |
| | ||||||
* | Simplify expected_http_body_size signature, fixing a traceback found in fuzzing | Aldo Cortesi | 2014-11-07 | 3 | -11/+21 | |
| | ||||||
* | Whitespace and legibility | Aldo Cortesi | 2014-10-26 | 1 | -23/+57 | |
| | ||||||
* | refactor tcp close, fix mitmproxy/mitmproxy#376 | Maximilian Hils | 2014-10-22 | 1 | -48/+51 | |
| | ||||||
* | fix mitmproxy/mitmproxy#375 | Maximilian Hils | 2014-10-17 | 1 | -0/+9 | |
| | ||||||
* | fix tcp closing for ssled connections | Maximilian Hils | 2014-10-09 | 1 | -4/+3 | |
| | ||||||
* | make socks reading more bulletproof | Maximilian Hils | 2014-10-09 | 1 | -9/+20 | |
| | ||||||
* | clean up code | Maximilian Hils | 2014-10-09 | 1 | -36/+37 | |
| |