Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | added support for creating new requests. still wip (not working for https) | Marcelo Glezer | 2015-02-10 | 1 | -12/+2 |
| | |||||
* | remove leftovers | Maximilian Hils | 2015-02-07 | 1 | -1/+0 |
| | |||||
* | make copy context-sensitive | Maximilian Hils | 2015-02-07 | 1 | -24/+5 |
| | |||||
* | improve clipboard UX | Maximilian Hils | 2015-02-06 | 1 | -16/+4 |
| | |||||
* | Merge remote-tracking branch 'tekii/feature-334' | Maximilian Hils | 2015-02-06 | 1 | -27/+41 |
|\ | |||||
| * | added copy to clipboard support for url | Marcelo Glezer | 2015-02-05 | 1 | -1/+2 |
| | | |||||
| * | added support for copying request (content|header) to clipboard | Marcelo Glezer | 2015-02-05 | 1 | -1/+14 |
| | | |||||
| * | used save_body from common when b key is pressed | Marcelo Glezer | 2015-02-05 | 1 | -27/+14 |
| | | |||||
| * | added support for saving file if content is binary. still wip | Marcelo Glezer | 2015-02-05 | 1 | -1/+2 |
| | | |||||
| * | extracted server_copy_response to common | Marcelo Glezer | 2015-02-05 | 1 | -20/+4 |
| | | |||||
| * | removed pyperclip hard dependencies | Marcelo Glezer | 2015-02-05 | 1 | -11/+17 |
| | | |||||
| * | used get_decoded_content and removed decode call from headers as max suggested | Marcelo Glezer | 2015-02-05 | 1 | -2/+2 |
| | | |||||
| * | added copy functionality to flowview too | Marcelo Glezer | 2015-02-05 | 1 | -1/+23 |
| | | |||||
* | | fix #459 | Maximilian Hils | 2015-02-05 | 1 | -4/+5 |
|/ | |||||
* | web: CSP, revert functionality, serve content | Maximilian Hils | 2014-12-25 | 1 | -1/+0 |
| | |||||
* | fix gzipped body edit | Maximilian Hils | 2014-12-23 | 1 | -15/+20 |
| | |||||
* | web: intercept feature | Maximilian Hils | 2014-12-23 | 1 | -3/+3 |
| | |||||
* | fix HTTPResponse creation | Maximilian Hils | 2014-12-04 | 1 | -2/+1 |
| | |||||
* | fix clear key | Maximilian Hils | 2014-11-10 | 1 | -4/+5 |
| | |||||
* | Using uppercase C to 'clear' display mode, because lowercase 'c' is used for css | Lucas Cimon | 2014-11-07 | 1 | -6/+5 |
| | |||||
* | fix #361 | Maximilian Hils | 2014-09-18 | 1 | -6/+3 |
| |