| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a snippet to GridEditor help text explaining that we're using escaped str... | Aldo Cortesi | 2012-08-25 | 1 | -0/+8 |
* | Add a "R" shortcut to GridEditor, letting the user read unescaped data from f... | Aldo Cortesi | 2012-08-25 | 1 | -11/+15 |
* | Do away with explicit encodings, and display an error message for invalid val... | Aldo Cortesi | 2012-08-25 | 1 | -15/+12 |
* | Use Python-style escaped strings in GridEditor. | Aldo Cortesi | 2012-08-25 | 1 | -14/+17 |
* | Add an "r" shortcut in grid editors to read value from file. | Aldo Cortesi | 2012-08-25 | 1 | -4/+23 |
* | Add a graphical editor for path components (e -> p shortcut from request view... | Aldo Cortesi | 2012-08-19 | 2 | -3/+19 |
* | Command-line options for header setting. | Aldo Cortesi | 2012-08-19 | 1 | -0/+4 |
* | Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in mitmpro... | Aldo Cortesi | 2012-08-18 | 2 | -6/+24 |
* | Use the new ODict get_first convenience function in a bunch of places. | Aldo Cortesi | 2012-08-18 | 2 | -12/+10 |
* | Further content view cleaups. | Aldo Cortesi | 2012-08-18 | 1 | -9/+28 |
* | Send tracebacks from content viewers to event log. | Aldo Cortesi | 2012-08-18 | 2 | -3/+4 |
* | Further simplifcation and testing of contentviews. | Aldo Cortesi | 2012-08-18 | 2 | -27/+16 |
* | Huge cleanup of content viewers. | Aldo Cortesi | 2012-08-18 | 3 | -295/+301 |
* | Optional AMF decoding support | Sahn Lam | 2012-08-17 | 2 | -2/+30 |
* | Add an HTML text outline view. | Aldo Cortesi | 2012-08-18 | 1 | -3/+20 |
* | Stop server playback after current playback buffer is exhausted. | Aldo Cortesi | 2012-08-18 | 2 | -2/+2 |
* | Server replay from current buffer. | Aldo Cortesi | 2012-08-18 | 1 | -0/+44 |
* | Return from Flow View behaviour | Rob Wills | 2012-08-02 | 1 | -1/+5 |
* | Press "F" to Follow | Rob Wills | 2012-08-01 | 2 | -0/+16 |
* | Prevent mitmproxy from treating logged info as urwid markup. | Aldo Cortesi | 2012-07-27 | 1 | -2/+2 |
* | Fix mitmproxy file reading. | Aldo Cortesi | 2012-07-27 | 1 | -1/+1 |
* | Be more tolerant of corrupted or truncated flows. | Aldo Cortesi | 2012-07-24 | 1 | -2/+6 |
* | fix -r option, read file in binary mode | Maximilian Hils | 2012-07-24 | 1 | -1/+1 |
* | Jump back to correct flow when limit is applied. | Aldo Cortesi | 2012-07-14 | 1 | -1/+1 |
* | Make mitmproxy "W" over-write, not append. | Aldo Cortesi | 2012-07-09 | 1 | -1/+1 |
* | Use FlowMaster streaming for "W" in mitmproxy. | Aldo Cortesi | 2012-07-09 | 1 | -10/+2 |
* | Add streaming to FlowMaster | Aldo Cortesi | 2012-07-09 | 1 | -1/+1 |
* | Add a domain match filter (~d regex) | Aldo Cortesi | 2012-07-06 | 1 | -2/+2 |
* | Protect against exceptions thrown by third-party view libraries. | Aldo Cortesi | 2012-07-06 | 1 | -7/+6 |
* | mitmproxy: "W" shortcut key streams flows to file as responses arrive. | Aldo Cortesi | 2012-07-06 | 2 | -6/+38 |
* | Amalgamte saving "this flow" and "all flows" into a single keyboard shortcut. | Aldo Cortesi | 2012-07-06 | 1 | -11/+24 |
* | Fix error when viewing extended details of SSL flow. | Aldo Cortesi | 2012-07-06 | 1 | -1/+1 |
* | Firm up handling of Unicode data | Aldo Cortesi | 2012-07-05 | 1 | -1/+11 |
* | Make upstream-cert the default. There's now a --no-upstream-cert option to tu... | Aldo Cortesi | 2012-07-03 | 1 | -4/+4 |
* | Merge pull request #48 from afh/pull/palette-option | Aldo Cortesi | 2012-07-01 | 2 | -15/+19 |
|\ |
|
| * | Improve palette colors for headings | Alexis Hildebrandt | 2012-07-01 | 1 | -4/+4 |
| * | Add --palette option to select color palette | Alexis Hildebrandt | 2012-07-01 | 2 | -11/+15 |
* | | Beef up logging substantially. | Aldo Cortesi | 2012-07-01 | 1 | -0/+4 |
|/ |
|
* | Update title palette colors for light backgrounds | Alexis Hildebrandt | 2012-06-29 | 1 | -2/+2 |
* | Add palettes for Solarized terminal color profiles | Alexis Hildebrandt | 2012-06-29 | 1 | -0/+95 |
* | Add light palette for light backgrounds | Alexis Hildebrandt | 2012-06-29 | 1 | -0/+50 |
* | Replace double quotes with single quotes | Alexis Hildebrandt | 2012-06-29 | 1 | -6/+6 |
* | Nose mopup: docs, no cover pragmas, a few missing path specs. | Aldo Cortesi | 2012-06-09 | 1 | -5/+4 |
* | Add unit tests for console/help.py | Aldo Cortesi | 2012-06-03 | 1 | -12/+13 |
* | Fix a traceback that sometimes occurred when an invalid limit was entered. | Aldo Cortesi | 2012-06-02 | 1 | -7/+7 |
* | Fix crash when adding a Response when none existed before. | Aldo Cortesi | 2012-05-24 | 1 | -1/+1 |
* | Add interface to mark content missing, and extend UI to indicate when content... | Aldo Cortesi | 2012-05-16 | 2 | -4/+37 |
* | Minor cruft removal. | Aldo Cortesi | 2012-04-09 | 3 | -4/+3 |
* | Minor name refactoring, make flow list refresh after limit is applied. | Aldo Cortesi | 2012-04-09 | 2 | -14/+13 |
* | Add an index counter to status bar. | Aldo Cortesi | 2012-04-09 | 2 | -3/+10 |