Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor pretty view forcing somewhat. | Aldo Cortesi | 2012-03-20 | 1 | -8/+15 |
| | | | | | | | - Use a lookup table of content types -> view modes. - Add a urlencoded forcing. Remove "html" - at the moment it's the same as "xmlish". - Display type when forced. | ||||
* | Allow a flow view's pretty-printed body type auto-detection to be overridden ↵ | Ulrich Petri | 2012-03-19 | 1 | -0/+13 |
| | | | | by the user | ||||
* | Introduce a cache for flow list entries. | Aldo Cortesi | 2012-02-27 | 1 | -25/+58 |
| | | | | This gives a big boost to scroll performance for the flow list. | ||||
* | Make return arrow match return code color. | Aldo Cortesi | 2012-02-24 | 1 | -3/+5 |
| | | | | Suggested by Jim Cheetham <jim.cheetham@otago.ac.nz> | ||||
* | License notifications, minor docs. | Aldo Cortesi | 2012-02-23 | 1 | -0/+15 |
| | |||||
* | Fall-back for non-unicode terminals. | Aldo Cortesi | 2012-02-23 | 1 | -5/+10 |
| | |||||
* | Documentation and screenshots. | Aldo Cortesi | 2012-02-22 | 1 | -2/+4 |
| | |||||
* | Add API for duplicating flows. | Aldo Cortesi | 2012-02-18 | 1 | -14/+14 |
| | |||||
* | Repair unit tests. | Aldo Cortesi | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | Fix a problem in deserialization of flows with errors. | Aldo Cortesi | 2012-02-18 | 1 | -1/+0 |
| | |||||
* | Jazz up flow display | Aldo Cortesi | 2012-02-18 | 1 | -12/+25 |
| | | | | | | - Indicate interception by coloring text, rather than adding an exclamation mark. - Use unicode symbol to indicate replay and for the response indicator arrow. | ||||
* | Refactor the way we display flows. | Aldo Cortesi | 2012-02-18 | 1 | -39/+59 |
| | | | | | Use columns to make spacing nicer, and to ensure that long URLs don't bugger up formatting when they spill into the next line. | ||||
* | Better formatting for headers, help and other key-value displays. | Aldo Cortesi | 2012-02-11 | 1 | -17/+17 |
| | | | | We now use proper Columns, rather than laying it out manually. | ||||
* | Revamp the way request and response bodies are displayed. | Aldo Cortesi | 2012-02-11 | 1 | -10/+10 |
| | |||||
* | Refactor console. | Aldo Cortesi | 2012-02-07 | 1 | -0/+148 |
Split the console implementation out into logical components. |