Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add remote debug example | Maximilian Hils | 2016-07-23 | 1 | -0/+19 |
* | Merge pull request #1402 from mhils/console-fixes | Maximilian Hils | 2016-07-23 | 4 | -23/+27 |
|\ | |||||
| * | fix test_view_urlencoded | Maximilian Hils | 2016-07-23 | 3 | -5/+10 |
| * | minor fixes | Maximilian Hils | 2016-07-21 | 2 | -19/+18 |
* | | improve dumper addon text alignment (#1415) | Maximilian Hils | 2016-07-23 | 4 | -37/+54 |
* | | http2: fix kill (#1413) | Thomas Kriechbaumer | 2016-07-23 | 1 | -0/+2 |
* | | http2: cleanup tests | Thomas Kriechbaumer | 2016-07-23 | 1 | -37/+38 |
* | | re-enable OSX builds on travis (#1411) | Maximilian Hils | 2016-07-22 | 1 | -4/+4 |
* | | Merge pull request #1412 from cortesi/updated | Aldo Cortesi | 2016-07-23 | 32 | -134/+154 |
|\ \ | |||||
| * | | Addon iface: .configure(options) -> .configure(options, updated) | Aldo Cortesi | 2016-07-23 | 32 | -134/+154 |
|/ / | |||||
* | | Merge pull request #1410 from cortesi/addons | Aldo Cortesi | 2016-07-23 | 7 | -70/+136 |
|\ \ | |||||
| * | | scripts: refactor some examples that keep global state | Aldo Cortesi | 2016-07-23 | 3 | -39/+43 |
| * | | script: convert test recorder to an addon class | Aldo Cortesi | 2016-07-23 | 2 | -19/+19 |
| * | | scripts: .start can now return an Addon instance | Aldo Cortesi | 2016-07-23 | 3 | -2/+39 |
| * | | script: tune auto reload | Aldo Cortesi | 2016-07-23 | 1 | -2/+12 |
| * | | script: add a namespace adaptor to match Addons | Aldo Cortesi | 2016-07-23 | 2 | -11/+26 |
|/ / | |||||
* / | fix mitmproxy 0.11 dumpfile - was 0.18 before | Maximilian Hils | 2016-07-22 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #1399 from mhils/fix-cv-cache-invalidation | Maximilian Hils | 2016-07-21 | 5 | -18/+26 |
|\ | |||||
| * | fix content view cache invalidation | Maximilian Hils | 2016-07-21 | 5 | -18/+26 |
* | | Merge pull request #1400 from mhils/fix-copy-clipboard | Maximilian Hils | 2016-07-21 | 1 | -5/+8 |
|\ \ | |/ |/| | |||||
| * | py3: fix copy to clipboard | Maximilian Hils | 2016-07-21 | 1 | -5/+8 |
|/ | |||||
* | Merge pull request #1397 from mhils/console-fixes | Maximilian Hils | 2016-07-21 | 5 | -24/+14 |
|\ | |||||
| * | minor fixes | Maximilian Hils | 2016-07-21 | 2 | -14/+1 |
| * | improve console ux for duplication/creation | Maximilian Hils | 2016-07-21 | 2 | -2/+5 |
| * | fix #1391 | Maximilian Hils | 2016-07-21 | 1 | -3/+3 |
| * | fix #1392 | Maximilian Hils | 2016-07-21 | 1 | -2/+2 |
| * | fix #1390 | Maximilian Hils | 2016-07-21 | 1 | -3/+3 |
|/ | |||||
* | display python version in console help | Maximilian Hils | 2016-07-21 | 1 | -1/+3 |
* | web: perf++ | Maximilian Hils | 2016-07-21 | 3 | -5/+23 |
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2016-07-21 | 10 | -274/+276 |
|\ | |||||
| * | Merge pull request #1385 from mitmproxy/console | Aldo Cortesi | 2016-07-21 | 3 | -9/+7 |
| |\ | |||||
| | * | console: nopop, rheaders into Options | Aldo Cortesi | 2016-07-21 | 3 | -9/+7 |
| |/ | |||||
| * | console: share one ActionBar instance | Aldo Cortesi | 2016-07-21 | 3 | -4/+4 |
| * | Merge branch 'flow-export' of https://github.com/dufferzafar/mitmproxy into d... | Aldo Cortesi | 2016-07-21 | 5 | -260/+248 |
| |\ | |||||
| | * | Fix hotkey kerfuffle | Shadab Zafar | 2016-07-20 | 2 | -12/+12 |
| | * | Make necessary changes in flowview | Shadab Zafar | 2016-07-20 | 1 | -23/+28 |
| | * | Refactor exporters | Shadab Zafar | 2016-07-20 | 3 | -25/+18 |
| | * | Add a url exporter | Shadab Zafar | 2016-07-20 | 2 | -0/+10 |
| | * | Ask for scope when called from flowlist | Shadab Zafar | 2016-07-20 | 2 | -63/+80 |
| | * | Integrate ask_copy_part into exporters | Shadab Zafar | 2016-07-20 | 3 | -27/+23 |
| | * | Remove raw_request exporter | Shadab Zafar | 2016-07-20 | 2 | -42/+0 |
| | * | s/part/key | Shadab Zafar | 2016-07-20 | 2 | -27/+22 |
| | * | Don't send master and state parameters | Shadab Zafar | 2016-07-20 | 2 | -8/+8 |
| | * | Refactor | Shadab Zafar | 2016-07-20 | 1 | -111/+112 |
| | * | Common function for both file and clipboard | Shadab Zafar | 2016-07-20 | 2 | -18/+22 |
| | * | Export to file (p) or clipboard (P) | Shadab Zafar | 2016-07-20 | 3 | -13/+24 |
| | * | Exporters list | Shadab Zafar | 2016-07-20 | 3 | -16/+14 |
| * | | Fix netlib.utils.is_valid_host | Aldo Cortesi | 2016-07-21 | 3 | -2/+18 |
| |/ | |||||
* | | web: fix ValueEditor, clean up code | Maximilian Hils | 2016-07-21 | 27 | -747/+657 |
* | | web: fix flow content update | Maximilian Hils | 2016-07-21 | 1 | -13/+6 |