aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/dump.py
Commit message (Collapse)AuthorAgeFilesLines
* --replay_ignore_payload_params added, to filter params in form postsMarcelo Glezer2014-12-181-1/+4
|
* append file mode for saving flows merged to masterMarcelo Glezer2014-12-111-4/+4
|
* always show error messagesMaximilian Hils2014-11-151-1/+1
|
* Fix bug in flow dumping, add unit test that should have caught this in the ↵Aldo Cortesi2014-11-061-1/+1
| | | | first place
* Start a fuzzing architecture for mitmproxyAldo Cortesi2014-10-261-4/+7
|
* --replay-ignore-content & --replay-ignore-param ported from branch 0.10Marcelo Glezer2014-10-031-1/+7
|
* fix bugsMaximilian Hils2014-09-151-1/+3
|
* Remove external app option, make tick timeout explicitAldo Cortesi2014-09-141-2/+1
|
* mitmproxy -> libmproxy.main. do some leanup on the wayMaximilian Hils2014-09-081-3/+4
|
* improve HTTPRequest syntaxMaximilian Hils2014-09-031-1/+1
|
* 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
| | | | | | | | Thanks to Roy Shamir for reporting this.
| * 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
| | | | Fixes #104
* 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
| | | | | | We load as far as possible. mitmproxy will only terminate if it was not able to recover any flows. mitmdump will stop loading as soon as an error is encountered, but not exit with an error.
* 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
| | | | Makes behaviour on the shell less mysterious.
* 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
| | | | This is a hack at the moment, but needs must.
* Move mitmproxy reverse proxy shortcut to "P".Aldo Cortesi2012-03-181-1/+0
| | | | Also don't expose help from the help screen.
* 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
|