Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mandate that all handlers must be wrapped, make tests pass | Aldo Cortesi | 2016-05-28 | 2 | -18/+26 |
* | Sketch out a more solid core | Aldo Cortesi | 2016-05-28 | 3 | -15/+21 |
* | Go Python 3 by default with the bytes conversion | Shadab Zafar | 2016-05-26 | 1 | -2/+4 |
* | Remove inner_repr, fixup escape_unprintables | Shadab Zafar | 2016-05-26 | 1 | -8/+4 |
* | Py3: Handle bytes case in inner_repr | Shadab Zafar | 2016-05-26 | 1 | -0/+1 |
* | bytes_to_escaped_str: always escape single quotes | Maximilian Hils | 2016-05-25 | 2 | -1/+3 |
* | escaped_str_to_bytes: support unicode on python 2 | Maximilian Hils | 2016-05-25 | 1 | -3/+6 |
* | Merge pull request #1127 from mitmproxy/tcp-flows | Thomas Kriechbaumer | 2016-05-23 | 5 | -12/+42 |
|\ | |||||
| * | tests++ | Maximilian Hils | 2016-05-20 | 2 | -2/+32 |
| * | add FlowMaster.active_flows | Maximilian Hils | 2016-05-19 | 1 | -4/+1 |
| * | tests: finish connections properly | Maximilian Hils | 2016-05-19 | 1 | -0/+1 |
| * | fix tests, don't double-add error'd flows | Maximilian Hils | 2016-05-19 | 1 | -1/+3 |
| * | minor fixes, adjust tests | Maximilian Hils | 2016-05-19 | 3 | -10/+10 |
* | | Merge branch 'mhils-multidict' | Aldo Cortesi | 2016-05-21 | 13 | -229/+342 |
|\ \ | |||||
| * | | Clean un-needed imports | Aldo Cortesi | 2016-05-21 | 1 | -2/+0 |
| * | | A clearer implementation of MultiDictView | Aldo Cortesi | 2016-05-21 | 1 | -2/+24 |
| * | | Merge branch 'multidict' of https://github.com/mhils/mitmproxy into mhils-mul... | Aldo Cortesi | 2016-05-21 | 13 | -227/+320 |
| |\ \ | |||||
| | * | | tests++ | Maximilian Hils | 2016-05-20 | 2 | -98/+218 |
| | * | | improve MultiDict, add ImmutableMultiDict, adjust response.cookies | Maximilian Hils | 2016-05-18 | 4 | -25/+27 |
| | * | | test flow export with duplicate query string | Maximilian Hils | 2016-05-18 | 4 | -3/+21 |
| | * | | add MultiDict | Maximilian Hils | 2016-05-18 | 9 | -103/+56 |
* | | | | We don't need 3 slightly different implementations of Data | Aldo Cortesi | 2016-05-21 | 3 | -3/+5 |
|/ / / | |||||
* | / | tests: silence flaky pathod test | Maximilian Hils | 2016-05-20 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Merge pull request #1152 from mhils/cleanup-odict | Thomas Kriechbaumer | 2016-05-19 | 1 | -10/+0 |
|\ \ | |||||
| * | | clean up odict | Maximilian Hils | 2016-05-18 | 1 | -10/+0 |
| |/ | |||||
* / | tests: properly skip pathod tests | Maximilian Hils | 2016-05-18 | 2 | -4/+4 |
|/ | |||||
* | tests: xfail -> skip | Maximilian Hils | 2016-05-18 | 1 | -3/+3 |
* | remove debug print | Thomas Kriechbaumer | 2016-05-17 | 1 | -1/+0 |
* | http2: add connection-lost test | Thomas Kriechbaumer | 2016-05-17 | 1 | -0/+48 |
* | Fix broken test_flow_export tests | Aldo Cortesi | 2016-05-18 | 1 | -34/+27 |
* | Clean up flow export tests | Aldo Cortesi | 2016-05-18 | 11 | -262/+242 |
* | fix naming which caused overwriting of functions | Thomas Kriechbaumer | 2016-05-15 | 1 | -1/+1 |
* | http2: improve header tests (#1143) (#1144) | Thomas Kriechbaumer | 2016-05-14 | 1 | -6/+11 |
* | Sanitize Print (#1135) | Maximilian Hils | 2016-05-12 | 1 | -0/+15 |
* | disable http2 header encoding, use bytes everywhere | Thomas Kriechbaumer | 2016-05-11 | 1 | -2/+6 |
* | Merge pull request #1121 from Kriechi/fix-cookies | Thomas Kriechbaumer | 2016-05-11 | 4 | -5/+29 |
|\ | |||||
| * | replace SimpleCookie with our own parser lib | Thomas Kriechbaumer | 2016-05-11 | 1 | -1/+16 |
| * | improve cookie parsing | Thomas Kriechbaumer | 2016-05-10 | 3 | -4/+13 |
* | | improve script loading | Maximilian Hils | 2016-05-11 | 3 | -18/+20 |
* | | actually fix tests | Maximilian Hils | 2016-05-10 | 1 | -2/+2 |
* | | Revert "fix tests" | Maximilian Hils | 2016-05-10 | 1 | -2/+2 |
* | | fix tests | Maximilian Hils | 2016-05-10 | 1 | -2/+2 |
|/ | |||||
* | fix #1120 | Maximilian Hils | 2016-05-09 | 1 | -0/+12 |
* | stateobject: support lists | Maximilian Hils | 2016-04-29 | 1 | -0/+63 |
* | mitmdump: don't fail for other flowtypes | Maximilian Hils | 2016-04-29 | 1 | -1/+1 |
* | remove netlib version check | Maximilian Hils | 2016-04-29 | 1 | -13/+0 |
* | FlowReadError -> FlowReadException | Maximilian Hils | 2016-04-29 | 2 | -8/+6 |
* | support for setting/sending multiple cookies (#1091) | Steven Van Acker | 2016-04-22 | 1 | -0/+19 |
* | silence flaky pathod test | Maximilian Hils | 2016-04-21 | 1 | -0/+1 |
* | downgrade pyparsing to fix #1087 and #1090 | Maximilian Hils | 2016-04-21 | 1 | -3/+9 |