aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/flowview.py
Commit message (Collapse)AuthorAgeFilesLines
...
* added support for creating new requests. still wip (not working for https)Marcelo Glezer2015-02-101-12/+2
|
* remove leftoversMaximilian Hils2015-02-071-1/+0
|
* make copy context-sensitiveMaximilian Hils2015-02-071-24/+5
|
* improve clipboard UXMaximilian Hils2015-02-061-16/+4
|
* Merge remote-tracking branch 'tekii/feature-334'Maximilian Hils2015-02-061-27/+41
|\
| * added copy to clipboard support for urlMarcelo Glezer2015-02-051-1/+2
| |
| * added support for copying request (content|header) to clipboardMarcelo Glezer2015-02-051-1/+14
| |
| * used save_body from common when b key is pressedMarcelo Glezer2015-02-051-27/+14
| |
| * added support for saving file if content is binary. still wipMarcelo Glezer2015-02-051-1/+2
| |
| * extracted server_copy_response to commonMarcelo Glezer2015-02-051-20/+4
| |
| * removed pyperclip hard dependenciesMarcelo Glezer2015-02-051-11/+17
| |
| * used get_decoded_content and removed decode call from headers as max suggestedMarcelo Glezer2015-02-051-2/+2
| |
| * added copy functionality to flowview tooMarcelo Glezer2015-02-051-1/+23
| |
* | fix #459Maximilian Hils2015-02-051-4/+5
|/
* web: CSP, revert functionality, serve contentMaximilian Hils2014-12-251-1/+0
|
* fix gzipped body editMaximilian Hils2014-12-231-15/+20
|
* web: intercept featureMaximilian Hils2014-12-231-3/+3
|
* fix HTTPResponse creationMaximilian Hils2014-12-041-2/+1
|
* 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 #361Maximilian Hils2014-09-181-6/+3
|
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-7/+7
|
* Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-041-2/+2
|\ | | | | | | | | | | Conflicts: examples/redirect_requests.py libmproxy/console/common.py
| * fix some leftoversMaximilian Hils2014-09-041-2/+2
| |
* | improve HTTPRequest syntaxMaximilian Hils2014-09-031-9/+11
|/
* workaround: always make sure that flow.response.reply existsMaximilian Hils2014-07-251-1/+1
|
* fix issue #260Maximilian Hils2014-04-071-1/+3
|
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-1/+2
|
* update docs, fix #215Maximilian Hils2014-03-101-2/+2
|
* fix mentions of CONTENT_MISSING in libmproxy.consoleMaximilian Hils2014-03-091-3/+4
|
* Adapt for new pathod and netlib APIs.Aldo Cortesi2014-03-021-1/+0
|
* add helpful messages on wrapPedro Worcel2014-02-221-11/+25
|
* fix the wrapping on backward searchesPedro Worcel2014-02-221-15/+26
|
* add docsPedro Worcel2014-02-221-1/+2
|
* add multi-line support to backwards searchPedro Worcel2014-02-221-7/+11
|
* add multi-line supportPedro Worcel2014-02-221-3/+10
|
* add basic backwards searchPedro Worcel2014-02-221-25/+49
|
* Handle views that don't support search gracefullyAldo Cortesi2014-01-191-3/+12
| | | | | This includes all key/value formatted views, e.g. the image view. We need to support these ultimately, but no time before the next release.
* Re-enable caching on search.Aldo Cortesi2014-01-191-10/+3
|
* now really fix it + testPedro Worcel2013-12-261-5/+9
|
* fix bug that happens after searching for a non-existant string, andPedro Worcel2013-12-261-1/+6
| | | | later for an existant one.
* add docsPedro Worcel2013-12-261-1/+2
|
* added 'n' functionality, tidy up & testingPedro Worcel2013-12-261-1/+9
|
* add looping aroundPedro Worcel2013-12-261-53/+116
|
* fix crashroot2013-12-251-2/+2
|
* Add focusing, and fixes non-clearance of prev searches. Addroot2013-12-251-33/+75
| | | | documentation.
* test passing, UI still not workingroot2013-12-241-5/+74
|
* Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-15/+0
| | | | Thanks to Roy Shamir for reporting this.
* Show an error when attempting to decode invalid data.Aldo Cortesi2013-07-291-1/+2
|
* Some refactoring of the console inteface.Aldo Cortesi2013-07-281-3/+2
| | | | | | Reduce some state duplication, by removing currentflow variable. Fixes #141