aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console
Commit message (Expand)AuthorAgeFilesLines
* Significantly refactor the master/slave message passing interface.Aldo Cortesi2013-02-172-5/+5
* Fixed a bug in format_flow in common.py. Changed the reference from timestam...Chris Neasbitt2013-01-181-1/+1
* Merge pull request #82 from kanzure/show-filepath-in-statusbarAldo Cortesi2012-12-301-0/+3
|\
| * show current filepath in status barBryan Bishop2012-12-261-0/+3
* | fix external viewer using shlexBryan Bishop2012-12-222-10/+18
|/
* Show an error when $EDITOR/$PAGER are unset.Bryan Bishop2012-12-051-1/+4
* Substantially rewrite AMF decoding.Aldo Cortesi2012-11-261-24/+68
* Workaround for PIL's ambiguious import method and/or easy_install PIL packagi...Mathieu Mitchell2012-11-231-2/+7
* Move eventlog to new Urwid container API.Aldo Cortesi2012-11-231-4/+2
* Urwid 1.1 compatibility.Aldo Cortesi2012-10-292-4/+4
* Improve error reporting for one-shot scripts.Aldo Cortesi2012-10-111-4/+15
* Move cleanBin and hexdump into netutils.Aldo Cortesi2012-09-241-4/+5
* Add help entry for H global header shortcut.Aldo Cortesi2012-09-021-2/+1
* Add U shortcut to add user-agent strings to global Headers editor.Aldo Cortesi2012-09-021-1/+32
* Fix a crash when re-editing a path prompt after an error.Aldo Cortesi2012-08-311-0/+1
* Make grid editor file reading more robust.Aldo Cortesi2012-08-311-4/+8
* Add a shortcut to header editor to add standard User-Agent strings.Aldo Cortesi2012-08-313-29/+68
* Display "No Content" instead of a parse error when there is no content.Aldo Cortesi2012-08-301-0/+2
* Add a snippet to GridEditor help text explaining that we're using escaped str...Aldo Cortesi2012-08-251-0/+8
* Add a "R" shortcut to GridEditor, letting the user read unescaped data from f...Aldo Cortesi2012-08-251-11/+15
* Do away with explicit encodings, and display an error message for invalid val...Aldo Cortesi2012-08-251-15/+12
* Use Python-style escaped strings in GridEditor.Aldo Cortesi2012-08-251-14/+17
* Add an "r" shortcut in grid editors to read value from file.Aldo Cortesi2012-08-251-4/+23
* Add a graphical editor for path components (e -> p shortcut from request view...Aldo Cortesi2012-08-192-3/+19
* Command-line options for header setting.Aldo Cortesi2012-08-191-0/+4
* Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in mitmpro...Aldo Cortesi2012-08-182-6/+24
* Use the new ODict get_first convenience function in a bunch of places.Aldo Cortesi2012-08-182-12/+10
* Further content view cleaups.Aldo Cortesi2012-08-181-9/+28
* Send tracebacks from content viewers to event log.Aldo Cortesi2012-08-182-3/+4
* Further simplifcation and testing of contentviews.Aldo Cortesi2012-08-182-27/+16
* Huge cleanup of content viewers.Aldo Cortesi2012-08-183-295/+301
* Optional AMF decoding supportSahn Lam2012-08-172-2/+30
* Add an HTML text outline view.Aldo Cortesi2012-08-181-3/+20
* Stop server playback after current playback buffer is exhausted.Aldo Cortesi2012-08-182-2/+2
* Server replay from current buffer.Aldo Cortesi2012-08-181-0/+44
* Return from Flow View behaviourRob Wills2012-08-021-1/+5
* Press "F" to FollowRob Wills2012-08-012-0/+16
* 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
* Protect against exceptions thrown by third-party view libraries.Aldo Cortesi2012-07-061-7/+6
* mitmproxy: "W" shortcut key streams flows to file as responses arrive.Aldo Cortesi2012-07-062-6/+38
* Amalgamte saving "this flow" and "all flows" into a single keyboard shortcut.Aldo Cortesi2012-07-061-11/+24
* Fix error when viewing extended details of SSL flow.Aldo Cortesi2012-07-061-1/+1