aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 100% test coverage, though still need plenty moreChandler Abraham2015-04-134-29/+18
|
* whitespaceChandler Abraham2015-04-111-6/+1
|
* handshake tests, serialization testChandler Abraham2015-04-113-28/+105
|
* small cleanups, working on testsChandler Abraham2015-04-113-28/+41
|
* netlib websocketsChandler Abraham2015-04-106-0/+482
|
* fix code smellMaximilian Hils2015-04-096-21/+21
|
* 100% test coverageMaximilian Hils2015-04-092-13/+12
|
* 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-072-56/+88
|
* try harder to fix race condition in testsMaximilian Hils2015-02-271-0/+6
|
* make tests more robust, fix coverallsMaximilian Hils2015-02-273-2/+6
|
* 100% test coverage :tada:Maximilian Hils2015-02-276-58/+131
|
* fix #53Maximilian Hils2015-02-272-2/+5
|
* 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
| | | | | | | | fixes #52
* | add option to log ssl keysMaximilian Hils2015-02-271-0/+36
|/ | | | refs mitmproxy/mitmproxy#475
* pypy support, faster travis buildsMaximilian Hils2015-02-073-4/+15
|
* 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-113-6/+5
|
* Merge branch 'merge'Aldo Cortesi2014-11-111-1/+1
|\
| * Update pathod version number in requirementsAldo Cortesi2014-11-111-1/+1
| |
* | .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-074-13/+23
| |
* | Whitespace and legibilityAldo Cortesi2014-10-261-23/+57
| |
* | fix testsMaximilian Hils2014-10-231-1/+1
| |
* | 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-093-41/+42
| |
* | CertStore: add support for cert chainsMaximilian Hils2014-10-084-43/+55
| |
* | fix mitmproxy/mitmproxy#373Maximilian Hils2014-10-081-8/+17
| |
* | distutils -> setuptoolsMaximilian Hils2014-10-012-74/+16
| |
* | minor changesMaximilian Hils2014-09-284-8/+9
| |
* | Short-form getstateAldo Cortesi2014-09-171-1/+1
| |
* | Adjust for state object protocol changes in mitmproxy.Aldo Cortesi2014-09-172-13/+15
| |
* | Merge branch 'master' of ssh.github.com:cortesi/netlibAldo Cortesi2014-09-094-31/+44
|\ \
| * | improve distributionMaximilian Hils2014-09-083-29/+42
| | |
| * | more verbose errorsMaximilian Hils2014-09-081-2/+2
| | |
* | | Remove avoidable imports from OpenSSLAldo Cortesi2014-09-092-38/+23
|/ / | | | | | | Fixes #38
* | Better MANIFEST.inAldo Cortesi2014-09-081-1/+2
| |
* | Merge pull request #34 from bbaetz/masterAldo Cortesi2014-09-071-4/+4
|\ \ | | | | | | Change the criticality of a number of X509 extentions, to match
| * | Change the criticality of a number of X509 extentions, to matchBradley Baetz2014-03-201-4/+4
| | | | | | | | | | | | | | | | | | the RFCs and real-world CAs/certs. This improve compatability with older browsers/clients.
* | | Merge pull request #48 from mitmproxy/mitmproxy_issue_341Aldo Cortesi2014-09-073-31/+39
|\ \ \ | | | | | | | | Adjust netlib to mitmproxy changes