aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/tcp.py
Commit message (Expand)AuthorAgeFilesLines
* organize exceptions, improve content-length handlingMaximilian Hils2015-09-171-59/+49
* wipMaximilian Hils2015-09-151-4/+4
* don't yield empty chunksMaximilian Hils2015-09-111-1/+2
* add ssl_read_selectMaximilian Hils2015-09-101-0/+21
* add tcp.Address.__hash__Maximilian Hils2015-09-081-0/+3
* move sslversion mapping to netlibMaximilian Hils2015-08-291-0/+17
* wipMaximilian Hils2015-08-281-17/+1
* fix error messagesMaximilian Hils2015-08-251-2/+2
* tcp._Connection: clean up code, fix inheritanceMaximilian Hils2015-08-191-13/+18
* add ssl peek polyfillMaximilian Hils2015-08-191-2/+18
* TCPClient: more sophisticated address handlingMaximilian Hils2015-08-181-11/+23
* add Reader.peek()Maximilian Hils2015-08-181-0/+18
* re-add form_outMaximilian Hils2015-08-181-0/+2
* allow direct ALPN callback methodThomas Kriechbaumer2015-08-161-1/+6
* fix mitmproxy/mitmproxy#705Maximilian Hils2015-08-031-1/+5
* add distinct error for cert verification issuesMaximilian Hils2015-07-241-2/+9
* Added a fix for pre-1.0 OpenSSL which wasn't correctly erring on failed certi...Kyle Morton2015-07-211-0/+7
* Fixing default CA which ought to be read as a pemfile and not a directoryKyle Morton2015-07-211-1/+1
* Fixing how certifi is made the default ca_path to simplify calling logic.Kyle Morton2015-06-261-1/+3
* Merge pull request #76 from kyle-m/masterAldo Cortesi2015-06-241-10/+14
|\
| * Cleaning up upstream server verification. Adding storage of cerificateKyle Morton2015-06-221-8/+8
| * Updating TCPServer to allow tests (and potentially other use cases) to serveKyle Morton2015-06-221-2/+6
* | unify SSL version/method handlingThomas Kriechbaumer2015-06-221-7/+18
|/
* mark unused variables and argumentsThomas Kriechbaumer2015-06-181-5/+5
* Merge branch 'master' of https://github.com/kyle-m/netlib into kyle-m-masterAldo Cortesi2015-06-181-3/+3
|\
| * Adding certifi as default CA bundle.Kyle Morton2015-06-161-3/+3
* | Only set OP_NO_COMPRESSION by default if it exists in our version of OpenSSLAldo Cortesi2015-06-181-1/+12
* | Merge pull request #71 from Kriechi/landscapeAldo Cortesi2015-06-181-5/+3
|\ \
| * | fix warnings and code smellsThomas Kriechbaumer2015-06-171-5/+3
* | | http2: improve test suiteThomas Kriechbaumer2015-06-161-4/+5
* | | add elliptic curve during TLS handshakeThomas Kriechbaumer2015-06-161-8/+5
|/ /
* | Merge pull request #69 from kyle-m/masterAldo Cortesi2015-06-161-0/+23
|\|
| * Adding support for upstream certificate validation when using SSL/TLS with anKyle Morton2015-06-151-0/+23
* | simplify ALPNThomas Kriechbaumer2015-06-141-6/+2
* | add new TLS methodsThomas Kriechbaumer2015-06-141-1/+4
* | add more testsThomas Kriechbaumer2015-06-121-4/+4
* | improve ALPN integrationThomas Kriechbaumer2015-06-111-8/+15
|/
* fix coding styleThomas Kriechbaumer2015-06-081-1/+1
* http2: add warning if raw data looks like HTTP/1Thomas Kriechbaumer2015-06-081-1/+1
* fix non-ALPN supported OpenSSL-related testsThomas Kriechbaumer2015-06-081-1/+4
* improve ALPN support on travisThomas Kriechbaumer2015-06-081-8/+11
* Revert "tcp: clear_log to clear socket logs"Aldo Cortesi2015-06-051-3/+0
* tcp: clear_log to clear socket logsAldo Cortesi2015-06-051-0/+3
* When we see an incomplete read with 0 bytes, it's a disconnectAldo Cortesi2015-05-311-3/+6
* Save first byte timestamp for writers too.Aldo Cortesi2015-05-311-0/+1
* Adjust pep8 parameters, reformatAldo Cortesi2015-05-301-11/+31
* add ALPN support to TCP abstractionThomas Kriechbaumer2015-05-291-8/+27
* cleanup code with autoflakeThomas Kriechbaumer2015-05-271-2/+0
* cleanup code with autopep8Thomas Kriechbaumer2015-05-271-20/+42
* remove outdated workaroundsThomas Kriechbaumer2015-05-271-8/+4