| Commit message (Expand) | Author | Age | Files | Lines |
* | console: factor out selection widget | Aldo Cortesi | 2015-04-06 | 2 | -130/+133 |
* | console: sticky cookies and auth to options screen | Aldo Cortesi | 2015-04-06 | 3 | -17/+25 |
* | console: TCP proxy patterns to new options screen | Aldo Cortesi | 2015-04-06 | 4 | -14/+17 |
* | console: default display mode to new options screen | Aldo Cortesi | 2015-04-06 | 3 | -57/+14 |
* | console: scripts to new options screen | Aldo Cortesi | 2015-04-06 | 4 | -10/+14 |
* | console: replacement patterns to new option screen | Aldo Cortesi | 2015-04-06 | 3 | -10/+16 |
* | console: ignore patterns to new options screen. | Aldo Cortesi | 2015-04-06 | 4 | -15/+17 |
* | Add headings to options, start migrating more options into options screen | Aldo Cortesi | 2015-04-06 | 3 | -32/+86 |
* | Minimal help context for options | Aldo Cortesi | 2015-04-03 | 2 | -5/+14 |
* | console: tune and re-enable palettes | Aldo Cortesi | 2015-04-03 | 1 | -20/+26 |
* | Don't list all options shortcuts in help | Aldo Cortesi | 2015-04-03 | 1 | -26/+1 |
* | console: C to clear all options, correct footer in options screen | Aldo Cortesi | 2015-04-03 | 2 | -4/+28 |
* | console: keyboard shortcuts for options | Aldo Cortesi | 2015-04-03 | 3 | -15/+43 |
* | console: basic options page | Aldo Cortesi | 2015-04-03 | 4 | -37/+188 |
* | console: fix a crash that sometimes occurs when setting a limit | Aldo Cortesi | 2015-04-01 | 1 | -0/+2 |
* | Next/previous tab keybindings | Aldo Cortesi | 2015-04-01 | 2 | -1/+5 |
* | console: improve handling of help contexts, fix key bindings in flow views | Aldo Cortesi | 2015-04-01 | 5 | -37/+36 |
* | console: fix body scrolling | Aldo Cortesi | 2015-03-31 | 2 | -1/+2 |
* | Fix timestamps in detail view | Aldo Cortesi | 2015-03-31 | 1 | -10/+64 |
* | Disable keystrokes requiring a request/response on details page | Aldo Cortesi | 2015-03-30 | 1 | -85/+95 |
* | Update statusbar when flow list is cleared. | Aldo Cortesi | 2015-03-30 | 1 | -0/+1 |
* | Add flow detail view as a tab in the flow view | Aldo Cortesi | 2015-03-29 | 5 | -111/+95 |
* | console: add a tabs widget, and use it for flowview. | Aldo Cortesi | 2015-03-29 | 3 | -79/+87 |
* | Simplify content generation in flow view | Aldo Cortesi | 2015-03-29 | 1 | -64/+40 |
* | console: simplify view modes. | Aldo Cortesi | 2015-03-29 | 1 | -20/+15 |
* | Seems more natural to re-prompt for search every time | Aldo Cortesi | 2015-03-29 | 1 | -1/+1 |
* | Keep record of last search term | Aldo Cortesi | 2015-03-29 | 3 | -6/+11 |
* | Fix search wrap-around offsets. | Aldo Cortesi | 2015-03-29 | 1 | -2/+1 |
* | Beginning of a simpler and more flexible search implementation | Aldo Cortesi | 2015-03-29 | 2 | -265/+88 |
* | Merge pull request #515 from krzysiekbielicki/master | Maximilian Hils | 2015-03-26 | 1 | -22/+2 |
|\ |
|
| * | [#514] Add support for ignoring payload params in multipart/form-data | Krzysztof Bielicki | 2015-03-10 | 1 | -22/+2 |
* | | fix #535 server replay was failing from ui but working from command line (fix... | Marcelo Glezer | 2015-03-25 | 1 | -0/+2 |
* | | fix #535 now works with both cases: using -c from command line and pressing c... | Marcelo Glezer | 2015-03-25 | 1 | -0/+2 |
* | | fixed exception in mitmproxy -c fix #535 | Marcelo Glezer | 2015-03-25 | 1 | -1/+1 |
* | | handles UnicodeDecodeError | Marcelo Glezer | 2015-03-23 | 1 | -1/+1 |
* | | Unwind twisty maze of cache layers. Holy confusing, Batman. | Aldo Cortesi | 2015-03-22 | 1 | -35/+22 |
* | | Replace far-too-clever decorator LRU cache with something simpler | Aldo Cortesi | 2015-03-22 | 2 | -18/+6 |
* | | Whitespace, indentation, formatting | Aldo Cortesi | 2015-03-22 | 1 | -26/+102 |
* | | Trigger flow change when flow elements are edited | Aldo Cortesi | 2015-03-22 | 1 | -2/+18 |
* | | console: signal-based view stack, unifying mechanisms for help, flow views, etc. | Aldo Cortesi | 2015-03-22 | 7 | -38/+35 |
* | | console: refactor the way we keep global view state | Aldo Cortesi | 2015-03-22 | 5 | -66/+60 |
* | | Remove refresh_flow mechanism in favor of a signal-based implementation | Aldo Cortesi | 2015-03-22 | 3 | -41/+43 |
* | | console: observe state objects for changes, fire event to update status bar. | Aldo Cortesi | 2015-03-22 | 3 | -0/+16 |
* | | Simplify the way in which path prompts keep state | Aldo Cortesi | 2015-03-22 | 7 | -26/+16 |
* | | Rationalise prompt calling conventions | Aldo Cortesi | 2015-03-22 | 7 | -52/+46 |
* | | Refactor status bar prompting to use signal system | Aldo Cortesi | 2015-03-22 | 8 | -330/+381 |
* | | Status bar message expiry based on signals and Urwid main loop | Aldo Cortesi | 2015-03-21 | 4 | -9/+23 |
* | | Add blinker dependency, start using it to refactor console app | Aldo Cortesi | 2015-03-21 | 8 | -51/+49 |
* | | Add window.py import missed in refactoring | Aldo Cortesi | 2015-03-20 | 1 | -0/+1 |
* | | console: pull primary window frame management out into window.py | Aldo Cortesi | 2015-03-20 | 3 | -148/+157 |