| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove compatibility shim used to interop with older versions of Urwid | Aldo Cortesi | 2015-03-13 | 1 | -9/+9 |
* | added support for creating new requests. still wip (not working for https) | Marcelo Glezer | 2015-02-10 | 1 | -12/+2 |
* | remove leftovers | Maximilian Hils | 2015-02-07 | 1 | -1/+0 |
* | make copy context-sensitive | Maximilian Hils | 2015-02-07 | 1 | -24/+5 |
* | improve clipboard UX | Maximilian Hils | 2015-02-06 | 1 | -16/+4 |
* | Merge remote-tracking branch 'tekii/feature-334' | Maximilian Hils | 2015-02-06 | 1 | -27/+41 |
|\ |
|
| * | added copy to clipboard support for url | Marcelo Glezer | 2015-02-05 | 1 | -1/+2 |
| * | added support for copying request (content|header) to clipboard | Marcelo Glezer | 2015-02-05 | 1 | -1/+14 |
| * | used save_body from common when b key is pressed | Marcelo Glezer | 2015-02-05 | 1 | -27/+14 |
| * | added support for saving file if content is binary. still wip | Marcelo Glezer | 2015-02-05 | 1 | -1/+2 |
| * | extracted server_copy_response to common | Marcelo Glezer | 2015-02-05 | 1 | -20/+4 |
| * | removed pyperclip hard dependencies | Marcelo Glezer | 2015-02-05 | 1 | -11/+17 |
| * | used get_decoded_content and removed decode call from headers as max suggested | Marcelo Glezer | 2015-02-05 | 1 | -2/+2 |
| * | added copy functionality to flowview too | Marcelo Glezer | 2015-02-05 | 1 | -1/+23 |
* | | fix #459 | Maximilian Hils | 2015-02-05 | 1 | -4/+5 |
|/ |
|
* | web: CSP, revert functionality, serve content | Maximilian Hils | 2014-12-25 | 1 | -1/+0 |
* | fix gzipped body edit | Maximilian Hils | 2014-12-23 | 1 | -15/+20 |
* | web: intercept feature | Maximilian Hils | 2014-12-23 | 1 | -3/+3 |
* | fix HTTPResponse creation | Maximilian Hils | 2014-12-04 | 1 | -2/+1 |
* | fix clear key | Maximilian Hils | 2014-11-10 | 1 | -4/+5 |
* | Using uppercase C to 'clear' display mode, because lowercase 'c' is used for css | Lucas Cimon | 2014-11-07 | 1 | -6/+5 |
* | fix #361 | Maximilian Hils | 2014-09-18 | 1 | -6/+3 |
* | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 1 | -7/+7 |
* | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-04 | 1 | -2/+2 |
|\ |
|
| * | fix some leftovers | Maximilian Hils | 2014-09-04 | 1 | -2/+2 |
* | | improve HTTPRequest syntax | Maximilian Hils | 2014-09-03 | 1 | -9/+11 |
|/ |
|
* | workaround: always make sure that flow.response.reply exists | Maximilian Hils | 2014-07-25 | 1 | -1/+1 |
* | fix issue #260 | Maximilian Hils | 2014-04-07 | 1 | -1/+3 |
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -1/+2 |
* | update docs, fix #215 | Maximilian Hils | 2014-03-10 | 1 | -2/+2 |
* | fix mentions of CONTENT_MISSING in libmproxy.console | Maximilian Hils | 2014-03-09 | 1 | -3/+4 |
* | Adapt for new pathod and netlib APIs. | Aldo Cortesi | 2014-03-02 | 1 | -1/+0 |
* | add helpful messages on wrap | Pedro Worcel | 2014-02-22 | 1 | -11/+25 |
* | fix the wrapping on backward searches | Pedro Worcel | 2014-02-22 | 1 | -15/+26 |
* | add docs | Pedro Worcel | 2014-02-22 | 1 | -1/+2 |
* | add multi-line support to backwards search | Pedro Worcel | 2014-02-22 | 1 | -7/+11 |
* | add multi-line support | Pedro Worcel | 2014-02-22 | 1 | -3/+10 |
* | add basic backwards search | Pedro Worcel | 2014-02-22 | 1 | -25/+49 |
* | Handle views that don't support search gracefully | Aldo Cortesi | 2014-01-19 | 1 | -3/+12 |
* | Re-enable caching on search. | Aldo Cortesi | 2014-01-19 | 1 | -10/+3 |
* | now really fix it + test | Pedro Worcel | 2013-12-26 | 1 | -5/+9 |
* | fix bug that happens after searching for a non-existant string, and | Pedro Worcel | 2013-12-26 | 1 | -1/+6 |
* | add docs | Pedro Worcel | 2013-12-26 | 1 | -1/+2 |
* | added 'n' functionality, tidy up & testing | Pedro Worcel | 2013-12-26 | 1 | -1/+9 |
* | add looping around | Pedro Worcel | 2013-12-26 | 1 | -53/+116 |
* | fix crash | root | 2013-12-25 | 1 | -2/+2 |
* | Add focusing, and fixes non-clearance of prev searches. Add | root | 2013-12-25 | 1 | -33/+75 |
* | test passing, UI still not working | root | 2013-12-24 | 1 | -5/+74 |
* | Remove GPL notices left in source files after our change to the MIT license. | Aldo Cortesi | 2013-08-01 | 1 | -15/+0 |
* | Show an error when attempting to decode invalid data. | Aldo Cortesi | 2013-07-29 | 1 | -1/+2 |