| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make options explicit | Maximilian Hils | 2016-07-13 | 7 | -21/+32 |
| | | |||||
| * | Stream to file -> addon | Aldo Cortesi | 2016-07-14 | 4 | -75/+104 |
| | | | | | | This commit also clarifies a confusion about the "outfile" attribute and its use in testing in the mitmdump master. | ||||
| * | Fix indeterminacy in sticky cookie tests | Aldo Cortesi | 2016-07-14 | 1 | -6/+9 |
| | | | | | How has this not bitten us before? | ||||
| * | StickyCookies to addon | Aldo Cortesi | 2016-07-14 | 2 | -102/+118 |
| | | |||||
| * | AntiCache to addon | Aldo Cortesi | 2016-07-14 | 2 | -10/+23 |
| | | |||||
| * | Add a .setter helper to Options | Aldo Cortesi | 2016-07-14 | 1 | -3/+11 |
| | | | | | | This returns a function that sets a named attribute, and is handy for event-driven code like mitmproxy console. | ||||
| * | Move StickyAuth into addon | Aldo Cortesi | 2016-07-14 | 2 | -34/+23 |
| | | | | | | This is the first addon that handles an OptionsError, so this commit also demos how this works in console. Handling of command-line erorrs is on its way. | ||||
| * | Add the addons mechanism | Aldo Cortesi | 2016-07-13 | 4 | -2/+29 |
| | | | | | | Demonstrate how it works and interacts with Options by adding our first new builtin: anticomp. | ||||
| * | Basic outline of addons | Aldo Cortesi | 2016-07-13 | 5 | -23/+43 |
| | | | | | | Add addons.py, integrate with our event mechanism, and change the Master API so options is the first init argument. | ||||
| * | More powerful Options scheme | Aldo Cortesi | 2016-07-13 | 1 | -0/+67 |
| | | | | | | | | | | | | This prepares us for the addon configuration mechanism and gives us a more flexible way to handle options changes. This changeset should spell the end of the current anti-pattern in our codebase where we duplicate data out of options onto the master when mutability is needed. From now on, Options can be the one source of thruth. - Change notifications - Rollback on error | ||||
| * | http2: fix race-condition in tests | Thomas Kriechbaumer | 2016-07-12 | 1 | -1/+1 |
| | | |||||
| * | http2: more coverage | Thomas Kriechbaumer | 2016-07-10 | 1 | -19/+201 |
| | | |||||
| * | http2: simplify test class | Thomas Kriechbaumer | 2016-07-10 | 1 | -65/+22 |
| | | |||||
| * | Remove redundant tests | Shadab Zafar | 2016-07-10 | 1 | -12/+0 |
| | | |||||
| * | Test cookies.is_expired separately | Shadab Zafar | 2016-07-10 | 1 | -0/+21 |
| | | |||||
| * | Add tests for deletion of stickycookies | Shadab Zafar | 2016-07-09 | 1 | -2/+26 |
| | | |||||
| * | Make escape_control_characters handle strings on Py2 | Shadab Zafar | 2016-07-09 | 1 | -2/+3 |
| | | |||||
| * | Set verbosity & flow_detail to 0 | Shadab Zafar | 2016-07-09 | 1 | -0/+12 |
| | | |||||
| * | py3++ | Shadab Zafar | 2016-07-09 | 1 | -18/+23 |
| | | |||||
| * | Merge pull request #1327 from mitmproxy/remove-script-context | Maximilian Hils | 2016-07-08 | 15 | -75/+68 |
| |\ | | | | | Remove script context | ||||
| | * | move script context to mitmproxy.ctx | Maximilian Hils | 2016-07-08 | 3 | -12/+12 |
| | | | |||||
| | * | remove script contexts | Maximilian Hils | 2016-07-07 | 5 | -48/+38 |
| | | | |||||
| | * | remove context from all scripts | Maximilian Hils | 2016-07-07 | 10 | -27/+30 |
| | | | |||||
| * | | py3++ | Maximilian Hils | 2016-07-08 | 2 | -1/+5 |
| | | | |||||
| * | | Updated coding style and modified flow format compat test to use v0.11 and ↵ | jpkrause | 2016-07-08 | 5 | -72/+2 |
| |/ | | | | v0.10 dump files | ||||
| * | 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 |
| |\ | | | | | [tests actually pass] Add unicode to tnetstring3 | ||||
| | * | 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 |
| |/ | | | | | | | | IANA assignment here: https://www.iana.org/assignments/media-types/application/vnd.api+json More about JSON API: https://github.com/json-api/json-api | ||||
| * | py3++, multidict fixes | Maximilian Hils | 2016-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | This commit improves Python 3 compatibility and fixes two multidict issues: 1. Headers.items(multi=True) now decodes fields 2. MultiDict.clear(item) has been removed, as Python's MutableMapping already defines .clear() with different semantics. This is confusing for everyone who expects a dict-like object. `.pop("attr", None)` is not fantastic, but it's the Python way to do it. | ||||
| * | 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 | ||||
| | * | 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 |
| |\ \ | |/ |/| | Python 3 - test_flow_export | ||||
| | * | 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 |
| | | |||||
