aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Move server playback in to an addonAldo Cortesi2016-09-064-301/+292
* | Make 'none' synonymous to 'identity'Schamper2016-09-061-8/+7
* | Add testSchamper2016-09-061-0/+5
|/
* change test valueThomas Kriechbaumer2016-09-041-1/+1
* improve netlib.encodingThomas Kriechbaumer2016-09-041-31/+18
* http2: assemble connect-request from objectThomas Kriechbaumer2016-09-031-7/+12
* http2: fixesThomas Kriechbaumer2016-09-031-0/+5
* http2: improve framereaderThomas Kriechbaumer2016-09-032-17/+17
* cleanupThomas Kriechbaumer2016-09-031-0/+1
* cleanup testsThomas Kriechbaumer2016-09-014-3/+7
* add websockets support to mitmproxyThomas Kriechbaumer2016-09-011-0/+297
* websockets: refactor implementation and add testsThomas Kriechbaumer2016-09-014-269/+292
* Lint fix - minorarjun234962016-08-311-1/+1
* Lint fix - replace testsarjun234962016-08-313-6/+9
* Added tests for replace in request,message,headerarjun234962016-08-313-1/+23
* fixing lint errorManish Kumar2016-08-261-0/+1
* fixed : Divide by zero error came when string was empty, also a testManish Kumar2016-08-261-1/+1
* allow test classes to dynamically specify ssl contextThomas Kriechbaumer2016-08-241-1/+2
* introduce Response.make for simple response creationMaximilian Hils2016-08-231-0/+20
* reenable options testThomas Kriechbaumer2016-08-161-13/+13
* add regression test for #1476Thomas Kriechbaumer2016-08-161-0/+5
* Merge pull request #1481 from Kriechi/http2-simplify-zombiesThomas Kriechbaumer2016-08-161-3/+3
|\
| * http2: cleanupThomas Kriechbaumer2016-08-141-3/+3
* | Merge pull request #1480 from mhils/reverse-proxy-authThomas Kriechbaumer2016-08-161-0/+16
|\ \
| * | add basic auth support for reverse proxy modeMaximilian Hils2016-08-131-0/+16
| |/
* | Remove timezone specific valueShadab Zafar2016-08-151-1/+1
* | Use test times less than 2038Shadab Zafar2016-08-152-5/+5
* | Assert cookie groups explicitly rather than just the lengthShadab Zafar2016-08-151-16/+40
* | Add a test for base64 encodingShadab Zafar2016-08-151-5/+18
* | Add some cookie formatting related testsShadab Zafar2016-08-152-5/+25
* | Open JSON file in text modeShadab Zafar2016-08-151-1/+1
* | Add a function to get cookie expiration timeShadab Zafar2016-08-151-0/+20
* | Add method to group pairs by cookiesShadab Zafar2016-08-151-0/+20
* | Add simple har_dump testShadab Zafar2016-08-151-25/+32
|/
* clean up code, improve DummyReplyMaximilian Hils2016-08-0914-62/+60