aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_proxy.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Reorganize test suite to remove confusion between test utils and libmproxy ↵Aldo Cortesi2011-03-051-87/+11
| | | | utils.
* Move stringification funcs from proxy to dump.Aldo Cortesi2011-02-251-2/+0
|
* Revamp SSL configuration.Aldo Cortesi2011-02-201-2/+1
| | | | | | | | - Move option parsing utiliities to proxy.py - Don't have a global config object. Pass it as an argument to ProxyServer. - Simplify certificate generation logic.
* Implement state loading that doesn't change object identity.Aldo Cortesi2011-02-201-1/+30
| | | | We need this to let us load state from copied Flows returned from scripts.
* Fix serialization when a Request has no associated client connection.Aldo Cortesi2011-02-191-0/+4
|
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-191-5/+5
| | | | | | This is a big patch removing the assumption that there's one connection per Request/Response pair. It touches pretty much every part of mitmproxy, so expect glitches until everything is ironed out.
* Repair unit test to match removal of arg from Response class.Aldo Cortesi2011-02-161-1/+1
|
* drop unused protocol parameter from ResponseHenrik Nordstrom2011-02-151-1/+1
|
* Repair unit test suite.Aldo Cortesi2011-02-111-18/+9
|
* Also serialize ClientConnection and flow backups.Aldo Cortesi2011-02-061-1/+1
|
* Get rid of ReplayConnection - we now have only one ClientConnection class.Aldo Cortesi2011-02-041-4/+4
|
* Change "connection" to the less confusing "client_conn" throughout.Aldo Cortesi2011-02-031-4/+4
|
* Add timestamps to flows.Aldo Cortesi2011-02-031-0/+2
| | | | | For now, these are only displayed on the connection view screen, with second granularity.
* Test suite rejiggering and cleanup.Aldo Cortesi2011-02-031-1/+6
|
* Add serialization hooks to flows and flow component objects.Aldo Cortesi2011-01-261-0/+27
|
* Initial checkin.Aldo Cortesi2010-02-161-0/+259