Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | console: add a -l flag to set the limit on startup | Aldo Cortesi | 2015-04-15 | 2 | -0/+10 | |
| | ||||||
* | Editor for request cookies | Aldo Cortesi | 2015-04-15 | 2 | -21/+53 | |
| | ||||||
* | Housekeeping and cleanups | Aldo Cortesi | 2015-04-14 | 2 | -5/+7 | |
| | | | | | | | | - No output to stdout on load in examples - they muck up the test suite. - Use the odict module directly, rather than aliasing it. The small convenience this gives to scripters is not worth it. - Move the cookie tests from the flow test module to the protocol_http test module. | |||||
* | console: add g/G shortcuts throughout | Aldo Cortesi | 2015-04-07 | 4 | -7/+18 | |
| | | | | | g: go to end G: go to beginning | |||||
* | Refactor flow list state management | Aldo Cortesi | 2015-04-07 | 7 | -48/+28 | |
| | | | | | - Use signal mechanism for state synchronisation - Move "Copy to clipboard" shortcut to "P" | |||||
* | consone: don't enter Options if it's already open | Aldo Cortesi | 2015-04-07 | 1 | -0/+3 | |
| | ||||||
* | console: tune palettes a bit | Aldo Cortesi | 2015-04-07 | 1 | -6/+14 | |
| | ||||||
* | console: toggle palette transparency from options, indicate selected palette | Aldo Cortesi | 2015-04-07 | 1 | -2/+24 | |
| | ||||||
* | console: All palettes now explicitly set a background colour | Aldo Cortesi | 2015-04-07 | 3 | -16/+47 | |
| | | | | | There's a new option --palette-transparent to turn this off if you want to use your own terminal background. | |||||
* | console: palette picker for the options screen | Aldo Cortesi | 2015-04-07 | 6 | -13/+119 | |
| | ||||||
* | 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 | |
| | | | | SetHeaders first... | |||||
* | 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 | |
| | | | | | | | - Fix a crash when connection timestamps don't exist yet - Fix display of response timestamps - Get rid of those colossal ternaries. I want a device that pokes people in the eye every time they try to use a ternary operator. | |||||
* | 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 | |||||
| * | [#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 ↵ | Marcelo Glezer | 2015-03-25 | 1 | -0/+2 | |
| | | | | | | | | (fixed now too) | |||||
* | | fix #535 now works with both cases: using -c from command line and pressing ↵ | Marcelo Glezer | 2015-03-25 | 1 | -0/+2 | |
| | | | | | | | | c in the ui | |||||
* | | 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 | |
| | |