aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix app in mitmproxy console, update to bootstrap 3.Aldo Cortesi2014-01-031-17/+23
|/
* Small workaround to make mitmproxy work again.Aldo Cortesi2013-12-091-2/+2
* add option to expose webapp externally, remove distinct ip settingMaximilian Hils2013-08-181-1/+1
* Merge branch 'master' into 0.10Maximilian Hils2013-08-171-42/+33
|\
| * Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-15/+0
| * Repair minor user interface issue that caused brief flashes of duplicate flow...Aldo Cortesi2013-07-291-0/+2
| * Fix startup with no state.Aldo Cortesi2013-07-281-1/+4
| * Some refactoring of the console inteface.Aldo Cortesi2013-07-281-28/+23
| * Move app instantiation out of proxy.py.Aldo Cortesi2013-07-241-0/+6
* | Merge remote-tracking branch 'origin/scripts_improvements' into 0.10Maximilian Hils2013-06-161-1/+1
|\ \ | |/ |/|
| * add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-131-1/+1
* | always read files in binary modeMaximilian Hils2013-06-161-2/+2
|/
* Massage content-type before sending it to mime detectionAldo Cortesi2013-06-091-0/+1
* Add the --host option, which uses the value in the Host header for dispaly URLs.Aldo Cortesi2013-03-171-0/+9
* Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-141-1/+1
* Remove __slots__ to make it possible to inherit from Options classes.Aldo Cortesi2013-03-031-2/+2
* Revert "show current filepath in status bar"Aldo Cortesi2013-03-031-3/+0
* Significantly refactor the master/slave message passing interface.Aldo Cortesi2013-02-171-3/+3
* 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-221-9/+17
|/
* Urwid 1.1 compatibility.Aldo Cortesi2012-10-291-2/+2
* Improve error reporting for one-shot scripts.Aldo Cortesi2012-10-111-4/+15
* Fix a crash when re-editing a path prompt after an error.Aldo Cortesi2012-08-311-0/+1
* Add a shortcut to header editor to add standard User-Agent strings.Aldo Cortesi2012-08-311-1/+1
* 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-181-6/+13
* Further simplifcation and testing of contentviews.Aldo Cortesi2012-08-181-1/+1
* Huge cleanup of content viewers.Aldo Cortesi2012-08-181-5/+5
* 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