aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 100% test coverage.Aldo Cortesi2013-03-032-0/+4
* Integrate HTTP auth, test to 100%Aldo Cortesi2013-03-033-1/+92
* ODict.keysAldo Cortesi2013-02-281-0/+19
* 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-242-2/+2
* 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-252-87/+73
* Improve error signalling for client certificates.Aldo Cortesi2013-01-201-0/+9
* Beef up client certificate handling substantially.Aldo Cortesi2013-01-205-0/+80
* renaming the timestamp in preparation of other timestamps that will be added ...Rouli2013-01-161-0/+24
* Sanity-check certstore common names.Aldo Cortesi2013-01-061-0/+9
* Basic certificate store implementation and cert utils API cleanup.Aldo Cortesi2013-01-061-21/+25
* Unit test for ODict.__iter__Aldo Cortesi2013-01-051-0/+5
* Handle non-integer port error in parse_init_connect correctlyAldo Cortesi2013-01-051-0/+1
* Limit reads to block length.Aldo Cortesi2012-10-091-0/+11
* Add a settimeout method to tcp.BaseHandler.Aldo Cortesi2012-10-011-4/+33
* Create netlib.utils, move cleanBin and hexdump from libmproxy.utils.Aldo Cortesi2012-09-241-0/+13
* Split FileLike into Writer and Reader, and add logging functionality.Aldo Cortesi2012-09-241-3/+31
* Add a collection of standard User-Agent strings.Aldo Cortesi2012-09-011-0/+7
* Add a get_first convenience function to ODict.Aldo Cortesi2012-08-181-0/+6
* read_headers: handle some crashes, return None on invalid data.Aldo Cortesi2012-07-301-12/+28
* Ignore SAN entries that we don't understand.Aldo Cortesi2012-07-242-0/+36
* Handle HTTP responses that have a body but no content-length or transfer enco...Aldo Cortesi2012-07-242-1/+28
* Handle HTTP versions malformed due to non-integer major/minor numbers.Aldo Cortesi2012-07-211-0/+2
* 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 utility function for converstion to PEM.Aldo Cortesi2012-06-281-0/+1
* Add a get_remote_cert method to tcp client.Aldo Cortesi2012-06-281-1/+4
* Refactor certutils.SSLCert API.Aldo Cortesi2012-06-271-2/+2
* Add certutils to netlib.Aldo Cortesi2012-06-274-0/+256
* 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-253-9/+52
* Repair test suite.Aldo Cortesi2012-06-241-2/+3
* Add and unit test http.read_responseAldo Cortesi2012-06-241-0/+42
* Make read_headers return an ODictCaseless object.Aldo Cortesi2012-06-241-3/+3
* 100% testcoverage for netlib.httpAldo Cortesi2012-06-231-13/+60
* protocol.py -> http.pyAldo Cortesi2012-06-231-43/+43
* Adapt WSGI, convert test suite to nose.Aldo Cortesi2012-06-191-9/+15
* Import wsgi.Aldo Cortesi2012-06-191-0/+98
* Initial checkin.Aldo Cortesi2012-06-194-0/+425