Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill flow.master - create master.Master | Aldo Cortesi | 2016-10-19 | 2 | -5/+5 |
* | web app cleanups: tests and examples | Aldo Cortesi | 2016-10-19 | 1 | -5/+5 |
* | fix redirect_requests.py example | Maximilian Hils | 2016-10-16 | 1 | -2/+1 |
* | python3: clean up super and __future__ | Aldo Cortesi | 2016-10-17 | 1 | -1/+0 |
* | python3: clean up class brackets | Aldo Cortesi | 2016-10-17 | 2 | -2/+2 |
* | Zap object base class | Aldo Cortesi | 2016-10-17 | 2 | -2/+2 |
* | test & examples: zap six | Aldo Cortesi | 2016-10-17 | 2 | -4/+4 |
* | docs: logging and the context | Aldo Cortesi | 2016-10-16 | 1 | -0/+6 |
* | docs: overview, classes, arguments | Aldo Cortesi | 2016-10-16 | 3 | -21/+24 |
* | use flowfilter.match | Thomas Kriechbaumer | 2016-10-03 | 1 | -4/+5 |
* | rename mitmproxy.filt -> mitmproxy.flowfilter | Thomas Kriechbaumer | 2016-10-03 | 1 | -3/+3 |
* | Fixes - #1555 sslstrip.py flow.response.headers (#1556) | phackt | 2016-09-25 | 1 | -2/+14 |
* | Added a description to the shim loader, and renamed it. | smill | 2016-09-14 | 1 | -0/+8 |
* | Improved error-handling / supplemented documention. | smill | 2016-09-04 | 1 | -0/+79 |
* | Improve the way we handle upstream errors | Aldo Cortesi | 2016-09-01 | 1 | -2/+2 |
* | Adjust flowbasic example for Options API changes | Aldo Cortesi | 2016-09-01 | 1 | -11/+13 |
* | introduce Response.make for simple response creation | Maximilian Hils | 2016-08-23 | 1 | -6/+1 |
* | Fix issue with binary content in json | Shadab Zafar | 2016-08-15 | 1 | -2/+3 |
* | Use postData field in PUT, PATCH requests too | Shadab Zafar | 2016-08-15 | 1 | -1/+1 |
* | Refactor format_cookies | Shadab Zafar | 2016-08-15 | 1 | -6/+6 |
* | Support .zhar compression | Shadab Zafar | 2016-08-15 | 1 | -2/+5 |
* | Add text field to response content | Shadab Zafar | 2016-08-15 | 1 | -2/+11 |
* | Add serverIPAddress field | Shadab Zafar | 2016-08-15 | 1 | -0/+3 |
* | Add postData field | Shadab Zafar | 2016-08-15 | 1 | -2/+11 |
* | Add SSL & Connect timings | Shadab Zafar | 2016-08-15 | 1 | -6/+22 |
* | 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 |