| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to single quotes | Ryan Welton | 2016-01-13 | 1 | -2/+2 |
* | Add copy as curl command | Ryan Welton | 2016-01-13 | 1 | -17/+42 |
* | fix copy to clipboard command when copying content | Marcelo Glezer | 2015-11-05 | 1 | -2/+2 |
* | Use ctrl+f and ctrl+b to scroll a page | gecko655 | 2015-10-30 | 1 | -0/+4 |
* | adjust to netlib request changes + docs | Maximilian Hils | 2015-09-26 | 1 | -1/+1 |
* | code -> status_code, httpversion -> http_version | Maximilian Hils | 2015-09-17 | 1 | -2/+2 |
* | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 1 | -1/+1 |
* | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 1 | -2/+2 |
* | move files around | Maximilian Hils | 2015-08-30 | 1 | -1/+1 |
* | attach application protocol to connection | Thomas Kriechbaumer | 2015-07-30 | 1 | -2/+2 |
* | move code to netlib and implement protocols | Thomas Kriechbaumer | 2015-07-30 | 1 | -7/+10 |
* | Moved marking from flow to console | Jake Drahos | 2015-06-11 | 1 | -2/+3 |
* | Changed mark symbol | Jake Drahos | 2015-06-11 | 1 | -2/+2 |
* | Changed symbols and colors | Jake Drahos | 2015-06-11 | 1 | -1/+2 |
* | Implemented basic marking of flows | Jake Drahos | 2015-06-11 | 1 | -0/+7 |
* | fix #607 fix message | Marcelo Glezer | 2015-06-05 | 1 | -1/+2 |
* | fix #607 decode data before sending it to pyperclip | Marcelo Glezer | 2015-06-05 | 1 | -1/+8 |
* | console: convert add_event to a signal. | Aldo Cortesi | 2015-06-02 | 1 | -1/+0 |
* | fixes #604 catch method not found for handling pyperclip not found | Marcelo Glezer | 2015-06-01 | 1 | -2/+2 |
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -3/+3 |
* | pretty_size now lives in netlib.utils | Aldo Cortesi | 2015-04-30 | 1 | -1/+2 |
* | make code more pythonic | Maximilian Hils | 2015-04-26 | 1 | -8/+11 |
* | Merge remote-tracking branch 'tunz/crash1' | Maximilian Hils | 2015-04-26 | 1 | -4/+11 |
|\ |
|
| * | Fix crash when save to clipboard before loading | Choongwoo Han | 2015-04-23 | 1 | -4/+11 |
* | | Check overwrite, when save to file instaed of clipboard | Choongwoo Han | 2015-04-23 | 1 | -2/+20 |
|/ |
|
* | console: first pass of a Set-cookie editor for responses | Aldo Cortesi | 2015-04-16 | 1 | -14/+20 |
* | console: keyboard shortcuts for options | Aldo Cortesi | 2015-04-03 | 1 | -5/+5 |
* | handles UnicodeDecodeError | Marcelo Glezer | 2015-03-23 | 1 | -1/+1 |
* | Replace far-too-clever decorator LRU cache with something simpler | Aldo Cortesi | 2015-03-22 | 1 | -6/+3 |
* | console: signal-based view stack, unifying mechanisms for help, flow views, etc. | Aldo Cortesi | 2015-03-22 | 1 | -3/+0 |
* | 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 | -4/+4 |
* | Refactor status bar prompting to use signal system | Aldo Cortesi | 2015-03-22 | 1 | -27/+19 |
* | Add blinker dependency, start using it to refactor console app | Aldo Cortesi | 2015-03-21 | 1 | -5/+6 |
* | Fix general prompt input. | Aldo Cortesi | 2015-03-20 | 1 | -0/+8 |
* | Indentation, style, whitespace | Aldo Cortesi | 2015-03-13 | 1 | -5/+18 |
* | Remove compatibility shim used to interop with older versions of Urwid | Aldo Cortesi | 2015-03-13 | 1 | -22/+0 |
* | Formatting and whitespace | Aldo Cortesi | 2015-03-13 | 1 | -7/+8 |
* | changes requested by @mhils | Marcelo Glezer | 2015-03-01 | 1 | -9/+2 |
* | added to flowlist / flowdetail time elapsed between request sent and response... | Marcelo Glezer | 2015-02-26 | 1 | -1/+6 |
* | added support for creating new requests. still wip (not working for https) | Marcelo Glezer | 2015-02-10 | 1 | -0/+11 |
* | make copy context-sensitive | Maximilian Hils | 2015-02-07 | 1 | -40/+82 |
* | improve clipboard UX | Maximilian Hils | 2015-02-06 | 1 | -62/+79 |
* | removed str() cast and changed 'failed copy trying save instead' message | Marcelo Glezer | 2015-02-06 | 1 | -2/+2 |
* | save_flow now uses with, and pyperclip requirement updated to 1.5.8 | Marcelo Glezer | 2015-02-06 | 1 | -3/+2 |
* | added copy to clipboard support for url | Marcelo Glezer | 2015-02-05 | 1 | -0/+5 |
* | added support for 'b' key in flowlist | Marcelo Glezer | 2015-02-05 | 1 | -0/+28 |
* | added support for copying request (content|header) to clipboard | Marcelo Glezer | 2015-02-05 | 1 | -7/+6 |
* | used save_body from common when b key is pressed | Marcelo Glezer | 2015-02-05 | 1 | -4/+4 |
* | added support for saving file if content is binary. still wip | Marcelo Glezer | 2015-02-05 | 1 | -4/+40 |