Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cleanup tests | Thomas Kriechbaumer | 2016-09-01 | 4 | -3/+7 | |
| | ||||||
* | add websockets support to mitmproxy | Thomas Kriechbaumer | 2016-09-01 | 1 | -0/+297 | |
| | ||||||
* | websockets: refactor implementation and add tests | Thomas Kriechbaumer | 2016-09-01 | 4 | -269/+292 | |
| | ||||||
* | Lint fix - minor | arjun23496 | 2016-08-31 | 1 | -1/+1 | |
| | ||||||
* | Lint fix - replace tests | arjun23496 | 2016-08-31 | 3 | -6/+9 | |
| | ||||||
* | Added tests for replace in request,message,header | arjun23496 | 2016-08-31 | 3 | -1/+23 | |
| | ||||||
* | fixing lint error | Manish Kumar | 2016-08-26 | 1 | -0/+1 | |
| | ||||||
* | fixed : Divide by zero error came when string was empty, also a test | Manish Kumar | 2016-08-26 | 1 | -1/+1 | |
| | ||||||
* | allow test classes to dynamically specify ssl context | Thomas Kriechbaumer | 2016-08-24 | 1 | -1/+2 | |
| | ||||||
* | introduce Response.make for simple response creation | Maximilian Hils | 2016-08-23 | 1 | -0/+20 | |
| | ||||||
* | reenable options test | Thomas Kriechbaumer | 2016-08-16 | 1 | -13/+13 | |
| | ||||||
* | add regression test for #1476 | Thomas Kriechbaumer | 2016-08-16 | 1 | -0/+5 | |
| | ||||||
* | Merge pull request #1481 from Kriechi/http2-simplify-zombies | Thomas Kriechbaumer | 2016-08-16 | 1 | -3/+3 | |
|\ | | | | | http2: simplify zombie detection | |||||
| * | http2: cleanup | Thomas Kriechbaumer | 2016-08-14 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #1480 from mhils/reverse-proxy-auth | Thomas Kriechbaumer | 2016-08-16 | 1 | -0/+16 | |
|\ \ | | | | | | | Add basic auth support for reverse proxy mode | |||||
| * | | add basic auth support for reverse proxy mode | Maximilian Hils | 2016-08-13 | 1 | -0/+16 | |
| |/ | ||||||
* | | Remove timezone specific value | Shadab Zafar | 2016-08-15 | 1 | -1/+1 | |
| | | ||||||
* | | Use test times less than 2038 | Shadab Zafar | 2016-08-15 | 2 | -5/+5 | |
| | | | | | | | | So that tests pass on 32bit systems too | |||||
* | | Assert cookie groups explicitly rather than just the length | Shadab Zafar | 2016-08-15 | 1 | -16/+40 | |
| | | ||||||
* | | Add a test for base64 encoding | Shadab Zafar | 2016-08-15 | 1 | -5/+18 | |
| | | ||||||
* | | Add some cookie formatting related tests | Shadab Zafar | 2016-08-15 | 2 | -5/+25 | |
| | | ||||||
* | | Open JSON file in text mode | Shadab Zafar | 2016-08-15 | 1 | -1/+1 | |
| | | ||||||
* | | Add a function to get cookie expiration time | Shadab Zafar | 2016-08-15 | 1 | -0/+20 | |
| | | ||||||
* | | Add method to group pairs by cookies | Shadab Zafar | 2016-08-15 | 1 | -0/+20 | |
| | | ||||||
* | | Add simple har_dump test | Shadab Zafar | 2016-08-15 | 1 | -25/+32 | |
|/ | ||||||
* | clean up code, improve DummyReply | Maximilian Hils | 2016-08-09 | 14 | -62/+60 | |
| | ||||||
* | finalize Reply semantics, fix tests | Maximilian Hils | 2016-08-09 | 4 | -26/+120 | |
| | ||||||
* | fix tests | Maximilian Hils | 2016-08-04 | 1 | -1/+1 | |
| | ||||||
* | simplify contentview logic | Maximilian Hils | 2016-08-04 | 2 | -42/+57 | |
| | ||||||
* | Merge pull request #1453 from dufferzafar/limit-to-filter | Maximilian Hils | 2016-07-31 | 2 | -9/+9 | |
|\ | | | | | Rename "Limit" feature to "Filter View" | |||||
| * | Rename "Limit" feature to "Filter View" | Shadab Zafar | 2016-07-31 | 2 | -9/+9 | |
| | | ||||||
* | | Merge pull request #1447 from mitmproxy/secure-by-default | Aldo Cortesi | 2016-08-01 | 14 | -167/+236 | |
|\ \ | | | | | | | Verify upstream certificates by default | |||||
| * | | fix cert verification tests, remove leftovers | Maximilian Hils | 2016-07-27 | 10 | -147/+208 | |
| | | | ||||||
| * | | improve invalid certificate ux | Maximilian Hils | 2016-07-27 | 1 | -6/+6 | |
| | | | ||||||
| * | | verify upstream certificates by default (#1111) | Sachin Kelkar | 2016-07-27 | 4 | -23/+31 | |
| | | | | | | | | | | | | squashed and merged by @mhils | |||||
* | | | Merge pull request #1449 from mhils/fix-1448 | Maximilian Hils | 2016-07-30 | 1 | -1/+4 | |
|\ \ \ | | | | | | | | | Add escape_single_quotes=False arg to bytes_to_escaped_str | |||||
| * | | | add escape_single_quotes=False arg to bytes_to_escaped_str | Maximilian Hils | 2016-07-29 | 1 | -1/+4 | |
| | |/ | |/| | ||||||
* / | | Integrated encode/decoder for brotli | Angelo Agatino Nicolosi | 2016-07-30 | 1 | -0/+12 | |
|/ / | ||||||
* / | Use replace while decoding | dufferzafar | 2016-07-28 | 1 | -3/+5 | |
|/ | ||||||
* | add quote/unquote tests | Maximilian Hils | 2016-07-24 | 1 | -2/+42 | |
| | ||||||
* | remove content caching in netlib.http.Message | Maximilian Hils | 2016-07-23 | 1 | -33/+0 | |
| | ||||||
* | add tests for single-element cache | Maximilian Hils | 2016-07-23 | 1 | -0/+30 | |
| | ||||||
* | Merge pull request #1380 from dufferzafar/marked-filter | Maximilian Hils | 2016-07-23 | 1 | -0/+2 | |
|\ | | | | | Marked property and filter | |||||
| * | Test marked property while serialization roundtrip | Shadab Zafar | 2016-07-23 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #1402 from mhils/console-fixes | Maximilian Hils | 2016-07-23 | 1 | -2/+2 | |
|\ \ | | | | | | | minor fixes | |||||
| * | | fix test_view_urlencoded | Maximilian Hils | 2016-07-23 | 1 | -2/+2 | |
| | | | ||||||
* | | | http2: cleanup tests | Thomas Kriechbaumer | 2016-07-23 | 1 | -37/+38 | |
| |/ |/| | ||||||
* | | Addon iface: .configure(options) -> .configure(options, updated) | Aldo Cortesi | 2016-07-23 | 16 | -79/+90 | |
| | | ||||||
* | | script: convert test recorder to an addon class | Aldo Cortesi | 2016-07-23 | 2 | -19/+19 | |
| | | ||||||
* | | scripts: .start can now return an Addon instance | Aldo Cortesi | 2016-07-23 | 2 | -0/+35 | |
| | |