aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flow.py
Commit message (Collapse)AuthorAgeFilesLines
* fix #773Maximilian Hils2015-09-281-0/+5
|
* move tests to netlibMaximilian Hils2015-09-271-79/+0
|
* adjust to netlib response changes + docsMaximilian Hils2015-09-261-5/+5
|
* adjust to netlib request changes + docsMaximilian Hils2015-09-261-5/+5
|
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-171-2/+2
|
* adjust to netlib changesMaximilian Hils2015-09-161-4/+4
|
* adjust to new netlib Headers classMaximilian Hils2015-09-051-83/+75
|
* move files aroundMaximilian Hils2015-08-301-43/+40
|
* clean up config/cmdline, fix bugs, remove cruftMaximilian Hils2015-08-281-5/+3
|
* 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
| | | | | | | | - No output to stdout on load in examples - they muck up the test suite. - Use the odict module directly, rather than aliasing it. The small convenience this gives to scripters is not worth it. - Move the cookie tests from the flow test module to the protocol_http test module.
* Keep blank query values for flow hashingTerry Long2015-04-021-5/+9
|
* Adding a server replay option to ignore host when searching for matching ↵Wade Catron2015-03-081-17/+27
| | | | requests
* 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
| | | | | | | | | | | | | | | | | | - Flatten the class hierarchy - get_state, load_state, from_state are public - Simplify code - Remove __eq__ and __neq__. This fundamentally changes the semantics of inherited objects in a way that's not part of the core function of the class
* | 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.