aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console.py
Commit message (Expand)AuthorAgeFilesLines
* First pass of script hooks for mitmdump.Aldo Cortesi2011-02-181-2/+1
* Add file writing to mitmdump.Aldo Cortesi2011-02-171-1/+1
* Fix minor display issues in console app.Aldo Cortesi2011-02-161-7/+9
* FlowMaster bugfixes and unit tests.Aldo Cortesi2011-02-161-1/+1
* Extract flow-specific Master operations into FlowMaster.Aldo Cortesi2011-02-161-19/+12
* Switch over to new serialization format.Aldo Cortesi2011-02-161-8/+9
* Import cache store control into console controllerHenrik Nordstrom2011-02-101-0/+10
* Basic HTTP/1.1 SupportHenrik Nordstrom2011-02-101-1/+1
* Automatically update response message when editing response codeHenrik Nordstrom2011-02-101-2/+4
* Add response creation to edit function on intercepted requestsHenrik Nordstrom2011-02-101-11/+39
* Rip out BeautifulSoup, and use a custom XML-ish prettyprinter.Aldo Cortesi2011-02-061-1/+1
* Add option to tell mitmproxy which interfaces to bind to.Aldo Cortesi2011-02-061-1/+8
* Get rid of ReplayConnection - we now have only one ClientConnection class.Aldo Cortesi2011-02-041-2/+2
* Change "connection" to the less confusing "client_conn" throughout.Aldo Cortesi2011-02-031-1/+1
* Fine-tune completion a bit.Aldo Cortesi2011-02-031-1/+4
* Add timestamps to flows.Aldo Cortesi2011-02-031-4/+20
* Fix tracking of edited state.Aldo Cortesi2011-02-031-1/+3
* "Q" quits without confirmation prompt.Aldo Cortesi2011-02-031-0/+3
* Test suite rejiggering and cleanup.Aldo Cortesi2011-02-031-1/+1
* Improve script handling.Aldo Cortesi2011-02-021-0/+6
* Use last path specified as default prompt.Aldo Cortesi2011-02-021-9/+23
* View script debug output (stderr) in pager.Aldo Cortesi2011-02-021-29/+33
* Add an external script API.Aldo Cortesi2011-01-311-25/+38
* Restructure to make subclassing Flow unnecessary.Aldo Cortesi2011-01-311-70/+64
* Re-jigger flow view shortcuts so we don't over-ride global shortcuts.Aldo Cortesi2011-01-311-16/+23
* Better help page statusbar text.Aldo Cortesi2011-01-301-1/+5
* Next and previous flow shortcuts from within flow view.Aldo Cortesi2011-01-301-7/+37
* UI tweaksAldo Cortesi2011-01-301-56/+82
* Prompt user on quit.Aldo Cortesi2011-01-281-5/+17
* Nicer statusbar messages, with timed expiry.Aldo Cortesi2011-01-281-3/+11
* Make pretty-printing more robust.Aldo Cortesi2011-01-281-5/+8
* Basix XML/HTML pretty-printing in flow viewer.Aldo Cortesi2011-01-271-20/+51
* Handle nonexistent load files gracefully.Aldo Cortesi2011-01-271-4/+3
* Add command to write request or response body to file.Aldo Cortesi2011-01-271-0/+21
* Refine flow saving shortcuts.Aldo Cortesi2011-01-271-12/+22
* Kill deadlock that sometimes occurred on shutdown.Aldo Cortesi2011-01-271-1/+3
* Add tab completion for save and load path specs.Aldo Cortesi2011-01-271-4/+79
* Fix UI sync bugs introduced by flow serialization.Aldo Cortesi2011-01-261-2/+6
* Add saving and loading of complete flows for later replay and analysis.Aldo Cortesi2011-01-261-35/+41
* Abstract flow management out of the interactive code.Aldo Cortesi2011-01-251-180/+19
* Add mitmproxy command line flags for a number of filter expressions.Aldo Cortesi2010-03-011-4/+28
* Housekeeping: todo updates, move put handler_ methods together in console.py.Aldo Cortesi2010-03-011-10/+10
* Just make using the user's terminal background the default.Aldo Cortesi2010-03-011-22/+16
* Don't intercept replays - it makes no sense to do so.Aldo Cortesi2010-03-011-16/+12
* Don't show error if user tries to save, but specifies no path.Aldo Cortesi2010-03-011-0/+2
* Add "A" key, to accept all intercepted connections.Aldo Cortesi2010-03-011-3/+14
* Make beeping more general.Aldo Cortesi2010-03-011-18/+17
* Maintain compatibility with 0.9.8.x of urwid.Aldo Cortesi2010-03-011-16/+36
* Added beeping. --bireq and --bires enables beeping on intercepted requests/re...Thomas Roth2010-02-261-3/+20
* Added a 'keep terminal background' option (-t), so that you can use it with y...Thomas Roth2010-02-261-25/+34