aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/flowview.py
Commit message (Expand)AuthorAgeFilesLines
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-7/+7
* Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-041-2/+2
|\
| * 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
* 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
* 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
* 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
* 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
* Fix creation of new response when none existed before.Aldo Cortesi2013-06-091-2/+7
* Correct display mode highlight keysAlexis Hildebrandt2013-04-161-1/+5
* Fix crash on intercept.Aldo Cortesi2013-03-231-2/+2
* Add the --host option, which uses the value in the Host header for dispaly URLs.Aldo Cortesi2013-03-171-2/+2
* fix external viewer using shlexBryan Bishop2012-12-221-1/+1
* Show an error when $EDITOR/$PAGER are unset.Bryan Bishop2012-12-051-1/+4
* Add a graphical editor for path components (e -> p shortcut from request view...Aldo Cortesi2012-08-191-1/+9
* Use the new ODict get_first convenience function in a bunch of places.Aldo Cortesi2012-08-181-2/+2
* Send tracebacks from content viewers to event log.Aldo Cortesi2012-08-181-1/+1
* Huge cleanup of content viewers.Aldo Cortesi2012-08-181-3/+3
* Fix crash when adding a Response when none existed before.Aldo Cortesi2012-05-241-1/+1
* Add interface to mark content missing, and extend UI to indicate when content...Aldo Cortesi2012-05-161-2/+29
* Minor cruft removal.Aldo Cortesi2012-04-091-2/+2
* Add some missing help entries.Aldo Cortesi2012-04-081-0/+1
* Add an "f" shortcut key to load full body contents.Aldo Cortesi2012-04-081-17/+36
* Always use ODictCaseless for headers.Aldo Cortesi2012-04-041-2/+2
* Improve revert modelAldo Cortesi2012-04-041-0/+6
* Add a details page, available from a flow view with the 'X' shortcutAldo Cortesi2012-04-031-0/+3
* Add an option to allow clearing of display mode override.Aldo Cortesi2012-04-021-1/+3
* More sensible display mode override indicator.Aldo Cortesi2012-04-021-29/+26
* Only cache the calculated body of a view.Aldo Cortesi2012-04-021-13/+16