aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/common.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-041-4/+3
|\
| * 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
* fix mentions of CONTENT_MISSING in libmproxy.consoleMaximilian Hils2014-03-091-2/+3
* fix all tests except those using set_url and get_urlMaximilian Hils2014-02-051-2/+2
* merge flow classes. current status: basic mitmdump workingMaximilian Hils2014-01-301-1/+1
* Fix divide by zero issue when timestamp start and end are the sameRich Somerfield2013-11-261-1/+1
* Tweak timing displayAldo Cortesi2013-08-231-6/+4
* console: Add support for displaying transfer rateKyle Manna2013-08-131-0/+3
* console: Add support for displaying elapsed timeKyle Manna2013-08-131-1/+8
* Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-15/+0
* Some refactoring of the console inteface.Aldo Cortesi2013-07-281-0/+3
* Add the --host option, which uses the value in the Host header for dispaly URLs.Aldo Cortesi2013-03-171-2/+2
* Significantly refactor the master/slave message passing interface.Aldo Cortesi2013-02-171-2/+2
* Fixed a bug in format_flow in common.py. Changed the reference from timestam...Chris Neasbitt2013-01-181-1/+1
* Add interface to mark content missing, and extend UI to indicate when content...Aldo Cortesi2012-05-161-2/+8
* Add a details page, available from a flow view with the 'X' shortcutAldo Cortesi2012-04-031-2/+2
* Nicer coloring for HTTP response codes.Aldo Cortesi2012-04-021-9/+9
* Factor out content view apparatus into contentview.pyAldo Cortesi2012-03-241-29/+0
* Refactor pretty view forcing somewhat.Aldo Cortesi2012-03-201-8/+15
* Allow a flow view's pretty-printed body type auto-detection to be overridden ...Ulrich Petri2012-03-191-0/+13
* Introduce a cache for flow list entries.Aldo Cortesi2012-02-271-25/+58
* Make return arrow match return code color.Aldo Cortesi2012-02-241-3/+5
* License notifications, minor docs.Aldo Cortesi2012-02-231-0/+15
* Fall-back for non-unicode terminals.Aldo Cortesi2012-02-231-5/+10
* Documentation and screenshots.Aldo Cortesi2012-02-221-2/+4
* Add API for duplicating flows.Aldo Cortesi2012-02-181-14/+14
* Repair unit tests.Aldo Cortesi2012-02-181-1/+1
* Fix a problem in deserialization of flows with errors.Aldo Cortesi2012-02-181-1/+0
* Jazz up flow displayAldo Cortesi2012-02-181-12/+25
* Refactor the way we display flows.Aldo Cortesi2012-02-181-39/+59
* Better formatting for headers, help and other key-value displays.Aldo Cortesi2012-02-111-17/+17
* Revamp the way request and response bodies are displayed.Aldo Cortesi2012-02-111-10/+10
* Refactor console.Aldo Cortesi2012-02-071-0/+148