aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console.py
Commit message (Expand)AuthorAgeFilesLines
* Interrupt interception when deleting an intercepting flow.Aldo Cortesi2011-03-151-10/+3
* Fix minor styling and glitches.Aldo Cortesi2011-03-151-5/+5
* Fix hang on shutdown.Aldo Cortesi2011-03-151-1/+1
* Do pre-processing of requests before replay.Aldo Cortesi2011-03-151-2/+2
* Improve responsiveness of request and response viewing.Aldo Cortesi2011-03-151-56/+62
* Use .stop() and .start() to restart curses around external spawns.Aldo Cortesi2011-03-141-10/+5
* Merge branch 'master' of github.com:cortesi/mitmproxyAldo Cortesi2011-03-141-1/+1
|\
| * Fix traceback when viewing hex mode.Aldo Cortesi2011-03-141-1/+1
* | Use raw_display instead of curses_display.Aldo Cortesi2011-03-141-3/+3
|/
* Indicate request and response replay status separately.Aldo Cortesi2011-03-131-4/+4
* Fix a number of small UI infelicities.Aldo Cortesi2011-03-131-16/+14
* Fix a traceback sometimes triggered viewing a connection with no response.Aldo Cortesi2011-03-131-25/+27
* Add server replay to mitmproxy.Aldo Cortesi2011-03-131-2/+45
* Add client plaback to mitmproxy.Aldo Cortesi2011-03-131-2/+34
* Add anticache support for mitmproxyAldo Cortesi2011-03-131-2/+31
* Rejigger status bar somewhat. Add indicators for various bits of state.Aldo Cortesi2011-03-131-23/+50
* Fix stickycookie setting, indented view traceback.Aldo Cortesi2011-03-131-1/+5
* Remove beep functionality from mitmproxy.Aldo Cortesi2011-03-131-21/+0
* mitmproxy prompted input now display previously set value.Aldo Cortesi2011-03-131-24/+36
* console.py 100% test coverageAldo Cortesi2011-03-121-3/+0
* Unify mitmproxy and mitmdump commandlineAldo Cortesi2011-03-121-11/+39
* Handle invalid bind address specifications gracefully.Aldo Cortesi2011-03-121-2/+0
* More mature sticky cookie primitive. Use it in console.py.Aldo Cortesi2011-02-241-19/+0
* Remove first iteration playback/record.Aldo Cortesi2011-02-231-6/+0
* Add a simple server playback state object.Aldo Cortesi2011-02-211-2/+2
* Stub out doc structure, add screenshots for configuring certs in Firefox.Aldo Cortesi2011-02-191-53/+48
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-191-12/+8
* 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