aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'base/master' into feature-334Marcelo Glezer2015-02-052-2/+6
|\
| * fix statusbar initializationMaximilian Hils2015-02-051-0/+2
| * missing parameter in start_server_playback callMarcelo Glezer2015-01-131-2/+4
* | added copy to clipboard support for urlMarcelo Glezer2015-02-033-2/+9
* | added support for 'b' key in flowlistMarcelo Glezer2015-01-162-0/+41
* | added support for copying request (content|header) to clipboardMarcelo Glezer2015-01-163-9/+34
* | used save_body from common when b key is pressedMarcelo Glezer2015-01-152-31/+18
* | added support for saving file if content is binary. still wipMarcelo Glezer2015-01-153-6/+44
* | extracted server_copy_response to commonMarcelo Glezer2015-01-153-40/+26
* | removed pyperclip hard dependenciesMarcelo Glezer2015-01-152-22/+34
* | used get_decoded_content and removed decode call from headers as max suggestedMarcelo Glezer2015-01-142-4/+4
* | added copy functionality to flowview tooMarcelo Glezer2015-01-141-1/+23
* | removed invalid comment and unneeded safe textMarcelo Glezer2015-01-141-1/+0
* | now content and header are working and exception for binary files are handled...Marcelo Glezer2015-01-141-3/+10
* | wip - content copy is working, header representation is notMarcelo Glezer2015-01-141-0/+16
|/
* hotfix to mitmproxy missing start_server_playback() parameter added. backport...Marcelo Glezer2015-01-121-1/+1
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2015-01-091-2/+10
|\
| * Error to stdout when loading bad replays from the command lineNick HS2015-01-081-2/+10
* | fix #443Maximilian Hils2015-01-091-2/+2
|/
* Consolidate reading flows from file, use in mitmweb.Aldo Cortesi2015-01-021-15/+15
* fix #435Maximilian Hils2014-12-291-0/+4
* fix mitmproxy -wMaximilian Hils2014-12-292-7/+7
* web: CSP, revert functionality, serve contentMaximilian Hils2014-12-252-2/+0
* fix gzipped body editMaximilian Hils2014-12-231-15/+20
* web: intercept featureMaximilian Hils2014-12-234-9/+9
* Merge pull request #414 from mitmproxy/flowviews2Aldo Cortesi2014-12-121-4/+4
|\
| * introduce revised views, port over changes from multiple_views branchMaximilian Hils2014-11-261-4/+4
* | fix HTTPResponse creationMaximilian Hils2014-12-041-2/+1
* | fix #413Maximilian Hils2014-11-281-3/+4
|/
* always show error messagesMaximilian Hils2014-11-151-1/+1
* fix grideditor bugMaximilian Hils2014-11-141-0/+2
* fix clear keyMaximilian Hils2014-11-101-4/+5
* Using uppercase C to 'clear' display mode, because lowercase 'c' is used for cssLucas Cimon2014-11-071-6/+5
* fix #399Maximilian Hils2014-11-062-3/+6
* Reduce loop timeouts to improve mitmproxy responsivenessAldo Cortesi2014-11-061-1/+1
* add generic tcp proxying, fix #374Maximilian Hils2014-10-183-9/+26
* fix timestamp formatting: end_time may not be setMaximilian Hils2014-09-221-1/+4
* web: display flow connection infoMaximilian Hils2014-09-191-1/+1
* fix #361Maximilian Hils2014-09-181-6/+3
* fix flow detail displayMaximilian Hils2014-09-161-1/+1
* fix missing timeout parameterMaximilian Hils2014-09-141-1/+1
* Remove external app option, make tick timeout explicitAldo Cortesi2014-09-141-1/+1
* remove proxy mode abstraction: always be clear which mode we are inMaximilian Hils2014-09-081-4/+3
* document --ignore, fix #350Maximilian Hils2014-09-081-1/+2
* add --ignore ui indicationMaximilian Hils2014-09-082-0/+28
* fix #349Maximilian Hils2014-09-071-4/+12
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-7/+7
* Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-041-0/+2
|\
| * Merge branch 'master' into issue_341Maximilian Hils2014-09-041-0/+2
| |\
| | * Add urwid stop prior to stack trace so exceptions are not cleared from screendeployable2014-09-041-0/+2