aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/dump.py
Commit message (Expand)AuthorAgeFilesLines
...
* Rip out autodecodeAldo Cortesi2011-08-041-2/+0
* Request class now has a clean pydoc profile.Aldo Cortesi2011-08-041-1/+1
* Further interface cleaning.Aldo Cortesi2011-08-031-3/+3
* Add script hooks, enable new engine for mitmdump.Aldo Cortesi2011-08-031-22/+5
* Move the event notification mechanism into flow.pyAldo Cortesi2011-08-031-13/+4
* Unit test++Aldo Cortesi2011-08-021-1/+1
* General cleanup.Aldo Cortesi2011-08-021-2/+2
* Fix a crash in mitmdump event display.Aldo Cortesi2011-07-231-1/+1
* Extend eventlog information.Aldo Cortesi2011-07-231-1/+4
* Add an eventlog option to mitmdumpAldo Cortesi2011-07-231-0/+14
* Don't turn off output if -v flag is passed more than twice.Aldo Cortesi2011-07-231-1/+2
* Removes should_autodecode attribute from Response. Adds commandline option 'd...Stephen Altamirano2011-07-211-2/+4
* Introduce an anti-compression command-line argument.Aldo Cortesi2011-07-151-0/+2
* Anticache and refresh_server_playback options are applied before flows are lo...Aldo Cortesi2011-05-151-2/+2
* Add -r option to mitmdump and mitmproxy.Aldo Cortesi2011-05-151-0/+12
* Add a -n option which tells the tools not to bind a proxy.Aldo Cortesi2011-05-141-0/+1
* Add a stickyauth option.Aldo Cortesi2011-03-201-0/+4
* Make mitmdump handle invalid serialized data gracefully.Aldo Cortesi2011-03-111-2/+1
* Display Errors and killed connections in mitmdump.Aldo Cortesi2011-03-111-32/+56
* Add --norefresh to stop refreshing server playback to mitmdump.Aldo Cortesi2011-03-111-0/+2
* Add an --anticache option to mitmdump.Aldo Cortesi2011-03-091-4/+7
* Make mitmdump server playback also exit by default.Aldo Cortesi2011-03-061-1/+2
* Make mitmdump exit after client replay is complete by default.Aldo Cortesi2011-03-061-1/+5
* Add client replay options to mitmdump.Aldo Cortesi2011-03-061-11/+23
* Massage namespace to make room for client replay.Aldo Cortesi2011-03-051-4/+4
* Add an indicator that sticky cookies have been applied in mitmdump.Aldo Cortesi2011-02-251-1/+4
* Move stringification funcs from proxy to dump.Aldo Cortesi2011-02-251-6/+17
* Add -c and -C options to mitmdump to control sticky cookies.Aldo Cortesi2011-02-251-0/+5
* Add a way for users to specify header significance in server replay.Aldo Cortesi2011-02-231-1/+2
* Move script hooks into the flow primitives.Aldo Cortesi2011-02-211-14/+7
* Add --kill option to mitmdumpAldo Cortesi2011-02-211-3/+12
* First pass of playback function for mitmdump.Aldo Cortesi2011-02-211-1/+12
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-191-11/+3
* First pass of script hooks for mitmdump.Aldo Cortesi2011-02-181-6/+24
* Whitespace in mitmdump output.Aldo Cortesi2011-02-171-5/+6
* Refine verbose mitmdump output.Aldo Cortesi2011-02-171-8/+17
* Improve mitmdump text output.Aldo Cortesi2011-02-171-14/+21
* Whitepsace and extraneous code.Aldo Cortesi2011-02-171-2/+0
* Add filtering to mitmdump.Aldo Cortesi2011-02-171-5/+10
* Add file writing to mitmdump.Aldo Cortesi2011-02-171-1/+18
* Tweaks and cleanups for mitmdump.Aldo Cortesi2011-02-161-27/+37
* Don't leave dangling browser connections for pipelined requests.Aldo Cortesi2011-02-161-0/+4
* Initial port of mitmdump to Flows.Aldo Cortesi2011-02-161-27/+39
* Test suite rejiggering and cleanup.Aldo Cortesi2011-02-031-0/+1
* Put DumpMaster in its own file.Aldo Cortesi2010-03-011-0/+39