aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/test_flow.py
Commit message (Expand)AuthorAgeFilesLines
* client replay: move all client replay-related code into addonAldo Cortesi2018-04-271-33/+2
* asyncio simplify: we don't need a queue for proxy->main loop commsAldo Cortesi2018-04-071-39/+35
* asyncio: cleanup and lintAldo Cortesi2018-04-021-1/+1
* asyncio: brutally rip out our old queue mechanismAldo Cortesi2018-04-011-3/+4
* add testsThomas Kriechbaumer2017-12-181-1/+15
* fix revert of duplicated flowsMaximilian Hils2017-11-061-0/+11
* disentangle ProxyServer and Master classes.Maximilian Hils2017-07-301-7/+3
* request replay testUjjwal Verma2017-06-261-2/+14
* Increase test coverageUjjwal Verma2017-05-311-4/+12
* commands: view.order.options, view.marked.toggle, view.createAldo Cortesi2017-04-301-4/+0
* Factor out an io moduleAldo Cortesi2017-03-201-1/+1
* Rip out master handler mechanismAldo Cortesi2017-03-161-5/+5
* Merge pull request #2152 from cortesi/readfileAldo Cortesi2017-03-161-39/+14
|\
| * Extract flow reading into addonsAldo Cortesi2017-03-151-39/+14
* | add Request.makeMaximilian Hils2017-03-151-1/+1
|/
* Unify mode specificationAldo Cortesi2017-03-061-2/+1
* move tests around (#2059)Thomas Kriechbaumer2017-02-241-224/+1
* move tests around (#2058)Thomas Kriechbaumer2017-02-241-21/+1
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-241-1/+1
* add individual-coverage checkThomas Kriechbaumer2017-02-161-112/+0
* websockets, tcp, version: coverage++Thomas Kriechbaumer2017-02-091-0/+97
* remove deprecated flow_count functionThomas Kriechbaumer2017-02-091-2/+2
* pytest.raises: shim new APIThomas Kriechbaumer2017-02-081-8/+6
* coverage++Thomas Kriechbaumer2017-02-041-1/+12
* replace tutils.raises with pytest.raises + shimThomas Kriechbaumer2017-02-021-10/+18
* remove intercept events, update view manuallyMaximilian Hils2016-12-161-6/+4
* tests: clean up test/mitmproxy/tutils.pyAldo Cortesi2016-11-021-2/+2
* Remove addons.StateAldo Cortesi2016-11-011-148/+4
* Cleanups: remove intercept from addons.state, unused importsAldo Cortesi2016-10-301-8/+0
* Move test flow creators to mitmproxy.test.tflowAldo Cortesi2016-10-301-41/+42
* Merge pull request #1649 from cortesi/killMaximilian Hils2016-10-221-1/+0
|\
| * Don't call error for flow killAldo Cortesi2016-10-221-1/+0
* | various encoding fixes, fix #1650Maximilian Hils2016-10-221-1/+1
|/
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-1/+1
* netlib.tutils -> mitmproxy.test.tutilsAldo Cortesi2016-10-201-14/+14
* netlib.utils -> netlib.checkAldo Cortesi2016-10-201-1/+1
* Move all tools into mitmproxy.tools, move models/* to top levelAldo Cortesi2016-10-191-31/+28
* Remove flow module entirely, move contents to top levelAldo Cortesi2016-10-191-9/+10
* flow.state -> addons.stateAldo Cortesi2016-10-191-13/+14
* Kill flow.master - create master.MasterAldo Cortesi2016-10-191-6/+7
* Let's dispense with this fiction that we support multiple serversAldo Cortesi2016-10-191-4/+4
* Web apps to addonsAldo Cortesi2016-10-191-20/+0
* Convert flow.state to an addonAldo Cortesi2016-10-181-8/+10
* accept_addon -> resume, intercept/resume eventsAldo Cortesi2016-10-181-4/+4
* master.duplicate_flow -> state.duplicate_flowAldo Cortesi2016-10-181-11/+0
* python3: clean up class bracketsAldo Cortesi2016-10-171-1/+1
* Zap object base classAldo Cortesi2016-10-171-1/+1
* fix flowfilter.match argsThomas Kriechbaumer2016-10-031-10/+10
* use flowfilter.matchThomas Kriechbaumer2016-10-031-10/+10
* rename mitmproxy.filt -> mitmproxy.flowfilterThomas Kriechbaumer2016-10-031-3/+3