aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition in test suite.Aldo Cortesi2013-12-081-3/+0
* fix AuthAction tests failures from last mergeMaximilian Hils2013-12-081-3/+4
* Unit test auth actions.Aldo Cortesi2013-12-081-0/+23
* Domain checks for persistent cert store is now irrelevant.Aldo Cortesi2013-12-081-9/+0
* Zap stray print in tests.Aldo Cortesi2013-12-081-1/+0
* Merge pull request #19 from rouli/ciphersuitesAldo Cortesi2013-12-071-0/+25
|\
| * adding cipher list selection option to BaseHandlerIsrael Nir2013-08-211-0/+25
* | Merge branch 'fix_windows_bugs' into fix_invalid_tcp_closeMaximilian Hils2013-11-191-1/+1
|\ \
| * | compatibility fixes for windowsMaximilian Hils2013-08-191-1/+1
| |/
* / attempt to fix #24Maximilian Hils2013-11-191-17/+5
|/
* Revamp dummy cert generation.Aldo Cortesi2013-08-121-11/+3
* Merge pull request #15 from mhils/fix_binary_rwAldo Cortesi2013-06-151-6/+6
|\
| * always read files in binary modeMaximilian Hils2013-06-161-6/+6
* | add test case for invalid characters in cert commonnamesMaximilian Hils2013-06-141-0/+1
|/
* Add a request_client_cert argument to server SSL conversion.Aldo Cortesi2013-05-131-0/+6
* Fix exception hierarchy.Aldo Cortesi2013-05-051-1/+1
* Sync version number with mitmproxy.Aldo Cortesi2013-03-051-1/+0
* Ensure that HTTP methods are ASCII.Aldo Cortesi2013-03-031-1/+9
* Tighten up checks on port ranges and path character sets.Aldo Cortesi2013-03-031-2/+3
* parse_url: Handle invalid IPv6 addressesAldo Cortesi2013-03-031-2/+5
* More parse_url solidification: check that port is in range 0-65535Aldo Cortesi2013-03-031-0/+1
* Check that hosts in parse_url do not contain NULL bytes.Aldo Cortesi2013-03-031-1/+2
* Stricter error checking for http.parse_urlAldo Cortesi2013-03-031-0/+5
* 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