aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/dump.py
Commit message (Expand)AuthorAgeFilesLines
* fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-031-16/+16
* add --stream options, various fixesMaximilian Hils2014-07-211-2/+12
* add support for log levelsMaximilian Hils2014-03-131-6/+2
* add -d switch to mitmdump to compensate for old verbosity functionalityMaximilian Hils2014-03-121-13/+15
* restrict -e to mitmproxy only (not mitmdump)Maximilian Hils2014-03-121-5/+3
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-1/+2
* Merge branch 'master' into tcp_proxyMaximilian Hils2014-02-051-2/+1
|\
| * shutdown properly if we dont keep servingMaximilian Hils2014-02-041-1/+1
| * fixing bug: AttributeError: DumpMaster instance has no attribute 'unload_script'Steven Van Acker2014-02-041-2/+1
* | bring failing tests back into the double-digit rangeMaximilian Hils2014-01-311-3/+3
|/
* Script refactoring: move script command parsing into script module.Aldo Cortesi2014-01-121-2/+2
* backport changes to fix testsMaximilian Hils2013-12-081-2/+3
* add option to expose webapp externally, remove distinct ip settingMaximilian Hils2013-08-181-1/+1
* Merge branch 'master' into 0.10Maximilian Hils2013-08-171-15/+6
|\
| * Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-16/+1
| * Move app instantiation out of proxy.py.Aldo Cortesi2013-07-241-0/+6
* | update tests to reflect changes to options.scriptsMaximilian Hils2013-06-171-1/+2
* | Merge remote-tracking branch 'origin/scripts_improvements' into 0.10Maximilian Hils2013-06-161-5/+5
|\ \ | |/ |/|
| * add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-131-5/+5
* | always read files in binary modeMaximilian Hils2013-06-161-1/+1
|/
* Un-break unit tests. Tsk tsk.Aldo Cortesi2013-03-171-0/+1
* Enable --host option for mitmdumpAldo Cortesi2013-03-171-5/+6
* Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-141-2/+2
* Remove __slots__ to make it possible to inherit from Options classes.Aldo Cortesi2013-03-031-2/+2
* Significantly refactor the master/slave message passing interface.Aldo Cortesi2013-02-171-11/+11
* Move cleanBin and hexdump into netutils.Aldo Cortesi2012-09-241-2/+3
* Command-line options for header setting.Aldo Cortesi2012-08-191-0/+5
* Be more tolerant of corrupted or truncated flows.Aldo Cortesi2012-07-241-2/+1
* fix -r option, read file in binary modeMaximilian Hils2012-07-241-1/+1
* Use FlowMaster stream from mitmdump.Aldo Cortesi2012-07-091-6/+1
* Flush after terminal output.Aldo Cortesi2012-07-011-0/+3
* Beef up logging substantially.Aldo Cortesi2012-07-011-0/+4
* Nose mopup: docs, no cover pragmas, a few missing path specs.Aldo Cortesi2012-06-091-3/+2
* Fix AttributeError when shutting down a writing mitmdump.Aldo Cortesi2012-05-171-1/+1
* Include a formatted exception in WSGI error page.Aldo Cortesi2012-05-071-1/+1
* Shut mitmdump down gracefully on SIGTERM.Aldo Cortesi2012-04-151-0/+5
* Move mitmproxy reverse proxy shortcut to "P".Aldo Cortesi2012-03-181-1/+0
* Fix unit tests.Aldo Cortesi2012-03-171-2/+3
* Add specification of replacement patterns on the command line.Aldo Cortesi2012-03-171-0/+4
* Repair unit tests after nopop introduction.Aldo Cortesi2012-03-101-1/+3
* License notifications, minor docs.Aldo Cortesi2012-02-231-0/+15
* Gracefully handle invalid data format passed to -r flag.Aldo Cortesi2012-02-091-1/+4
* Removed unused importsAndrás Veres-Szentkirályi2011-08-181-1/+1
* Add a basic Flow processor example.Aldo Cortesi2011-08-131-1/+0
* Add a "done" event for scripts.Aldo Cortesi2011-08-051-1/+2
* Make scripted rewriting of saved traffic work in mitmdump.Aldo Cortesi2011-08-051-9/+10
* 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