| Commit message (Expand) | Author | Age | Files | Lines |
* | handles UnicodeDecodeError | Marcelo Glezer | 2015-03-23 | 1 | -1/+1 |
* | Replace far-too-clever decorator LRU cache with something simpler | Aldo Cortesi | 2015-03-22 | 1 | -6/+3 |
* | console: signal-based view stack, unifying mechanisms for help, flow views, etc. | Aldo Cortesi | 2015-03-22 | 1 | -3/+0 |
* | Simplify the way in which path prompts keep state | Aldo Cortesi | 2015-03-22 | 1 | -2/+0 |
* | Rationalise prompt calling conventions | Aldo Cortesi | 2015-03-22 | 1 | -4/+4 |
* | Refactor status bar prompting to use signal system | Aldo Cortesi | 2015-03-22 | 1 | -27/+19 |
* | Add blinker dependency, start using it to refactor console app | Aldo Cortesi | 2015-03-21 | 1 | -5/+6 |
* | Fix general prompt input. | Aldo Cortesi | 2015-03-20 | 1 | -0/+8 |
* | Indentation, style, whitespace | Aldo Cortesi | 2015-03-13 | 1 | -5/+18 |
* | Remove compatibility shim used to interop with older versions of Urwid | Aldo Cortesi | 2015-03-13 | 1 | -22/+0 |
* | Formatting and whitespace | Aldo Cortesi | 2015-03-13 | 1 | -7/+8 |
* | changes requested by @mhils | Marcelo Glezer | 2015-03-01 | 1 | -9/+2 |
* | added to flowlist / flowdetail time elapsed between request sent and response... | Marcelo Glezer | 2015-02-26 | 1 | -1/+6 |
* | added support for creating new requests. still wip (not working for https) | Marcelo Glezer | 2015-02-10 | 1 | -0/+11 |
* | make copy context-sensitive | Maximilian Hils | 2015-02-07 | 1 | -40/+82 |
* | improve clipboard UX | Maximilian Hils | 2015-02-06 | 1 | -62/+79 |
* | 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 | 1 | -3/+2 |
* | added copy to clipboard support for url | Marcelo Glezer | 2015-02-05 | 1 | -0/+5 |
* | added support for 'b' key in flowlist | Marcelo Glezer | 2015-02-05 | 1 | -0/+28 |
* | added support for copying request (content|header) to clipboard | Marcelo Glezer | 2015-02-05 | 1 | -7/+6 |
* | used save_body from common when b key is pressed | Marcelo Glezer | 2015-02-05 | 1 | -4/+4 |
* | added support for saving file if content is binary. still wip | Marcelo Glezer | 2015-02-05 | 1 | -4/+40 |
* | extracted server_copy_response to common | Marcelo Glezer | 2015-02-05 | 1 | -1/+19 |
* | web: intercept feature | Maximilian Hils | 2014-12-23 | 1 | -3/+3 |
* | fix timestamp formatting: end_time may not be set | Maximilian Hils | 2014-09-22 | 1 | -1/+4 |
* | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-04 | 1 | -4/+3 |
|\ |
|
| * | fix some leftovers | Maximilian Hils | 2014-09-04 | 1 | -4/+3 |
* | | improve HTTPRequest syntax | Maximilian Hils | 2014-09-03 | 1 | -1/+1 |
|/ |
|
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -0/+1 |
* | fix mentions of CONTENT_MISSING in libmproxy.console | Maximilian Hils | 2014-03-09 | 1 | -2/+3 |
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 1 | -2/+2 |
* | merge flow classes. current status: basic mitmdump working | Maximilian Hils | 2014-01-30 | 1 | -1/+1 |
* | Fix divide by zero issue when timestamp start and end are the same | Rich Somerfield | 2013-11-26 | 1 | -1/+1 |
* | Tweak timing display | Aldo Cortesi | 2013-08-23 | 1 | -6/+4 |
* | console: Add support for displaying transfer rate | Kyle Manna | 2013-08-13 | 1 | -0/+3 |
* | console: Add support for displaying elapsed time | Kyle Manna | 2013-08-13 | 1 | -1/+8 |
* | Remove GPL notices left in source files after our change to the MIT license. | Aldo Cortesi | 2013-08-01 | 1 | -15/+0 |
* | Some refactoring of the console inteface. | Aldo Cortesi | 2013-07-28 | 1 | -0/+3 |
* | Add the --host option, which uses the value in the Host header for dispaly URLs. | Aldo Cortesi | 2013-03-17 | 1 | -2/+2 |
* | Significantly refactor the master/slave message passing interface. | Aldo Cortesi | 2013-02-17 | 1 | -2/+2 |
* | Fixed a bug in format_flow in common.py. Changed the reference from timestam... | Chris Neasbitt | 2013-01-18 | 1 | -1/+1 |
* | Add interface to mark content missing, and extend UI to indicate when content... | Aldo Cortesi | 2012-05-16 | 1 | -2/+8 |
* | Add a details page, available from a flow view with the 'X' shortcut | Aldo Cortesi | 2012-04-03 | 1 | -2/+2 |
* | Nicer coloring for HTTP response codes. | Aldo Cortesi | 2012-04-02 | 1 | -9/+9 |
* | Factor out content view apparatus into contentview.py | Aldo Cortesi | 2012-03-24 | 1 | -29/+0 |
* | Refactor pretty view forcing somewhat. | Aldo Cortesi | 2012-03-20 | 1 | -8/+15 |
* | Allow a flow view's pretty-printed body type auto-detection to be overridden ... | Ulrich Petri | 2012-03-19 | 1 | -0/+13 |
* | Introduce a cache for flow list entries. | Aldo Cortesi | 2012-02-27 | 1 | -25/+58 |
* | Make return arrow match return code color. | Aldo Cortesi | 2012-02-24 | 1 | -3/+5 |