| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add YAML serialization of options | Aldo Cortesi | 2016-12-08 | 1 | -1/+54 |
| * | options: defaults are a class attribute | Aldo Cortesi | 2016-12-08 | 1 | -0/+5 |
| * | Add OptManager.subscribe, use it to clean up palettes in console | Aldo Cortesi | 2016-12-08 | 1 | -0/+23 |
| * | Options - avoid mutation, API cleanup, has_changed | Aldo Cortesi | 2016-12-08 | 1 | -2/+5 |
| * | Get rid of tfile testing option | Aldo Cortesi | 2016-12-08 | 2 | -27/+22 |
| * | Clean up dump tests | Aldo Cortesi | 2016-12-08 | 2 | -163/+38 |
| * | options: save defaults, add .reset() to restore defaults | Aldo Cortesi | 2016-12-08 | 1 | -0/+37 |
| * | tls_parser: allow optional extensions | Thomas Kriechbaumer | 2016-12-06 | 2 | -0/+64 |
| * | simplify ALPN and OpenSSL on macOS | Thomas Kriechbaumer | 2016-12-04 | 7 | -95/+131 |
| * | websocket: update close handshake tests | Thomas Kriechbaumer | 2016-11-29 | 1 | -0/+4 |
| * | fix #1783 (#1794) | Maximilian Hils | 2016-11-28 | 1 | -0/+12 |
| * | fix pyinstaller | Maximilian Hils | 2016-11-28 | 1 | -2/+2 |
| * | Fix transparent mode initialisation, refactor mitmproxy.platform (#1787) | Maximilian Hils | 2016-11-25 | 3 | -29/+14 |
| * | Merge branch 'mitmweb-eventlog' | Maximilian Hils | 2016-11-23 | 3 | -11/+278 |
| |\ |
|
| | * | mitmweb: 100% app test coverage, numerous fixes | Maximilian Hils | 2016-11-23 | 2 | -11/+246 |
| | * | add eventstore tests | Maximilian Hils | 2016-11-23 | 1 | -0/+32 |
| * | | disable TCP support for now | Thomas Kriechbaumer | 2016-11-23 | 1 | -3/+4 |
| * | | websocket: add tests | Thomas Kriechbaumer | 2016-11-23 | 2 | -0/+36 |
| * | | websocket: change cmdline option | Thomas Kriechbaumer | 2016-11-23 | 1 | -1/+1 |
| * | | rename WebSocket{s,} protocol | Thomas Kriechbaumer | 2016-11-23 | 1 | -13/+13 |
| |/ |
|
| * | Descriptive error message for SSL context initialization failure (#1767) | Yoginski | 2016-11-21 | 1 | -0/+15 |
| * | organize examples | Maximilian Hils | 2016-11-21 | 1 | -17/+22 |
| * | rewrite absolute-form HTTP requests to relative form, fix #1759 (#1765) | Maximilian Hils | 2016-11-20 | 1 | -0/+15 |
| * | tests: fix race condition | Thomas Kriechbaumer | 2016-11-20 | 1 | -5/+15 |
| * | lint! | Maximilian Hils | 2016-11-18 | 2 | -0/+2 |
| * | addons.view: clarify modification events | Aldo Cortesi | 2016-11-15 | 1 | -5/+11 |
| * | addons.proxyauth: out with the old, in with the new | Aldo Cortesi | 2016-11-13 | 5 | -170/+29 |
| * | addons.proxyauth: complete and test | Aldo Cortesi | 2016-11-13 | 1 | -3/+119 |
| * | stub out proxyauth addon | Aldo Cortesi | 2016-11-13 | 1 | -0/+53 |
| * | upstream_proxy_auth -> upstream_auth | Aldo Cortesi | 2016-11-13 | 1 | -3/+3 |
| * | Complete upstream authentication module | Aldo Cortesi | 2016-11-13 | 2 | -0/+21 |
| * | Refine handling of HTTP CONNECT | Aldo Cortesi | 2016-11-12 | 2 | -56/+27 |
| * | Add the http_connect event for HTTP CONNECT requests | Aldo Cortesi | 2016-11-12 | 1 | -3/+15 |
| * | Upstream proxy auth to addon | Aldo Cortesi | 2016-11-12 | 3 | -25/+54 |
| * | Test failure during 100-continue | Aldo Cortesi | 2016-11-12 | 1 | -11/+31 |
| * | Bug: ask requestheaders before request body is read | Aldo Cortesi | 2016-11-12 | 1 | -0/+48 |
| * | http2: add push-promise metadata test | Thomas Kriechbaumer | 2016-11-05 | 1 | -0/+6 |
| * | Remove deprecated interfaces | Aldo Cortesi | 2016-11-04 | 1 | -4/+4 |
| * | script.concurrent: tests to taddons | Aldo Cortesi | 2016-11-04 | 2 | -24/+24 |
| * | addons: convert last of the test suite to taddons | Aldo Cortesi | 2016-11-04 | 5 | -94/+92 |
| * | addons.setheaders: fix configure bug, tests to taddons | Aldo Cortesi | 2016-11-04 | 1 | -49/+45 |
| * | addons.view: test suite to 100% | Aldo Cortesi | 2016-11-04 | 1 | -15/+55 |
| * | addons.view: test improvements | Aldo Cortesi | 2016-11-03 | 1 | -1/+51 |
| * | addons.streambodies: 100% test coverage | Aldo Cortesi | 2016-11-03 | 1 | -13/+11 |
| * | addons.serverplayback: 100% test coverage | Aldo Cortesi | 2016-11-03 | 2 | -271/+318 |
| * | addons.serverplayback: test suite to taddons | Aldo Cortesi | 2016-11-03 | 1 | -58/+61 |
| * | addons.script: 100% test coverage | Aldo Cortesi | 2016-11-03 | 1 | -2/+49 |
| * | addons.script: convert to test.taddons | Aldo Cortesi | 2016-11-03 | 1 | -100/+98 |
| * | addons.onboarding: remove duplicate code | Aldo Cortesi | 2016-11-03 | 1 | -1/+1 |
| * | addons.intercept: 100% test coverage | Aldo Cortesi | 2016-11-03 | 1 | -0/+5 |