| Commit message (Expand) | Author | Age | Files | Lines |
* | 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" | 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 |
|\ \ |
|
| * | | 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 |
* | | | 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 | 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 |
|\ |
|
| * | 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 |
|\ \ |
|
| * | | 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 |
* | | script: add a namespace adaptor to match Addons | Aldo Cortesi | 2016-07-23 | 1 | -4/+4 |
* | | fix mitmproxy 0.11 dumpfile - was 0.18 before | Maximilian Hils | 2016-07-22 | 1 | -0/+0 |
|/ |
|
* | fix content view cache invalidation | Maximilian Hils | 2016-07-21 | 2 | -5/+13 |
* | console: share one ActionBar instance | Aldo Cortesi | 2016-07-21 | 1 | -1/+1 |
* | Merge branch 'flow-export' of https://github.com/dufferzafar/mitmproxy into d... | Aldo Cortesi | 2016-07-21 | 1 | -36/+6 |
|\ |
|
| * | Add a url exporter | Shadab Zafar | 2016-07-20 | 1 | -0/+6 |
| * | Remove raw_request exporter | Shadab Zafar | 2016-07-20 | 1 | -36/+0 |
* | | Fix netlib.utils.is_valid_host | Aldo Cortesi | 2016-07-21 | 2 | -0/+16 |
|/ |
|
* | mitproxy.options -> mitmproxy.optmanager, mitmproxy.flow.options -> mitmproxy... | Aldo Cortesi | 2016-07-20 | 13 | -26/+22 |
* | Test suite: get_proxy_config -> get_options | Aldo Cortesi | 2016-07-19 | 3 | -41/+57 |
* | Remove proxy.config.process_proxy_options | Aldo Cortesi | 2016-07-19 | 1 | -2/+2 |
* | ProxyConf: adapt mitmproxy console, ditch tcp|host filter attrs on flow.master | Aldo Cortesi | 2016-07-19 | 1 | -9/+0 |
* | ProxyConf: auth_* into Options | Aldo Cortesi | 2016-07-19 | 4 | -14/+8 |
* | ProxyConfig: http2, rawtcp, no_upstream_cert -> Options | Aldo Cortesi | 2016-07-19 | 2 | -5/+2 |
* | ProxyConfig: Refactor to move verification mode checks into configure | Aldo Cortesi | 2016-07-19 | 1 | -14/+22 |
* | Regularize naming of upstream_trusted_ca* options | Aldo Cortesi | 2016-07-19 | 2 | -9/+9 |
* | ProxyConfig: various SSL options to Options | Aldo Cortesi | 2016-07-19 | 1 | -2/+5 |
* | config.parse_server_spec shouldn't pass byts to tcp.Address | Aldo Cortesi | 2016-07-19 | 2 | -4/+4 |
* | ProxyConfig: mode, upstream_server and upstream_auth to Options | Aldo Cortesi | 2016-07-19 | 6 | -59/+84 |
* | ProxyConfig: --body-size-limit to Options | Aldo Cortesi | 2016-07-19 | 1 | -1/+1 |
* | Move clientcers & cadir to Options | Aldo Cortesi | 2016-07-19 | 1 | -1/+3 |
* | ProxyConfig: cadir to options | Aldo Cortesi | 2016-07-19 | 2 | -4/+2 |