Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a ctx.log on finish | Shadab Zafar | 2016-08-15 | 1 | -2/+4 | |
* | Open JSON file in text mode | Shadab Zafar | 2016-08-15 | 1 | -1/+1 | |
* | Simplify name_value | Shadab Zafar | 2016-08-15 | 1 | -11/+1 | |
* | Fix wrong import | Shadab Zafar | 2016-08-15 | 1 | -1/+1 | |
* | Improve cookies formatting | Shadab Zafar | 2016-08-15 | 1 | -4/+19 | |
* | Format Cookies according to the HAR Spec | Shadab Zafar | 2016-08-15 | 1 | -5/+29 | |
* | Remove pages object | Shadab Zafar | 2016-08-15 | 1 | -1/+0 | |
* | Welcome har_dump | Shadab Zafar | 2016-08-15 | 1 | -0/+145 | |
* | Goodbye har_extractor | Shadab Zafar | 2016-08-15 | 1 | -264/+0 | |
* | make the linter happy | Maximilian Hils | 2016-07-23 | 1 | -1/+1 | |
* | add remote debug example | Maximilian Hils | 2016-07-23 | 1 | -0/+19 | |
* | Addon iface: .configure(options) -> .configure(options, updated) | Aldo Cortesi | 2016-07-23 | 1 | -1/+1 | |
* | scripts: refactor some examples that keep global state | Aldo Cortesi | 2016-07-23 | 3 | -39/+43 | |
* | Merge remote-tracking branch 'origin/master' into message-body-encoding | Maximilian Hils | 2016-07-15 | 23 | -100/+140 | |
|\ | ||||||
| * | Fix HAR extractor | Aldo Cortesi | 2016-07-15 | 1 | -3/+5 | |
| * | Adjust concurrent tests for start method | Aldo Cortesi | 2016-07-15 | 1 | -2/+0 | |
| * | Add .start for addons and scripts | Aldo Cortesi | 2016-07-15 | 9 | -8/+17 | |
| * | Convert examples and example tests for new-style scripts | Aldo Cortesi | 2016-07-14 | 9 | -11/+11 | |
| * | move script context to mitmproxy.ctx | Maximilian Hils | 2016-07-08 | 5 | -18/+18 | |
| * | remove script contexts | Maximilian Hils | 2016-07-07 | 1 | -3/+4 | |
| * | remove context from all scripts | Maximilian Hils | 2016-07-07 | 23 | -85/+107 | |
| * | py3++ | Maximilian Hils | 2016-07-07 | 2 | -2/+2 | |
| * | disable harparser on py3 | Maximilian Hils | 2016-07-07 | 1 | -0/+6 | |
| * | py3++ | Maximilian Hils | 2016-07-06 | 2 | -4/+5 | |
| * | remove clean_bin, clarify unicode handling | Maximilian Hils | 2016-07-05 | 1 | -6/+8 | |
* | | update examples: no decoded() anymore :tada: | Maximilian Hils | 2016-07-02 | 7 | -54/+46 | |
|/ | ||||||
* | Make har_extractor.py output HAR 1.2 spec-compliant | Tai Dickerson | 2016-06-14 | 1 | -1/+3 | |
* | update examples, tests, docs | Maximilian Hils | 2016-06-13 | 11 | -26/+31 | |
* | Simplify script concurrency helpers | Aldo Cortesi | 2016-06-08 | 1 | -2/+2 | |
* | A new interface for reply | Aldo Cortesi | 2016-06-08 | 2 | -2/+2 | |
* | Shift a bunch more string-related functions to strutils | Aldo Cortesi | 2016-06-02 | 1 | -2/+3 | |
* | Utils reorganisation: add netlib.strutils | Aldo Cortesi | 2016-06-02 | 1 | -2/+2 | |
* | handle_* -> * leftovers | Maximilian Hils | 2016-05-29 | 1 | -2/+2 | |
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -1/+1 | |
* | change comment indentation | Thomas Kriechbaumer | 2016-05-29 | 1 | -3/+3 | |
* | Merge pull request #1173 from mitmproxy/format-examples | Thomas Kriechbaumer | 2016-05-29 | 11 | -23/+28 | |
|\ | ||||||
| * | format examples | Maximilian Hils | 2016-05-29 | 11 | -23/+28 | |
* | | Update method names in /examples/flowbasic | Aldo Cortesi | 2016-05-29 | 1 | -2/+2 | |
|/ | ||||||
* | Adapt examples | Aldo Cortesi | 2016-05-29 | 2 | -11/+8 | |
* | improve MultiDict, add ImmutableMultiDict, adjust response.cookies | Maximilian Hils | 2016-05-18 | 1 | -1/+1 | |
* | add MultiDict | Maximilian Hils | 2016-05-18 | 2 | -8/+8 | |
* | Adding example which turns every reponse into an HTTP 500. (#1136) | Jason Pepas | 2016-05-11 | 2 | -0/+4 | |
* | FlowReadError -> FlowReadException | Maximilian Hils | 2016-04-29 | 1 | -2/+3 | |
* | py3++ | Maximilian Hils | 2016-04-13 | 2 | -3/+3 | |
* | response.msg -> response.reason | Maximilian Hils | 2016-04-02 | 1 | -1/+1 | |
* | py3++: iteritems | Maximilian Hils | 2016-03-20 | 1 | -1/+2 | |
* | py3++: cStringIO | Maximilian Hils | 2016-03-20 | 1 | -3/+3 | |
* | Update modify_response_body.py | cle1000 | 2016-03-15 | 1 | -1/+1 | |
* | Use the contextmanager in all tests | Shadab Zafar | 2016-03-11 | 1 | -0/+0 | |
* | Add test for iframe_injector example | Shadab Zafar | 2016-03-11 | 1 | -1/+1 |