mitmproxy/libmproxy
Aldo Cortesi 3792b0084e Add -c and -C options to mitmdump to control sticky cookies.
It's dumb that this needs to be two different options, but optparse doesn't
support optional arguments. It would be much nicer to just have "-c" for "all",
and "-c filter" for a specified filter.
2011-02-25 17:32:03 +13:00
..
contrib Switch over to new serialization format. 2011-02-16 15:10:00 +13:00
resources Clean up certificate generation. 2011-02-20 12:17:10 +13:00
__init__.py Minor housekeeping: bump version, clean todo. 2011-02-21 12:27:01 +13:00
console.py More mature sticky cookie primitive. Use it in console.py. 2011-02-24 15:26:34 +13:00
controller.py Fix kill() again, got broken by the change to use None 2011-02-03 23:39:28 +01:00
dump.py Add -c and -C options to mitmdump to control sticky cookies. 2011-02-25 17:32:03 +13:00
filt.py Test suite rejiggering and cleanup. 2011-02-03 12:16:03 +13:00
flow.py Minor housekeeping - unused code, nocover directives. 2011-02-24 15:44:08 +13:00
netstring.py Clean up and strip down netstrings module. 2011-02-20 14:03:32 +13:00
proxy.py Start abstracting out sticky cookie state. 2011-02-24 10:33:39 +13:00
script.py Whitespace in mitmdump output. 2011-02-17 15:56:54 +13:00
utils.py Minor housekeeping - unused code, nocover directives. 2011-02-24 15:44:08 +13:00