aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* finalize Reply semantics, fix testsMaximilian Hils2016-08-094-26/+120
* fix testsMaximilian Hils2016-08-041-1/+1
* simplify contentview logicMaximilian Hils2016-08-042-42/+57
* Merge pull request #1453 from dufferzafar/limit-to-filterMaximilian Hils2016-07-312-9/+9
|\
| * Rename "Limit" feature to "Filter View"Shadab Zafar2016-07-312-9/+9
* | Merge pull request #1447 from mitmproxy/secure-by-defaultAldo Cortesi2016-08-0114-167/+236
|\ \
| * | fix cert verification tests, remove leftoversMaximilian Hils2016-07-2710-147/+208
| * | improve invalid certificate uxMaximilian Hils2016-07-271-6/+6
| * | verify upstream certificates by default (#1111)Sachin Kelkar2016-07-274-23/+31
* | | Merge pull request #1449 from mhils/fix-1448Maximilian Hils2016-07-301-1/+4
|\ \ \
| * | | add escape_single_quotes=False arg to bytes_to_escaped_strMaximilian Hils2016-07-291-1/+4
| | |/ | |/|
* / | Integrated encode/decoder for brotliAngelo Agatino Nicolosi2016-07-301-0/+12
|/ /
* / Use replace while decodingdufferzafar2016-07-281-3/+5
|/
* add quote/unquote testsMaximilian Hils2016-07-241-2/+42
* remove content caching in netlib.http.MessageMaximilian Hils2016-07-231-33/+0
* add tests for single-element cacheMaximilian Hils2016-07-231-0/+30
* Merge pull request #1380 from dufferzafar/marked-filterMaximilian Hils2016-07-231-0/+2
|\
| * Test marked property while serialization roundtripShadab Zafar2016-07-231-0/+2
* | Merge pull request #1402 from mhils/console-fixesMaximilian Hils2016-07-231-2/+2
|\ \
| * | fix test_view_urlencodedMaximilian Hils2016-07-231-2/+2
* | | http2: cleanup testsThomas Kriechbaumer2016-07-231-37/+38
| |/ |/|
* | Addon iface: .configure(options) -> .configure(options, updated)Aldo Cortesi2016-07-2316-79/+90
* | script: convert test recorder to an addon classAldo Cortesi2016-07-232-19/+19
* | scripts: .start can now return an Addon instanceAldo Cortesi2016-07-232-0/+35