Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove leftovers | Maximilian Hils | 2015-02-07 | 2 | -1/+1 |
| | |||||
* | make copy context-sensitive | Maximilian Hils | 2015-02-07 | 3 | -90/+89 |
| | |||||
* | improve clipboard UX | Maximilian Hils | 2015-02-06 | 3 | -91/+86 |
| | |||||
* | Merge remote-tracking branch 'tekii/feature-334' | Maximilian Hils | 2015-02-06 | 5 | -30/+169 |
|\ | |||||
| * | removed str() cast and changed 'failed copy trying save instead' message | Marcelo Glezer | 2015-02-06 | 1 | -2/+2 |
| | | |||||
| * | save_flow now uses with, and pyperclip requirement updated to 1.5.8 | Marcelo Glezer | 2015-02-06 | 2 | -4/+3 |
| | | |||||
| * | Merge branch 'feature-334' of github.com:tekii/mitmproxy into feature-334 | Marcelo Glezer | 2015-02-05 | 0 | -0/+0 |
| |\ | |||||
| | * | Merge remote-tracking branch 'base/master' into feature-334 | Marcelo Glezer | 2015-02-05 | 2 | -2/+6 |
| | |\ | |||||
| | * | | added copy to clipboard support for url | Marcelo Glezer | 2015-02-03 | 3 | -2/+9 |
| | | | | |||||
| | * | | added support for 'b' key in flowlist | Marcelo Glezer | 2015-01-16 | 2 | -0/+41 |
| | | | | |||||
| | * | | added support for copying request (content|header) to clipboard | Marcelo Glezer | 2015-01-16 | 3 | -9/+34 |
| | | | | |||||
| | * | | used save_body from common when b key is pressed | Marcelo Glezer | 2015-01-15 | 2 | -31/+18 |
| | | | | |||||
| | * | | added support for saving file if content is binary. still wip | Marcelo Glezer | 2015-01-15 | 3 | -6/+44 |
| | | | | |||||
| | * | | extracted server_copy_response to common | Marcelo Glezer | 2015-01-15 | 3 | -40/+26 |
| | | | | |||||
| | * | | removed pyperclip hard dependencies | Marcelo Glezer | 2015-01-15 | 3 | -25/+35 |
| | | | | |||||
| | * | | trying to fix travis take 2 | Marcelo Glezer | 2015-01-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | trying to fix travis | Marcelo Glezer | 2015-01-14 | 1 | -0/+2 |
| | | | | |||||
| | * | | used get_decoded_content and removed decode call from headers as max suggested | Marcelo Glezer | 2015-01-14 | 3 | -14/+4 |
| | | | | |||||
| | * | | added copy functionality to flowview too | Marcelo Glezer | 2015-01-14 | 1 | -1/+23 |
| | | | | |||||
| | * | | removed invalid comment and unneeded safe text | Marcelo Glezer | 2015-01-14 | 2 | -5/+0 |
| | | | | |||||
| | * | | now content and header are working and exception for binary files are ↵ | Marcelo Glezer | 2015-01-14 | 2 | -11/+16 |
| | | | | | | | | | | | | | | | | handled correctly | ||||
| | * | | wip - content copy is working, header representation is not | Marcelo Glezer | 2015-01-14 | 2 | -0/+31 |
| | | | | |||||
| | * | | added pyperclip dependency | Marcelo Glezer | 2015-01-13 | 1 | -1/+2 |
| | | | | |||||
| * | | | added copy to clipboard support for url | Marcelo Glezer | 2015-02-05 | 3 | -2/+9 |
| | | | | |||||
| * | | | added support for 'b' key in flowlist | Marcelo Glezer | 2015-02-05 | 2 | -0/+41 |
| | | | | |||||
| * | | | added support for copying request (content|header) to clipboard | Marcelo Glezer | 2015-02-05 | 3 | -9/+34 |
| | | | | |||||
| * | | | used save_body from common when b key is pressed | Marcelo Glezer | 2015-02-05 | 2 | -31/+18 |
| | | | | |||||
| * | | | added support for saving file if content is binary. still wip | Marcelo Glezer | 2015-02-05 | 3 | -6/+44 |
| | | | | |||||
| * | | | extracted server_copy_response to common | Marcelo Glezer | 2015-02-05 | 3 | -40/+26 |
| | | | | |||||
| * | | | removed pyperclip hard dependencies | Marcelo Glezer | 2015-02-05 | 3 | -25/+35 |
| | | | | |||||
| * | | | trying to fix travis take 2 | Marcelo Glezer | 2015-02-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | trying to fix travis | Marcelo Glezer | 2015-02-05 | 1 | -0/+2 |
| | | | | |||||
| * | | | used get_decoded_content and removed decode call from headers as max suggested | Marcelo Glezer | 2015-02-05 | 3 | -14/+4 |
| | | | | |||||
| * | | | added copy functionality to flowview too | Marcelo Glezer | 2015-02-05 | 1 | -1/+23 |
| | | | | |||||
| * | | | removed invalid comment and unneeded safe text | Marcelo Glezer | 2015-02-05 | 2 | -5/+0 |
| | | | | |||||
| * | | | now content and header are working and exception for binary files are ↵ | Marcelo Glezer | 2015-02-05 | 2 | -11/+16 |
| | | | | | | | | | | | | | | | | handled correctly | ||||
| * | | | wip - content copy is working, header representation is not | Marcelo Glezer | 2015-02-05 | 2 | -0/+31 |
| | | | | |||||
| * | | | added pyperclip dependency | Marcelo Glezer | 2015-02-05 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'base/master' | Marcelo Glezer | 2015-02-05 | 2 | -5/+7 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'base/master' | Marcelo Glezer | 2015-02-05 | 4 | -34/+47 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'base/master' | Marcelo Glezer | 2015-02-05 | 2 | -2/+6 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
* | | | | | | fix tests | Maximilian Hils | 2015-02-06 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge remote-tracking branch 'origin/contributing' | Maximilian Hils | 2015-02-06 | 1 | -0/+39 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Create CONTRIBUTING.md | Maximilian Hils | 2015-02-05 | 1 | -0/+39 |
| | | | | | | | |||||
* | | | | | | | fix tests | Maximilian Hils | 2015-02-05 | 1 | -6/+12 |
|/ / / / / / | |||||
* | | | | | | fix #459 | Maximilian Hils | 2015-02-05 | 2 | -6/+10 |
| | | | | | | |||||
* | | | | | | fix ssl shutdown in tcp mode, refs #464 | Maximilian Hils | 2015-02-05 | 1 | -1/+3 |
| |_|_|/ / |/| | | | | |||||
* | | | | | fix #464 | Maximilian Hils | 2015-02-05 | 2 | -5/+7 |
| |_|/ / |/| | | | |||||
* | | | | clean up flow reading | Maximilian Hils | 2015-02-05 | 4 | -34/+47 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'tekii/master' | Maximilian Hils | 2015-02-05 | 4 | -13/+17 |
|\| | | | |/ / |/| | |