aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console
Commit message (Collapse)AuthorAgeFilesLines
* Add a snippet to GridEditor help text explaining that we're using escaped ↵Aldo Cortesi2012-08-251-0/+8
| | | | strings.
* Add a "R" shortcut to GridEditor, letting the user read unescaped data from ↵Aldo Cortesi2012-08-251-11/+15
| | | | file.
* Do away with explicit encodings, and display an error message for invalid ↵Aldo Cortesi2012-08-251-15/+12
| | | | values.
* 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 ↵Aldo Cortesi2012-08-192-3/+19
| | | | view screen).
* Command-line options for header setting.Aldo Cortesi2012-08-191-0/+4
|
* Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in ↵Aldo Cortesi2012-08-182-6/+24
| | | | | | | mitmproxy (H shortcut). SetHeaders defines headers that are set on flows, based on a matching pattern. Existing headers are over-ridden.
* 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
| | | | Also, 100% test coverage for content viewers.
* 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
| | | | If PyAMF is installed, enable AMF decoding.
* Add an HTML text outline view.Aldo Cortesi2012-08-181-3/+20
| | | | | | Uses html2text, from here: https://github.com/aaronsw/html2text
* 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
| | | | Following focus trumps the re-focusing the "current" (or just-viewed) flow.
* Press "F" to FollowRob Wills2012-08-012-0/+16
| | | | | | | | | | | | Following of the flow list - ConsoleState now has a follow_focus property -- when True it will cause focus to follow added flows - ConsoleMaster implements toggle_follow_flows() -- when enabling follow, also jumps to most recent flow - StatusBar reports follow_focus state -- adds "following" to option list when true - Added "F" to FlowList keys -- implementation requests ConsoleMaster to toggle_follow_flows()
* 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
| | | | | | We load as far as possible. mitmproxy will only terminate if it was not able to recover any flows. mitmdump will stop loading as soon as an error is encountered, but not exit with an error.
* 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
| | | | | The -w options in mitmdump and mitproxy should do the same thing. Append can have unexpected consequences if the existing file is not a mitmdump.
* 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
|
* Firm up handling of Unicode dataAldo Cortesi2012-07-051-1/+11
| | | | | - Modify GridEditor to know about the destination encoding of data - Ensure that get_url always returns ASCII
* Make upstream-cert the default. There's now a --no-upstream-cert option to ↵Aldo Cortesi2012-07-031-4/+4
| | | | turn it off.
* Merge pull request #48 from afh/pull/palette-optionAldo Cortesi2012-07-012-15/+19
|\ | | | | Pull/palette option
| * Improve palette colors for headingsAlexis Hildebrandt2012-07-011-4/+4
| |
| * Add --palette option to select color paletteAlexis Hildebrandt2012-07-012-11/+15
| |
* | Beef up logging substantially.Aldo Cortesi2012-07-011-0/+4
|/
* Update title palette colors for light backgroundsAlexis Hildebrandt2012-06-291-2/+2
|
* Add palettes for Solarized terminal color profilesAlexis Hildebrandt2012-06-291-0/+95
|
* Add light palette for light backgroundsAlexis Hildebrandt2012-06-291-0/+50
|
* Replace double quotes with single quotesAlexis Hildebrandt2012-06-291-6/+6
|
* Nose mopup: docs, no cover pragmas, a few missing path specs.Aldo Cortesi2012-06-091-5/+4
|
* Add unit tests for console/help.pyAldo Cortesi2012-06-031-12/+13
|
* Fix a traceback that sometimes occurred when an invalid limit was entered.Aldo Cortesi2012-06-021-7/+7
|
* Fix crash when adding a Response when none existed before.Aldo Cortesi2012-05-241-1/+1
|
* Add interface to mark content missing, and extend UI to indicate when ↵Aldo Cortesi2012-05-162-4/+37
| | | | content is missing.
* Minor cruft removal.Aldo Cortesi2012-04-093-4/+3
|
* Minor name refactoring, make flow list refresh after limit is applied.Aldo Cortesi2012-04-092-14/+13
|
* Add an index counter to status bar.Aldo Cortesi2012-04-092-3/+10
|