aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flow.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | on windows
* 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
| | | | | In the presence of arguments, unloading a single script is clumsy and less useful.
* 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
| | | | Disable apps while message passing is improved.
* 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
| | | | | | | | | | | | Reduce some state duplication, by removing currentflow variable. Fixes #141
* | 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
|/
* Minor coverage.Aldo Cortesi2013-04-301-0/+2
|
* Merge pull request #101 from eentzel/keep-blank-paramsAldo Cortesi2013-04-041-1/+1
|\ | | | | Keep blank URL parameters
| * Keep blank URL parametersEric Entzel2013-02-111-1/+1
| | | | | | | | TODO: This should probably be configurable
* | Add the --host option, which uses the value in the Host header for dispaly URLs.Aldo Cortesi2013-03-171-1/+12
| | | | | | | | | | - Can be toggled with "o" then "h" in mitmproxy - Useful for transparent mode
* | Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-141-2/+19
| | | | | | | | Fixes #104
* | Significantly refactor the master/slave message passing interface.Aldo Cortesi2013-02-171-13/+19
|/
* Beef up unit tests for HAR utility functions - flow.py coverage now 100%.Aldo Cortesi2013-01-291-6/+22
|
* adding helper functions to make HAR export easierRouli2013-01-281-0/+113
|
* Unit test love - 100% for flow.py, dump.pyAldo Cortesi2013-01-051-1/+17
|
* Expand Flow.match to accept either a string or a compiled filter expression.Aldo Cortesi2012-09-141-3/+6
|
* Getter and setter for path component on Requests.Aldo Cortesi2012-08-191-1/+19
|
* Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in ↵Aldo Cortesi2012-08-181-5/+62
| | | | | | | mitmproxy (H shortcut). SetHeaders defines headers that are set on flows, based on a matching pattern. Existing headers are over-ridden.
* Add a size() method to flow.Request and flow.Response.Aldo Cortesi2012-08-041-0/+7
|
* removed assigned but unread variablesAndrás Veres-Szentkirályi2012-07-151-1/+1
|
* removed unused importsAndrás Veres-Szentkirályi2012-07-151-2/+0
|
* Add streaming to FlowMasterAldo Cortesi2012-07-091-1/+27
|
* Remove ODict tests. ODict is now in netlib.Aldo Cortesi2012-07-091-111/+0
|
* Fix error when serializing reverted SSL flows.Aldo Cortesi2012-07-051-0/+7
|
* Serialization and de-serialization of new cert format.Aldo Cortesi2012-06-281-11/+1
|
* Fix a problem in ODictCaseless that could cause duplicate headers.Aldo Cortesi2012-06-151-0/+6
|
* Fix an exception when replaying a flow with no response.Aldo Cortesi2012-06-101-3/+0
|
* Add HTTP version to response objects.Aldo Cortesi2012-06-101-4/+4
| | | | Another change in the serialization format.