aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_tcp.py
Commit message (Expand)AuthorAgeFilesLines
* Zap stray print in tests.Aldo Cortesi2013-12-081-1/+0
* adding cipher list selection option to BaseHandlerIsrael Nir2013-08-211-0/+25
* Add a request_client_cert argument to server SSL conversion.Aldo Cortesi2013-05-131-0/+6
* Housekeeping and cleanup, some minor argument name changes.Aldo Cortesi2013-02-241-2/+2
* More accurate description of an HTTP read error, make pyflakes happy.Aldo Cortesi2013-02-241-1/+1
* 100% test coverageAldo Cortesi2013-01-271-4/+31
* Bump unit tests, fix two serious wee buglets discovered.Aldo Cortesi2013-01-261-1/+2
* Introduce the mock module to improve unit tests.Aldo Cortesi2013-01-261-1/+18
* Streamline netlib.test APIAldo Cortesi2013-01-251-92/+38
* Extract TCP test utilities into netlib.testAldo Cortesi2013-01-251-87/+72
* Improve error signalling for client certificates.Aldo Cortesi2013-01-201-0/+9
* Beef up client certificate handling substantially.Aldo Cortesi2013-01-201-0/+22
* renaming the timestamp in preparation of other timestamps that will be added ...Rouli2013-01-161-0/+24
* Limit reads to block length.Aldo Cortesi2012-10-091-0/+11
* Add a settimeout method to tcp.BaseHandler.Aldo Cortesi2012-10-011-4/+33
* Split FileLike into Writer and Reader, and add logging functionality.Aldo Cortesi2012-09-241-3/+31
* Handle HTTP responses that have a body but no content-length or transfer enco...Aldo Cortesi2012-07-241-0/+6
* Timeout for TCP clients.Aldo Cortesi2012-07-211-1/+32
* close() methods for clients and servers.Aldo Cortesi2012-07-201-1/+33
* Refactor TCP test suite.Aldo Cortesi2012-07-051-21/+9
* Expose SSL options, use TLSv1 by default for client connections.Aldo Cortesi2012-07-041-1/+24
* Add a get_remote_cert method to tcp client.Aldo Cortesi2012-06-281-1/+4
* Add SNI.Aldo Cortesi2012-06-261-1/+30
* Perform handshake immediately on SSL conversion.Aldo Cortesi2012-06-251-10/+32
* Improve TCPClient interface.Aldo Cortesi2012-06-251-3/+4
* Don't connect during __init__ methods for either client or server.Aldo Cortesi2012-06-251-4/+9
* SSL tests, plus some self-signed test certificates.Aldo Cortesi2012-06-251-9/+23
* Initial checkin.Aldo Cortesi2012-06-191-0/+93