aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flow.py
Commit message (Expand)AuthorAgeFilesLines
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-011-37/+39
* move code to netlib and implement protocolsThomas Kriechbaumer2015-07-301-38/+6
* Add coding style check, reformat.Aldo Cortesi2015-05-301-55/+168
* New get_cookies for HttpResponseAldo Cortesi2015-04-141-54/+0
* Housekeeping and cleanupsAldo Cortesi2015-04-141-50/+16
* Keep blank query values for flow hashingTerry Long2015-04-021-5/+9
* Adding a server replay option to ignore host when searching for matching requ...Wade Catron2015-03-081-17/+27
* disable replay from ui for live flowsMaximilian Hils2015-02-071-0/+3
* fix #451Maximilian Hils2015-02-071-3/+0
* fix tests, re-enable pypy, do housekeepingMaximilian Hils2015-02-071-1/+1
* fix tests, experimental travis speedupMaximilian Hils2014-12-241-1/+4
* web: intercept featureMaximilian Hils2014-12-231-6/+6
* --replay_ignore_payload_params added, to filter params in form postsMarcelo Glezer2014-12-181-12/+64
* introduce revised views, port over changes from multiple_views branchMaximilian Hils2014-11-261-20/+20
* handle script hooks in replay, fix tests, fix #402Maximilian Hils2014-11-141-3/+5
* fix testsMaximilian Hils2014-11-111-1/+2
* fix #346Maximilian Hils2014-10-221-1/+11
|\
| * reverse proxy: adjust dst when reading flows, fix #346Maximilian Hils2014-09-081-2/+11
* | fix race conditions in testsMaximilian Hils2014-10-191-0/+3
* | add generic tcp proxying, fix #374Maximilian Hils2014-10-181-6/+6
* | --replay-ignore-content & --replay-ignore-param ported from branch 0.10Marcelo Glezer2014-10-031-9/+49
* | Clean up and clarify StateObjectAldo Cortesi2014-09-171-27/+27
* | Remove external app option, make tick timeout explicitAldo Cortesi2014-09-141-3/+3
|/
* add --ignore ui indicationMaximilian Hils2014-09-081-0/+9
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-43/+43
* improve HTTPRequest syntaxMaximilian Hils2014-09-031-52/+50
* fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-031-189/+164
* fix #259Maximilian Hils2014-07-261-1/+1
* Remove global should_exit and fix testsVyacheslav Bakhmutov2014-06-131-2/+1
* finish proxy.py split upMaximilian Hils2014-03-091-6/+6
* split up proxy.pyMaximilian Hils2014-03-091-2/+3
* Cleanup: fix unit tests, simpler app test, remove print statementsAldo Cortesi2014-02-081-2/+0
* coverage++Maximilian Hils2014-02-071-2/+6
* fix bugs, expose timestamp information to console uiMaximilian Hils2014-02-061-3/+2
* add skeleton to change destinatin server during intercept, fix all testcases ...Maximilian Hils2014-02-051-7/+20
* fix all tests except those using set_url and get_urlMaximilian Hils2014-02-051-71/+44
* push failing tests down to 43Maximilian Hils2014-02-041-69/+34
* bring failing tests back into the double-digit rangeMaximilian Hils2014-01-311-63/+59
* remove _flow_map from state, improve loggingMaximilian Hils2014-01-311-4/+0
* fix most testsuite errors, improve proxy error handlingMaximilian Hils2014-01-291-1/+1
* Deprecate Flow.unload_script in favor of Flow.unload_scriptsAldo Cortesi2014-01-131-4/+7
* Script refactoring: move script command parsing into script module.Aldo Cortesi2014-01-121-8/+8
* Move app mechanism to flow.pyAldo Cortesi2014-01-041-0/+21
* merge smurfix/fix2, add serverconnect hook docs, adjust testsMaximilian Hils2013-12-161-1/+5
* Merge branch 'master' into 0.10Maximilian Hils2013-08-171-1/+1
|\
| * Some refactoring of the console inteface.Aldo Cortesi2013-07-281-1/+1
* | update tests to reflect changes to options.scriptsMaximilian Hils2013-06-171-8/+8
* | Merge remote-tracking branch 'origin/scripts_improvements' into 0.10Maximilian Hils2013-06-161-6/+15
|\ \ | |/ |/|
| * add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-131-6/+15
* | always read files in binary modeMaximilian Hils2013-06-161-1/+1
|/