aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Web apps to addonsAldo Cortesi2016-10-199-75/+87
* No need for all builtins to be loaded for server testsAldo Cortesi2016-10-183-16/+21
* Convert flow.state to an addonAldo Cortesi2016-10-1818-136/+81
* accept_addon -> resume, intercept/resume eventsAldo Cortesi2016-10-181-4/+4
* master.duplicate_flow -> state.duplicate_flowAldo Cortesi2016-10-183-12/+16
* Response body streaming to addonAldo Cortesi2016-10-182-12/+29
* fix testsMaximilian Hils2016-10-171-2/+4
* remove empty lines at beginning of fileThomas Kriechbaumer2016-10-1711-11/+0
* fix socks5 mode with tlsMaximilian Hils2016-10-161-0/+12
* python3: clean up super and __future__Aldo Cortesi2016-10-1721-36/+20
* python3: clean up class bracketsAldo Cortesi2016-10-1724-51/+51
* Zap object base classAldo Cortesi2016-10-1720-42/+42
* test & examples: zap sixAldo Cortesi2016-10-1725-123/+98
* scripts: keep scripts just after the ScriptLoader in addon chainAldo Cortesi2016-10-162-7/+3
* docs: overview, classes, argumentsAldo Cortesi2016-10-161-5/+2
* add regression test for #1605Maximilian Hils2016-10-141-0/+13
* certutils: cap the cert store size at 100 by defaultAldo Cortesi2016-10-051-0/+25
* use flt instead of filt for flowfilter expressionsThomas Kriechbaumer2016-10-041-2/+2
* debug: Hard exit after debug signalAldo Cortesi2016-10-041-2/+2
* Consolidate loggingAldo Cortesi2016-10-045-16/+31
* Clarify channel interaction patternAldo Cortesi2016-10-041-3/+2
* Add requestheaders eventAldo Cortesi2016-10-041-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-032-30/+30
* Revert "Add API to programmatically create new requests (#1534)"Maximilian Hils2016-10-021-9/+0
* Add API to programmatically create new requests (#1534)Tyler St. Onge2016-10-011-0/+9
* parse_set_cookie header returns an empty list if no cookies are foundAldo Cortesi2016-09-281-3/+3
* Merge branch 'multi-cookie' of https://github.com/dufferzafar/mitmproxyAldo Cortesi2016-09-282-93/+125
|\
| * Add tests for comma separated Set-CookiesShadab Zafar2016-09-271-10/+47
| * Can't have , in the sticky cookie testShadab Zafar2016-09-271-1/+0
| * Make needed changes in testsShadab Zafar2016-09-271-30/+33
| * Update cookie testsShadab Zafar2016-09-271-91/+84
* | In reverse proxy mode, always send SNIRyan Laughlin2016-09-271-1/+7
|/
* update dependencies, minor fixes (#1577)Maximilian Hils2016-09-241-3/+1
* remove option argument for addons.add (#1576)Maximilian Hils2016-09-2414-25/+24
* Merge pull request #1566 from mhils/issue-1546Maximilian Hils2016-09-221-1/+2
|\
| * fix testsMaximilian Hils2016-09-221-1/+2
* | scripts: cut traceback properly, fix #1467Maximilian Hils2016-09-221-3/+27
|/
* Merge pull request #1564 from mhils/issue-1554Maximilian Hils2016-09-211-0/+5
|\
| * fix Response.make content-length headerMaximilian Hils2016-09-211-0/+5
* | raise TypeError on invalid header assignment, fix #1562Maximilian Hils2016-09-212-0/+11
|/
* Redesign client replayAldo Cortesi2016-09-115-60/+54
* Add "run_once" support to the script addon, use it in mitmproxyAldo Cortesi2016-09-111-0/+25
* options.replay_ignore* -> options.server_replay_ignore*Aldo Cortesi2016-09-101-9/+9
* options.nopop -> options.server_replay_nopopAldo Cortesi2016-09-101-2/+2
* options.rheaders -> options.server_replay_use_headersAldo Cortesi2016-09-101-1/+1
* options.kill -> options.replay_kill_extraAldo Cortesi2016-09-103-6/+6
* Roll out synchronisation for mitmproxy testsAldo Cortesi2016-09-105-179/+228
* Merge pull request #1532 from cortesi/playbackAldo Cortesi2016-09-074-301/+292
|\