aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Stop server playback after current playback buffer is exhausted.Aldo Cortesi2012-08-181-1/+1
* Return from Flow View behaviourRob Wills2012-08-021-1/+5
* Press "F" to FollowRob Wills2012-08-011-0/+13
* Prevent mitmproxy from treating logged info as urwid markup.Aldo Cortesi2012-07-271-2/+2
* Fix mitmproxy file reading.Aldo Cortesi2012-07-271-1/+1
* Be more tolerant of corrupted or truncated flows.Aldo Cortesi2012-07-241-2/+6
* fix -r option, read file in binary modeMaximilian Hils2012-07-241-1/+1
* Jump back to correct flow when limit is applied.Aldo Cortesi2012-07-141-1/+1
* Make mitmproxy "W" over-write, not append.Aldo Cortesi2012-07-091-1/+1
* Use FlowMaster streaming for "W" in mitmproxy.Aldo Cortesi2012-07-091-10/+2
* Add streaming to FlowMasterAldo Cortesi2012-07-091-1/+1
* Add a domain match filter (~d regex)Aldo Cortesi2012-07-061-2/+2
* mitmproxy: "W" shortcut key streams flows to file as responses arrive.Aldo Cortesi2012-07-061-2/+27
* Make upstream-cert the default. There's now a --no-upstream-cert option to tu...Aldo Cortesi2012-07-031-4/+4
* Merge pull request #48 from afh/pull/palette-optionAldo Cortesi2012-07-011-3/+4
|\
| * Add --palette option to select color paletteAlexis Hildebrandt2012-07-011-3/+4
* | Beef up logging substantially.Aldo Cortesi2012-07-011-0/+4
|/
* Fix a traceback that sometimes occurred when an invalid limit was entered.Aldo Cortesi2012-06-021-7/+7
* Minor name refactoring, make flow list refresh after limit is applied.Aldo Cortesi2012-04-091-9/+9
* Add an index counter to status bar.Aldo Cortesi2012-04-091-2/+10
* Add an "f" shortcut key to load full body contents.Aldo Cortesi2012-04-081-0/+1
* Work around an Urwid crashing bug.Aldo Cortesi2012-04-051-0/+5
* Start prepping docs for 0.8Aldo Cortesi2012-04-041-0/+5
* Add a details page, available from a flow view with the 'X' shortcutAldo Cortesi2012-04-031-1/+8
* Minor unit test bump.Aldo Cortesi2012-04-031-1/+1
* Refactor proxy.Server to fix a crash when replaying with -nAldo Cortesi2012-04-021-5/+3
* Move "M" shortcut key to global scope.Aldo Cortesi2012-04-021-0/+16
* Start rationalizing content views.Aldo Cortesi2012-04-021-10/+1
* Make "T" pretty view over-ride persistent when switching between flows.Aldo Cortesi2012-04-021-1/+10
* Factor out content view apparatus into contentview.pyAldo Cortesi2012-03-241-5/+5
* Add modal help to GridEditor.Aldo Cortesi2012-03-221-20/+5
* More work on pretty view forcing.Aldo Cortesi2012-03-201-14/+2
* Refactor pretty view forcing somewhat.Aldo Cortesi2012-03-201-2/+2
* Allow a flow view's pretty-printed body type auto-detection to be overridden ...Ulrich Petri2012-03-191-0/+12
* Specialize GridEditor into a number of subclasses.Aldo Cortesi2012-03-191-8/+14
* Generalize GridEditor to N columns.Aldo Cortesi2012-03-181-2/+16
* KVEditor -> GridEditorAldo Cortesi2012-03-181-4/+4
* Move mitmproxy reverse proxy shortcut to "P".Aldo Cortesi2012-03-181-2/+2
* Add specification of replacement patterns on the command line.Aldo Cortesi2012-03-171-0/+4
* Adds no-pop option to server-side replayValtteri Virtanen2012-03-051-2/+7
* Fix mitmproxy crash when passed -n flag.Aldo Cortesi2012-02-261-1/+1
* Use shlex to parse EDITOR.Rune Halvorsen2012-02-251-2/+3
* Add mitmproxy version to status bar on Help screen.Aldo Cortesi2012-02-241-2/+3
* Documentation and screenshots.Aldo Cortesi2012-02-221-1/+0
* connection -> flow in libmitmproxy/consoleAldo Cortesi2012-02-211-31/+31
* Tweaks for reverse proxy modeAldo Cortesi2012-02-211-4/+7
* Minor doc fixes and import cleanups.Aldo Cortesi2012-02-201-6/+4
* Add duplicate to connection view, and rename to "D".Aldo Cortesi2012-02-191-3/+1
* Consolidate palettes somewhat.Aldo Cortesi2012-02-181-18/+16
* Firm up reverse proxy specification.Aldo Cortesi2012-02-181-6/+27