aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/common.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add blinker dependency, start using it to refactor console appAldo Cortesi2015-03-211-5/+6
| | | | | Blinker lets us set up a central pub/sub mechanism to disentangle our object structure.
* Fix general prompt input.Aldo Cortesi2015-03-201-0/+8
|
* Indentation, style, whitespaceAldo Cortesi2015-03-131-5/+18
|
* Remove compatibility shim used to interop with older versions of UrwidAldo Cortesi2015-03-131-22/+0
|
* Formatting and whitespaceAldo Cortesi2015-03-131-7/+8
|
* changes requested by @mhilsMarcelo Glezer2015-03-011-9/+2
|
* added to flowlist / flowdetail time elapsed between request sent and ↵Marcelo Glezer2015-02-261-1/+6
| | | | response received
* added support for creating new requests. still wip (not working for https)Marcelo Glezer2015-02-101-0/+11
|
* make copy context-sensitiveMaximilian Hils2015-02-071-40/+82
|
* improve clipboard UXMaximilian Hils2015-02-061-62/+79
|
* removed str() cast and changed 'failed copy trying save instead' messageMarcelo Glezer2015-02-061-2/+2
|
* save_flow now uses with, and pyperclip requirement updated to 1.5.8Marcelo Glezer2015-02-061-3/+2
|
* added copy to clipboard support for urlMarcelo Glezer2015-02-051-0/+5
|
* added support for 'b' key in flowlistMarcelo Glezer2015-02-051-0/+28
|
* added support for copying request (content|header) to clipboardMarcelo Glezer2015-02-051-7/+6
|
* used save_body from common when b key is pressedMarcelo Glezer2015-02-051-4/+4
|
* added support for saving file if content is binary. still wipMarcelo Glezer2015-02-051-4/+40
|
* extracted server_copy_response to commonMarcelo Glezer2015-02-051-1/+19
|
* web: intercept featureMaximilian Hils2014-12-231-3/+3
|
* fix timestamp formatting: end_time may not be setMaximilian Hils2014-09-221-1/+4
|
* Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-041-4/+3
|\ | | | | | | | | | | Conflicts: examples/redirect_requests.py libmproxy/console/common.py
| * fix some leftoversMaximilian Hils2014-09-041-4/+3
| |
* | improve HTTPRequest syntaxMaximilian Hils2014-09-031-1/+1
|/
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-0/+1
|