Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add timestamps to flows. | Aldo Cortesi | 2011-02-03 | 3 | -1/+14 |
| | | | | | For now, these are only displayed on the connection view screen, with second granularity. | ||||
* | Test suite rejiggering and cleanup. | Aldo Cortesi | 2011-02-03 | 5 | -108/+185 |
| | |||||
* | Improve script handling. | Aldo Cortesi | 2011-02-02 | 1 | -0/+2 |
| | | | | | | - Display output in external viewer when script exits with error. - Add a "changed" indicator to show if a request can be reverted. | ||||
* | View script debug output (stderr) in pager. | Aldo Cortesi | 2011-02-02 | 2 | -1/+3 |
| | |||||
* | Add an external script API. | Aldo Cortesi | 2011-01-31 | 5 | -0/+31 |
| | | | | | | | External scripts can read a flow, modify it, and then return it to mitmproxy using a simple API. The "|" keyboard shortcut within mitmproxy prompts the user for a script. | ||||
* | Factor out flow unit tests into speparate file. | Aldo Cortesi | 2011-01-31 | 3 | -126/+134 |
| | |||||
* | Restructure to make subclassing Flow unnecessary. | Aldo Cortesi | 2011-01-31 | 1 | -19/+27 |
| | |||||
* | UI tweaks | Aldo Cortesi | 2011-01-30 | 1 | -1/+0 |
| | | | | | - Make flow view state persistent (request/response, body view mode). - Don't exit flow view mode when viewing help. | ||||
* | Nicer statusbar messages, with timed expiry. | Aldo Cortesi | 2011-01-28 | 1 | -1/+1 |
| | |||||
* | Make pretty-printing more robust. | Aldo Cortesi | 2011-01-28 | 1 | -0/+5 |
| | | | | | | Also, since BeautifulSoup is so damn slow, print a statusbar message saying that we're calculating a pretty version of the response. Maybe I should add hangman or something, becuase on a 200k document this can take ages. | ||||
* | Basix XML/HTML pretty-printing in flow viewer. | Aldo Cortesi | 2011-01-27 | 1 | -0/+7 |
| | |||||
* | Add tab completion for save and load path specs. | Aldo Cortesi | 2011-01-27 | 1 | -1/+31 |
| | |||||
* | Add saving and loading of complete flows for later replay and analysis. | Aldo Cortesi | 2011-01-26 | 1 | -1/+14 |
| | |||||
* | Add serialization hooks to flows and flow component objects. | Aldo Cortesi | 2011-01-26 | 3 | -0/+51 |
| | |||||
* | Abstract flow management out of the interactive code. | Aldo Cortesi | 2011-01-25 | 1 | -17/+22 |
| | |||||
* | Initial checkin. | Aldo Cortesi | 2010-02-16 | 11 | -0/+1125 |