aboutsummaryrefslogtreecommitdiffstats
path: root/test/tutils.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Create ODictCaseless for headers, use vanilla ODict for everything else.Aldo Cortesi2012-02-201-2/+2
|
* Unit test import cleanups.Aldo Cortesi2012-02-201-4/+4
|
* Rename Headers class to ODictAldo Cortesi2012-02-201-2/+2
| | | | | ODict is an ordered dictionary class that will be useful in many other parts of our API.
* Basic infrastructure for request and response body size limits.Aldo Cortesi2011-09-091-1/+1
|
* Further interface cleaning.Aldo Cortesi2011-08-031-1/+1
|
* Move all HTTP objects to flow.pyAldo Cortesi2011-08-031-7/+7
| | | | That's Request, Response, ClientConnect, ClientDisconnect, Error, and Headers.
* General cleanup.Aldo Cortesi2011-08-021-1/+1
| | | | | Cut out unused variables and code, generally shut up pychecker as much as is reasonable.
* Add a new flow loading mechanism.Aldo Cortesi2011-05-151-0/+7
| | | | | We now simulate the normal connection flow when we load flows. That means that we can run scripts, hooks, sticky cookies, etc.
* Revamp key generation.Aldo Cortesi2011-03-181-1/+1
| | | | | | | | | | | We now create three different files in the .mitmproxy directory when a dummy CA is made: mitmproxy-ca.pem - the CA, including private key mitmproxy-ca-cert.p12 - A pkcs12 version of the certificate, for distribution to Windows. mitmproxy-ca-cert.pem - A PEM version of the certificate, for distribution to everyone else.
* Fix hang on shutdown.Aldo Cortesi2011-03-151-0/+1
|
* Add client replay options to mitmdump.Aldo Cortesi2011-03-061-2/+0
|
* Reorganize test suite to remove confusion between test utils and libmproxy ↵Aldo Cortesi2011-03-051-0/+111
utils.