Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | Merge remote-tracking branch 'origin/flow_editing' | Maximilian Hils | 2016-07-20 | 15 | -32/+241 |
|\ \ | |/ |/| | |||||
| * | added flow_content update | Clemens | 2016-07-19 | 4 | -50/+98 |
| * | Merge remote-tracking branch 'origin/master' into flow_editing | Clemens | 2016-07-19 | 197 | -4960/+5992 |
| |\ | |||||
| * | | moved flow editor state to redux | Clemens | 2016-07-19 | 9 | -58/+118 |
| * | | added new btn, changed to codemirror | Clemens | 2016-07-15 | 7 | -40/+51 |
| * | | change way to edit | Clemens | 2016-07-14 | 9 | -89/+130 |
| * | | chaged editor style | Clemens | 2016-07-13 | 1 | -2/+2 |
| * | | gzip issue | Clemens | 2016-07-13 | 1 | -0/+1 |
| * | | make file out ouf string to combine flow content updates via editor and fileu... | Clemens | 2016-07-13 | 2 | -4/+3 |
| * | | added code editor and file upload | Clemens | 2016-07-13 | 9 | -56/+115 |
| * | | modify flow content | Clemens | 2016-07-11 | 7 | -12/+61 |