aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_dump.py
Commit message (Expand)AuthorAgeFilesLines
* move mitmproxyMaximilian Hils2016-02-151-241/+0
* tests: use relative importsMaximilian Hils2016-02-021-1/+1
* code formatting: fix whitespace issuesThomas Kriechbaumer2016-01-271-1/+1
* adjust to netlib response changes + docsMaximilian Hils2015-09-261-3/+3
* adjust to netlib request changes + docsMaximilian Hils2015-09-261-1/+1
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-171-2/+2
* adjust to netlib changesMaximilian Hils2015-09-161-5/+5
* fix testsMaximilian Hils2015-09-121-1/+1
* simplify contentview apiMaximilian Hils2015-09-121-2/+1
* mitmdump: colorize output, add content viewsMaximilian Hils2015-09-111-11/+47
* adjust to new netlib Headers classMaximilian Hils2015-09-051-1/+1
* remove ServerConnectionMixin.reconnectMaximilian Hils2015-09-031-1/+1
* move files aroundMaximilian Hils2015-08-301-5/+5
* restructure code, remove cruftMaximilian Hils2015-08-301-2/+2
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-011-5/+6
* move code to netlib and implement protocolsThomas Kriechbaumer2015-07-301-2/+5
* Add coding style check, reformat.Aldo Cortesi2015-05-301-7/+10
* No output to stdout in the test suite, please.Aldo Cortesi2015-03-191-3/+4
* clean up flow readingMaximilian Hils2015-02-051-1/+1
* first steps in scenario supportMarcelo Glezer2015-01-051-3/+3
* Consolidate reading flows from file, use in mitmweb.Aldo Cortesi2015-01-021-3/+11
* append file mode for saving flows merged to masterMarcelo Glezer2014-12-111-2/+9
* Fix bug in flow dumping, add unit test that should have caught this in the fi...Aldo Cortesi2014-11-061-1/+15
* mitmproxy -> libmproxy.main. do some leanup on the wayMaximilian Hils2014-09-081-10/+10
* fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-031-23/+18
* fix #259Maximilian Hils2014-07-261-1/+1
* adjust tests, fix option handlingMaximilian Hils2014-03-131-6/+6
* restrict -e to mitmproxy only (not mitmdump)Maximilian Hils2014-03-121-2/+2
* finish proxy.py split upMaximilian Hils2014-03-091-3/+4
* split up proxy.pyMaximilian Hils2014-03-091-2/+2
* fix bugs, expose timestamp information to console uiMaximilian Hils2014-02-061-1/+1
* add skeleton to change destinatin server during intercept, fix all testcases ...Maximilian Hils2014-02-051-2/+2
* bring failing tests back into the double-digit rangeMaximilian Hils2014-01-311-11/+7
* fix most testsuite errors, improve proxy error handlingMaximilian Hils2014-01-291-1/+1
* Script refactoring: move script command parsing into script module.Aldo Cortesi2014-01-121-3/+3
* Move app mechanism to flow.pyAldo Cortesi2014-01-041-1/+1
* merge smurfix/fix2, add serverconnect hook docs, adjust testsMaximilian Hils2013-12-161-0/+4
* backport changes to fix testsMaximilian Hils2013-12-081-1/+1
* Merge branch 'master' into 0.10Maximilian Hils2013-08-171-0/+6
|\
| * Move app instantiation out of proxy.py.Aldo Cortesi2013-07-241-0/+6
* | update tests to reflect changes to options.scriptsMaximilian Hils2013-06-171-3/+4
|/
* always read files in binary modeMaximilian Hils2013-06-161-2/+2
* Un-break unit tests. Tsk tsk.Aldo Cortesi2013-03-171-2/+4
* Fuzzing, and fixes for errors found with fuzzing.Aldo Cortesi2013-03-031-6/+5
* Remove __slots__ to make it possible to inherit from Options classes.Aldo Cortesi2013-03-031-1/+0
* Significantly refactor the master/slave message passing interface.Aldo Cortesi2013-02-171-1/+5
* Unit test love - 100% for flow.py, dump.pyAldo Cortesi2013-01-051-0/+9
* Little bit of love for the unit tests.Aldo Cortesi2012-08-191-0/+6
* Fix flow read unit test to accomodate more tolerant dumpfile parsing.Aldo Cortesi2012-07-241-4/+2
* Catch and handle SSL connection errors.Aldo Cortesi2012-07-011-1/+3