Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | tests++ | Maximilian Hils | 2016-07-07 | 1 | -0/+15 | |
* | | py3++ | Maximilian Hils | 2016-07-07 | 4 | -15/+15 | |
* | | py3++ | Maximilian Hils | 2016-07-07 | 2 | -84/+87 | |
* | | py3++ | Thomas Kriechbaumer | 2016-07-07 | 1 | -6/+6 | |
* | | py3++: test_protocol_http2 | Shadab Zafar | 2016-07-07 | 1 | -3/+3 | |
* | | disable harparser on py3 | Maximilian Hils | 2016-07-07 | 1 | -0/+7 | |
* | | Merge pull request #1318 from mhils/tnetstring3-unicode-type | Thomas Kriechbaumer | 2016-07-07 | 4 | -25/+21 | |
|\ \ | ||||||
| * | | sni is now str, not bytes | Maximilian Hils | 2016-07-06 | 4 | -19/+19 | |
| * | | fix tests | Maximilian Hils | 2016-07-06 | 2 | -2/+2 | |
| * | | tnetstring3: adapt to unicode support | Maximilian Hils | 2016-07-06 | 1 | -6/+2 | |
| * | | tnetstring: keys are str on py3. migrate flow.io_compat | Maximilian Hils | 2016-07-06 | 1 | -2/+2 | |
* | | | Detect JSON API media type as a json content view | Linmiao Xu | 2016-07-06 | 1 | -0/+7 | |
|/ / | ||||||
* | | py3++, multidict fixes | Maximilian Hils | 2016-07-06 | 1 | -1/+1 | |
* | | py3++ | Maximilian Hils | 2016-07-06 | 2 | -16/+9 | |
* | | Merge pull request #1315 from mitmproxy/better-unicode-handling | Maximilian Hils | 2016-07-05 | 1 | -15/+25 | |
|\ \ | ||||||
| * | | remove clean_bin, clarify unicode handling | Maximilian Hils | 2016-07-05 | 1 | -15/+25 | |
* | | | Merge pull request #1297 from dufferzafar/py3-flow-export | Maximilian Hils | 2016-07-05 | 2 | -5/+5 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | py3++: test_flow_export | Shadab Zafar | 2016-07-02 | 2 | -5/+5 | |
* | | | http2: test fatal connection termination | Thomas Kriechbaumer | 2016-07-05 | 1 | -1/+52 | |
* | | | http2: test throttling at MAX_CONCURRENT_STREAMS | Thomas Kriechbaumer | 2016-07-05 | 2 | -6/+80 | |
* | | | http2: Remove TestReadRequestConnect test | Shadab Zafar | 2016-07-03 | 1 | -31/+0 | |
|/ / | ||||||
* / | fix lint issues | Shadab Zafar | 2016-07-02 | 1 | -2/+0 | |
|/ | ||||||
* | minor fixes | Maximilian Hils | 2016-07-01 | 1 | -5/+5 | |
* | fix tcp message handling | Maximilian Hils | 2016-07-01 | 2 | -5/+4 | |
* | py3++ | Maximilian Hils | 2016-07-01 | 2 | -9/+5 | |
* | py3++: test/mitmproxy/test_server | Shadab Zafar | 2016-07-01 | 3 | -31/+34 | |
* | minor fixes | Maximilian Hils | 2016-06-28 | 1 | -1/+1 | |
* | fix mysterious tox issue | Maximilian Hils | 2016-06-28 | 1 | -1/+1 | |
* | http2: improve error handling in tests | Thomas Kriechbaumer | 2016-06-22 | 1 | -12/+29 | |
* | py3++: mitmproxy.protocol.http1 | Shadab Zafar | 2016-06-22 | 1 | -4/+4 | |
* | mitmproxy.tnetstring -> mitmproxy.contrib.tnetstring | Shadab Zafar | 2016-06-21 | 2 | -2/+3 | |
* | Imported tests for tnetstring | Shadab Zafar | 2016-06-21 | 1 | -0/+141 | |
* | Merge pull request #1276 from dufferzafar/console-pathedit | Maximilian Hils | 2016-06-20 | 2 | -0/+26 | |
|\ | ||||||
| * | Add dummy directory to completion | Shadab Zafar | 2016-06-20 | 1 | -0/+2 | |
| * | Add tests for PathEdit | Shadab Zafar | 2016-06-20 | 1 | -0/+24 | |
* | | py3++ | Shadab Zafar | 2016-06-20 | 1 | -6/+6 | |
* | | py3++ | Shadab Zafar | 2016-06-20 | 2 | -28/+28 | |
|/ | ||||||
* | py3++ | Thomas Kriechbaumer | 2016-06-19 | 2 | -10/+11 | |
* | move custom HTTP/2 stack from netlib to pathod | Thomas Kriechbaumer | 2016-06-17 | 15 | -76/+91 | |
* | pathod tests: do not string_escape specs | Shadab Zafar | 2016-06-16 | 1 | -1/+1 | |
* | Py3: Store certificate with a byte key | Shadab Zafar | 2016-06-16 | 1 | -1/+1 | |
* | Py3: Use BytesIO in a pathoc test | Shadab Zafar | 2016-06-16 | 1 | -1/+1 | |
* | Py3: Fix tests by using byte literals | Shadab Zafar | 2016-06-16 | 1 | -7/+7 | |
* | Unexpected spaces around = | Shadab Zafar | 2016-06-15 | 1 | -1/+1 | |
* | Py3: pathoc | Shadab Zafar | 2016-06-15 | 2 | -16/+17 | |
* | Py3: pathod | Shadab Zafar | 2016-06-15 | 1 | -3/+3 | |
* | Make har_extractor.py output HAR 1.2 spec-compliant | Tai Dickerson | 2016-06-14 | 1 | -3/+4 | |
* | Merge pull request #1253 from mhils/fix-debug | Aldo Cortesi | 2016-06-14 | 1 | -0/+4 | |
|\ | ||||||
| * | fix debug mode on Windows | Maximilian Hils | 2016-06-13 | 1 | -0/+4 | |
* | | Merge branch 'master' into netlibrace | Aldo Cortesi | 2016-06-14 | 3 | -5/+7 | |
|\ \ |