aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
Commit message (Expand)AuthorAgeFilesLines
* Whitespace, indentation, nounce -> nonceAldo Cortesi2015-04-212-37/+37
* Whitespace, pep8, mixed indentationAldo Cortesi2015-04-212-5/+18
* Return a named tuple from read_responseAldo Cortesi2015-04-211-3/+15
* Migrate requeset reading from mitmproxy to netlibAldo Cortesi2015-04-212-3/+123
* fixing test coverage, adding to_file/from_file reader writes to match socks.pyChandler Abraham2015-04-191-28/+34
* Websockets: reorganiseAldo Cortesi2015-04-203-82/+1
* Merge branch 'master' of github.com:mitmproxy/netlibMaximilian Hils2015-04-177-19/+736
|\
| * websockets: more whitespace, WebSocketFrame -> FrameAldo Cortesi2015-04-172-57/+55
| * websockets: whitespace, PEP8Aldo Cortesi2015-04-171-73/+96
| * Merge pull request #54 from Chandler/websocketsAldo Cortesi2015-04-174-0/+473
| |\
| | * 100% test coverage, though still need plenty moreChandler Abraham2015-04-133-27/+6
| | * handshake tests, serialization testChandler Abraham2015-04-112-21/+49
| | * small cleanups, working on testsChandler Abraham2015-04-112-23/+22
| | * netlib websocketsChandler Abraham2015-04-105-0/+467
| * | Improve flexibility of http_cookies._format_pairsAldo Cortesi2015-04-161-2/+2
| * | ODict improvementsAldo Cortesi2015-04-152-17/+37
| * | odict: don't convert values to strings when addedAldo Cortesi2015-04-141-2/+2
| * | Add an .extend method for ODictsAldo Cortesi2015-04-141-0/+6
| * | Remove old-style set-cookie cruft, unit tests to 100%Aldo Cortesi2015-04-141-11/+3
| * | Firm up cookie parsing and formatting APIAldo Cortesi2015-04-141-29/+83
| * | Merge branch 'master' of https://github.com/mitmproxy/netlibAldo Cortesi2015-04-126-23/+27
| |\|
| * | cookies: Cater for special values, fix some bugs found in real-world testingAldo Cortesi2015-04-121-15/+33
| * | Initial outline of a cookie parsing and serialization module.Aldo Cortesi2015-04-121-0/+133
* | | fix socket_close on Windows, refs mitmproxy/mitmproxy#527Maximilian Hils2015-04-171-12/+20
| |/ |/|
* | fix code smellMaximilian Hils2015-04-096-21/+21
* | 100% test coverageMaximilian Hils2015-04-091-1/+1
* | fail gracefully if we cannot start a new threadMaximilian Hils2015-04-091-1/+5
|/
* fix tests on WindowsMaximilian Hils2015-03-071-0/+5
* clean up cert handling, fix mitmproxy/mitmproxy#472Maximilian Hils2015-03-071-54/+86
* make tests more robust, fix coverallsMaximilian Hils2015-02-271-1/+1
* 100% test coverage :tada:Maximilian Hils2015-02-272-13/+16
* fix #53Maximilian Hils2015-02-271-1/+1
* Merge branch 'master' of github.com:mitmproxy/netlibMaximilian Hils2015-02-271-2/+2
|\
| * ...two years is not enough.Maximilian Hils2015-02-171-2/+2
| * 5 years is enough...Aldo Cortesi2015-02-171-1/+1
| * By popular demand, bump dummy cert expiry to 5 yearsAldo Cortesi2015-02-171-1/+1
* | add option to log ssl keysMaximilian Hils2015-02-271-0/+36
|/
* Bump versionAldo Cortesi2014-12-281-1/+1
* TCPClient: Use TLS1.1+ where available, BaseHandler: disable SSLv2Maximilian Hils2014-12-151-2/+4
* Bump version to 0.11.1Aldo Cortesi2014-11-151-2/+2
* Fix tracebacks in connection finishAldo Cortesi2014-11-151-1/+1
* be more explicit about requirementsMaximilian Hils2014-11-111-0/+4
* .flush can raise NetlibDisconnect. This fixes a traceback found in fuzzing.Aldo Cortesi2014-11-071-1/+4
* Simplify expected_http_body_size signature, fixing a traceback found in fuzzingAldo Cortesi2014-11-073-11/+21
* Whitespace and legibilityAldo Cortesi2014-10-261-23/+57
* refactor tcp close, fix mitmproxy/mitmproxy#376Maximilian Hils2014-10-221-48/+51
* fix mitmproxy/mitmproxy#375Maximilian Hils2014-10-171-0/+9
* fix tcp closing for ssled connectionsMaximilian Hils2014-10-091-4/+3
* make socks reading more bulletproofMaximilian Hils2014-10-091-9/+20
* clean up codeMaximilian Hils2014-10-091-36/+37