Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract console dump functionality into an addon | Aldo Cortesi | 2016-07-17 | 3 | -82/+94 |
* | Merge pull request #1306 from mitmproxy/message-body-encoding | Maximilian Hils | 2016-07-16 | 5 | -93/+219 |
|\ | |||||
| * | preserve content-type parameter order | Maximilian Hils | 2016-07-15 | 1 | -1/+3 |
| * | Merge remote-tracking branch 'origin/master' into message-body-encoding | Maximilian Hils | 2016-07-15 | 57 | -956/+1395 |
| |\ | |||||
| * | | improve message content semantics | Maximilian Hils | 2016-07-15 | 2 | -13/+73 |
| * | | raise ValueError if content-encoding is invalid | Maximilian Hils | 2016-07-04 | 1 | -8/+10 |
| * | | tests++ | Maximilian Hils | 2016-07-02 | 1 | -1/+43 |
| * | | make the linter happy | Maximilian Hils | 2016-07-02 | 1 | -1/+0 |
| * | | message.content -> .raw_content, implement .text | Maximilian Hils | 2016-07-02 | 7 | -97/+117 |
* | | | replacehooks -> addon | Aldo Cortesi | 2016-07-16 | 4 | -61/+62 |
| |/ |/| | |||||
* | | add_event -> add_log throughout project | Aldo Cortesi | 2016-07-16 | 4 | -4/+5 |
* | | Zap unused test scripts | Aldo Cortesi | 2016-07-15 | 11 | -59/+9 |
* | | Script cleanups | Aldo Cortesi | 2016-07-15 | 2 | -4/+67 |
* | | Fix HAR extractor | Aldo Cortesi | 2016-07-15 | 1 | -3/+4 |
* | | Adjust concurrent tests for start method | Aldo Cortesi | 2016-07-15 | 1 | -1/+1 |
* | | Add .start for addons and scripts | Aldo Cortesi | 2016-07-15 | 1 | -2/+5 |
* | | Fix windows parse_args test | Aldo Cortesi | 2016-07-15 | 1 | -1/+1 |
* | | Adjust for new options scheme | Aldo Cortesi | 2016-07-14 | 1 | -1/+1 |
* | | Add a tick event for addons and scripts, and use it for race-free reload | Aldo Cortesi | 2016-07-14 | 1 | -0/+1 |
* | | Script cleanup: editing in console, Python3 compatibility fixes | Aldo Cortesi | 2016-07-14 | 3 | -13/+18 |
* | | Convert examples and example tests for new-style scripts | Aldo Cortesi | 2016-07-14 | 3 | -250/+101 |
* | | Zap old scripts infrastructure, fix concurrency tests | Aldo Cortesi | 2016-07-14 | 5 | -24/+43 |
* | | First-order integration of scripts addon | Aldo Cortesi | 2016-07-14 | 10 | -86/+197 |
* | | Re-add deletion of stickycookies (#1355) | Shadab Zafar | 2016-07-14 | 1 | -0/+10 |
* | | minor fixes | Maximilian Hils | 2016-07-13 | 1 | -1/+1 |
* | | make options explicit | Maximilian Hils | 2016-07-13 | 7 | -21/+32 |
* | | Stream to file -> addon | Aldo Cortesi | 2016-07-14 | 4 | -75/+104 |
* | | Fix indeterminacy in sticky cookie tests | Aldo Cortesi | 2016-07-14 | 1 | -6/+9 |
* | | 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 |
* | | Move StickyAuth into addon | Aldo Cortesi | 2016-07-14 | 2 | -34/+23 |
* | | Add the addons mechanism | Aldo Cortesi | 2016-07-13 | 4 | -2/+29 |
* | | Basic outline of addons | Aldo Cortesi | 2016-07-13 | 5 | -23/+43 |
* | | More powerful Options scheme | Aldo Cortesi | 2016-07-13 | 1 | -0/+67 |
* | | 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 |
|\ \ | |||||
| * | | 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 v0... | jpkrause | 2016-07-08 | 5 | -72/+2 |
|/ / |