aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/common.py
Commit message (Collapse)AuthorAgeFilesLines
* move mitmproxyMaximilian Hils2016-02-151-444/+0
|
* Merge pull request #916 from dufferzafar/export-codeMaximilian Hils2016-02-101-50/+8
|\ | | | | Export any flow request as Python code
| * Move exporters to a separate fileShadab Zafar2016-02-081-76/+8
| |
| * Export any flow as Python code, not just GETShadab Zafar2016-02-061-5/+19
| | | | | | | | | | The generic code idea was taken from Postman's code export: https://www.getpostman.com/
| * Refactor copy_as_python_codeShadab Zafar2016-02-061-13/+25
| | | | | | | | Make it easier to support other HTTP request types
* | http2: indicate http version in the uiMaximilian Hils2016-02-081-1/+5
| |
* | removed unused parameterMaximilian Hils2016-02-081-4/+3
|/
* code formatting: fix whitespace issuesThomas Kriechbaumer2016-01-271-6/+6
|
* Remove restrictions based on request contentShadab Zafar2016-01-251-13/+0
|
* Copy as raw requestShadab Zafar2016-01-131-0/+12
| | | | | | Issue #807 I am not entirely sure what needs to be returned in this case.
* Export/Copy request as python codeShadab Zafar2016-01-131-0/+30
| | | | | | | | | Press E followed by p to copy code to clipboard. The code uses the python requests module. Only GET methods are currently supported, but can easily be extended to POST etc.
* Use signals.status_message for empty contentShadab Zafar2016-01-131-1/+2
|
* Refactor copy_as_curl_commandShadab Zafar2016-01-131-9/+7
|
* refactored export as curl to be 'E' to export and 'c' to as curl commandMarcelo Glezer2016-01-131-0/+4
|
* headers enumartion was failing in copy as curl and protocol was None when ↵Marcelo Glezer2016-01-131-2/+2
| | | | copy to clipboard was called. first wip fix
* fixed TypeError: ask_save_overwrite() takes exactly 2 arguments (xxxxx given)Marcelo Glezer2016-01-131-1/+1
|
* Was needlessly passing un-used parameters + clean up misspellingRyan Welton2016-01-131-17/+13
|
* Switch to single quotesRyan Welton2016-01-131-2/+2
|
* Add copy as curl commandRyan Welton2016-01-131-17/+42
|
* fix copy to clipboard command when copying contentMarcelo Glezer2015-11-051-2/+2
|
* Use ctrl+f and ctrl+b to scroll a pagegecko6552015-10-301-0/+4
|
* adjust to netlib request changes + docsMaximilian Hils2015-09-261-1/+1
|
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-171-2/+2
|
* adjust to netlib changesMaximilian Hils2015-09-161-1/+1
|
* adjust to new netlib Headers classMaximilian Hils2015-09-051-2/+2
|
* move files aroundMaximilian Hils2015-08-301-1/+1
|
* attach application protocol to connectionThomas Kriechbaumer2015-07-301-2/+2
|
* move code to netlib and implement protocolsThomas Kriechbaumer2015-07-301-7/+10
|
* Moved marking from flow to consoleJake Drahos2015-06-111-2/+3
| | | | No longer taints the flow primitive
* Changed mark symbolJake Drahos2015-06-111-2/+2
| | | | Smaller symbol now, still just as easy to see while scrolling
* Changed symbols and colorsJake Drahos2015-06-111-1/+2
| | | | | Added a better symbol for the mark, and changed the color to red. This helps it stand out more easily.
* Implemented basic marking of flowsJake Drahos2015-06-111-0/+7
| | | | | - Press m to toggle flow mark - Flow mark is set in libmproxy/console/common.py. Currently set to "==="
* fix #607 fix messageMarcelo Glezer2015-06-051-1/+2
|
* fix #607 decode data before sending it to pyperclipMarcelo Glezer2015-06-051-1/+8
|
* console: convert add_event to a signal.Aldo Cortesi2015-06-021-1/+0
|
* fixes #604 catch method not found for handling pyperclip not foundMarcelo Glezer2015-06-011-2/+2
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-3/+3
|
* pretty_size now lives in netlib.utilsAldo Cortesi2015-04-301-1/+2
|
* make code more pythonicMaximilian Hils2015-04-261-8/+11
|
* Merge remote-tracking branch 'tunz/crash1'Maximilian Hils2015-04-261-4/+11
|\
| * Fix crash when save to clipboard before loadingChoongwoo Han2015-04-231-4/+11
| |
* | Check overwrite, when save to file instaed of clipboardChoongwoo Han2015-04-231-2/+20
|/
* console: first pass of a Set-cookie editor for responsesAldo Cortesi2015-04-161-14/+20
|
* console: keyboard shortcuts for optionsAldo Cortesi2015-04-031-5/+5
|
* handles UnicodeDecodeErrorMarcelo Glezer2015-03-231-1/+1
|
* Replace far-too-clever decorator LRU cache with something simplerAldo Cortesi2015-03-221-6/+3
|
* console: signal-based view stack, unifying mechanisms for help, flow views, etc.Aldo Cortesi2015-03-221-3/+0
|
* Simplify the way in which path prompts keep stateAldo Cortesi2015-03-221-2/+0
| | | | | | In the past, we kept the last path the user specified for a number of different path types to pre-seed the path prompt. Now, we no longer distinguish between types, and pre-seed with the last used directory regardless.
* Rationalise prompt calling conventionsAldo Cortesi2015-03-221-4/+4
|
* Refactor status bar prompting to use signal systemAldo Cortesi2015-03-221-27/+19
|