Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed unused parameter | Maximilian Hils | 2016-02-08 | 1 | -2/+0 |
| | |||||
* | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 1 | -1/+2 |
| | |||||
* | Copy as raw request | Shadab Zafar | 2016-01-13 | 1 | -0/+1 |
| | | | | | | Issue #807 I am not entirely sure what needs to be returned in this case. | ||||
* | Export/Copy request as python code | Shadab Zafar | 2016-01-13 | 1 | -1/+2 |
| | | | | | | | | | Press E followed by p to copy code to clipboard. The code uses the python requests module. Only GET methods are currently supported, but can easily be extended to POST etc. | ||||
* | refactored export as curl to be 'E' to export and 'c' to as curl command | Marcelo Glezer | 2016-01-13 | 1 | -4/+12 |
| | |||||
* | Add copy as curl command | Ryan Welton | 2016-01-13 | 1 | -0/+3 |
| | |||||
* | fix #842 | Maximilian Hils | 2015-11-26 | 1 | -3/+20 |
| | |||||
* | Refresh flowview instead of reopen the same flowview | Choongwoo Han | 2015-10-08 | 1 | -4/+2 |
| | |||||
* | Prevent flowview from creating duplicated windows | Choongwoo Han | 2015-10-04 | 1 | -0/+2 |
| | |||||
* | adjust to netlib response changes + docs | Maximilian Hils | 2015-09-26 | 1 | -3/+3 |
| | |||||
* | don't cache changed messages, fix #777 | Maximilian Hils | 2015-09-19 | 1 | -2/+3 |
| | |||||
* | code -> status_code, httpversion -> http_version | Maximilian Hils | 2015-09-17 | 1 | -3/+3 |
| | |||||
* | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | simplify contentview api | Maximilian Hils | 2015-09-12 | 1 | -23/+35 |
| | |||||
* | content view: fix fallback | Maximilian Hils | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | fix bugs | Maximilian Hils | 2015-09-11 | 1 | -6/+6 |
| | |||||
* | completely remove console from contentviews | Maximilian Hils | 2015-09-11 | 1 | -3/+18 |
| | |||||
* | Merge branch 'master' into contentviews | Maximilian Hils | 2015-09-11 | 1 | -10/+9 |
|\ | |||||
| * | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 1 | -10/+9 |
| | | |||||
* | | fix circular imports | Maximilian Hils | 2015-09-02 | 1 | -1/+2 |
| | | |||||
* | | PR #700 | Chris Czub | 2015-09-02 | 1 | -2/+2 |
|/ | | | | | Start moving the contentview up a level Started shifting the contentview class up to libmproxy | ||||
* | move files around | Maximilian Hils | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | move code to netlib and implement protocols | Thomas Kriechbaumer | 2015-07-30 | 1 | -1/+4 |
| | |||||
* | console: convert add_event to a signal. | Aldo Cortesi | 2015-06-02 | 1 | -1/+0 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -50/+51 |
| | |||||
* | console: suport unary attributes | Aldo Cortesi | 2015-04-17 | 1 | -17/+4 |
| | | | | | | | | | Attributes with no value are treated as unary, e.g. "Secure" rather than "Secure=". If you really want to have an empty attribute value you can edit the header directly. Behind the scenes, restructure GridEditor to know about data conversion in and out of the editor. | ||||
* | console: first pass of a Set-cookie editor for responses | Aldo Cortesi | 2015-04-16 | 1 | -2/+27 |
| | |||||
* | Editor for request cookies | Aldo Cortesi | 2015-04-15 | 1 | -21/+47 |
| | |||||
* | Housekeeping and cleanups | Aldo Cortesi | 2015-04-14 | 1 | -4/+5 |
| | | | | | | | | - 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. | ||||
* | Refactor flow list state management | Aldo Cortesi | 2015-04-07 | 1 | -2/+2 |
| | | | | | - Use signal mechanism for state synchronisation - Move "Copy to clipboard" shortcut to "P" | ||||
* | Next/previous tab keybindings | Aldo Cortesi | 2015-04-01 | 1 | -0/+1 |
| | |||||
* | console: improve handling of help contexts, fix key bindings in flow views | Aldo Cortesi | 2015-04-01 | 1 | -9/+5 |
| | |||||
* | Disable keystrokes requiring a request/response on details page | Aldo Cortesi | 2015-03-30 | 1 | -85/+95 |
| | |||||
* | Add flow detail view as a tab in the flow view | Aldo Cortesi | 2015-03-29 | 1 | -4/+7 |
| | |||||
* | console: add a tabs widget, and use it for flowview. | Aldo Cortesi | 2015-03-29 | 1 | -75/+49 |
| | |||||
* | 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 |
| | |||||
* | Keep record of last search term | Aldo Cortesi | 2015-03-29 | 1 | -1/+2 |
| | |||||
* | Beginning of a simpler and more flexible search implementation | Aldo Cortesi | 2015-03-29 | 1 | -265/+5 |
| | |||||
* | 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 | 1 | -12/+3 |
| | |||||
* | 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 | 1 | -7/+5 |
| | |||||
* | Remove refresh_flow mechanism in favor of a signal-based implementation | Aldo Cortesi | 2015-03-22 | 1 | -27/+33 |
| | |||||
* | Simplify the way in which path prompts keep state | Aldo Cortesi | 2015-03-22 | 1 | -2/+0 |
| | | | | | | In the past, we kept the last path the user specified for a number of different path types to pre-seed the path prompt. Now, we no longer distinguish between types, and pre-seed with the last used directory regardless. | ||||
* | Rationalise prompt calling conventions | Aldo Cortesi | 2015-03-22 | 1 | -9/+9 |
| | |||||
* | Refactor status bar prompting to use signal system | Aldo Cortesi | 2015-03-22 | 1 | -42/+67 |
| | |||||
* | Add blinker dependency, start using it to refactor console app | Aldo Cortesi | 2015-03-21 | 1 | -12/+12 |
| | | | | | Blinker lets us set up a central pub/sub mechanism to disentangle our object structure. | ||||
* | Remove compatibility shim used to interop with older versions of Urwid | Aldo Cortesi | 2015-03-13 | 1 | -9/+9 |
| |