| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Refactor flow list state management | Aldo Cortesi | 2015-04-07 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | 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 |
* | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 1 | -7/+7 |
* | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-04 | 1 | -2/+2 |
|\ |
|
| * | fix some leftovers | Maximilian Hils | 2014-09-04 | 1 | -2/+2 |