Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make @controller.handler inheritance-friendly | Aldo Cortesi | 2016-05-28 | 1 | -4/+1 |
| | | | | Use this to adapt mitmweb and mitproxy console | ||||
* | Mandate that all handlers must be wrapped, make tests pass | Aldo Cortesi | 2016-05-28 | 2 | -18/+26 |
| | | | | mitmproxy, mitmdump and mitmweb masters still to be done | ||||
* | Sketch out a more solid core | Aldo Cortesi | 2016-05-28 | 3 | -15/+21 |
| | | | | | - Decorator for handler methods - Stricter checking for double-acks and non-acks | ||||
* | 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 |
|\ | | | | | mitmdump: Add Basic Support for TCP Flows | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | This makes MultiDictView work with a simple getter/setter pair, rather than using attributes with implicit leading underscores. Also move MultiDictView into multidict.py and adds some simple unit tests. | ||||
| * | | Merge branch 'multidict' of https://github.com/mhils/mitmproxy into ↵ | Aldo Cortesi | 2016-05-21 | 13 | -227/+320 |
| |\ \ | | | | | | | | | | | | | mhils-multidict | ||||
| | * | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces MultiDict, a multi-dictionary similar to ODict, but with improved semantics (as in the Headers class). MultiDict fixes a few issues that were present in the Request/Response API. In particular, `request.cookies["foo"] = "bar"` has previously been a no-op, as the cookies property returned a mutable _copy_ of the cookies. | ||||
* | | | | 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 | ||||
| * | | 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 |
| | | | | | | | - Make the tests safe for concurrency - Fix a test that only passed due to prior modification of global state This also fixes the project generally for parallel test execution. | ||||
* | Clean up flow export tests | Aldo Cortesi | 2016-05-18 | 11 | -262/+242 |
| | | | | | - Externalise test data - Define a less finicky comparator for Python code | ||||
* | 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 |
| | | | | | | | | * sanitize strings with shell control characters * netlib: add utilities to safe-print bytes * escaped str: add TODO for multi-byte chars | ||||
* | 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 |
|\ | | | | | improve cookie parsing | ||||
| * | 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 |
| | | | | | | | | | | allows '/' to be within a cookie name removes deprecated cookie getter/setter fixes #1118 | ||||
* | | 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 |
| | | | | | | | | This reverts commit f315dc1eb9f4701548fd57bbb38de1e9caa34e40. | ||||
* | | 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 |
| | | | | | | * support for setting/sending multiple cookies * py.test for multiple cookie support | ||||
* | silence flaky pathod test | Maximilian Hils | 2016-04-21 | 1 | -0/+1 |
| |