aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make mitmdump handle invalid serialized data gracefully.Aldo Cortesi2011-03-111-0/+10
* Display Errors and killed connections in mitmdump.Aldo Cortesi2011-03-111-7/+0
* Add --norefresh to stop refreshing server playback to mitmdump.Aldo Cortesi2011-03-112-1/+12
* Stub out refresh for server-side replay.Aldo Cortesi2011-03-091-1/+19
* Add an --anticache option to mitmdump.Aldo Cortesi2011-03-092-2/+10
* Store timestamps on flow components as a UTC time tuple.Aldo Cortesi2011-03-071-1/+1
* Make mitmdump server playback also exit by default.Aldo Cortesi2011-03-061-6/+11
* Make mitmdump exit after client replay is complete by default.Aldo Cortesi2011-03-061-4/+10
* Add flow_count and active_flow_count methods to flow.State.Aldo Cortesi2011-03-061-14/+22
* Bump unit tests, rearrange mitmdump command-line options slightly.Aldo Cortesi2011-03-062-6/+23
* Add client replay options to mitmdump.Aldo Cortesi2011-03-065-82/+79
* Reorganize test suite to remove confusion between test utils and libmproxy ut...Aldo Cortesi2011-03-056-187/+191
* Massage namespace to make room for client replay.Aldo Cortesi2011-03-052-10/+15
* Basic client playback state structure.Aldo Cortesi2011-03-041-4/+26
* Add an indicator that sticky cookies have been applied in mitmdump.Aldo Cortesi2011-02-251-0/+4
* Move stringification funcs from proxy to dump.Aldo Cortesi2011-02-252-2/+10
* Minor housekeeping - unused code, nocover directives.Aldo Cortesi2011-02-241-3/+0
* More mature sticky cookie primitive. Use it in console.py.Aldo Cortesi2011-02-241-8/+48
* Start abstracting out sticky cookie state.Aldo Cortesi2011-02-241-0/+12
* Add a way for users to specify header significance in server replay.Aldo Cortesi2011-02-231-4/+19
* Move script hooks into the flow primitives.Aldo Cortesi2011-02-211-8/+8
* Add --kill option to mitmdumpAldo Cortesi2011-02-213-5/+20
* First pass of playback function for mitmdump.Aldo Cortesi2011-02-213-0/+37
* Add a simple server playback state object.Aldo Cortesi2011-02-212-1/+38
* Clean up and strip down netstrings module.Aldo Cortesi2011-02-201-7/+0
* Certificates are now generated in a temporary per-session directory.Aldo Cortesi2011-02-201-6/+6
* Revamp SSL configuration.Aldo Cortesi2011-02-202-2/+7
* Clean up certificate generation.Aldo Cortesi2011-02-201-11/+33
* Bump unit tests for flow.py and dump.pyAldo Cortesi2011-02-203-12/+26
* Implement state loading that doesn't change object identity.Aldo Cortesi2011-02-201-1/+30
* Bump test coverage to 100% for flow.pyAldo Cortesi2011-02-191-6/+22
* 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-196-113/+68
* First pass of script hooks for mitmdump.Aldo Cortesi2011-02-182-31/+43
* Add filtering to mitmdump.Aldo Cortesi2011-02-171-4/+13
* Add file writing to mitmdump.Aldo Cortesi2011-02-172-4/+29
* Tweaks and cleanups for mitmdump.Aldo Cortesi2011-02-161-2/+9
* Initial port of mitmdump to Flows.Aldo Cortesi2011-02-162-4/+35
* FlowMaster bugfixes and unit tests.Aldo Cortesi2011-02-161-2/+20
* Switch over to new serialization format.Aldo Cortesi2011-02-161-6/+3
* First draft of the new serialization mechanism.Aldo Cortesi2011-02-161-0/+17
* Import Will McGugan's netstring module.Aldo Cortesi2011-02-161-0/+63
* 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-153-3/+2
* Repair unit test suite.Aldo Cortesi2011-02-111-18/+9
* Further fine-tuning for pretty_xmlish.Aldo Cortesi2011-02-061-1/+4
* Rip out BeautifulSoup, and use a custom XML-ish prettyprinter.Aldo Cortesi2011-02-061-7/+53
* Also serialize ClientConnection and flow backups.Aldo Cortesi2011-02-062-1/+6
* Get rid of ReplayConnection - we now have only one ClientConnection class.Aldo Cortesi2011-02-045-18/+16
* Change "connection" to the less confusing "client_conn" throughout.Aldo Cortesi2011-02-035-21/+21