Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Maintain compatibility with 0.9.8.x of urwid. | Aldo Cortesi | 2010-03-01 | 1 | -16/+36 | |
| | | | | | This is the most common deployed version, so it's worth doing a bit of extra work to make sure mitmproxy runs smoothly under it. | |||||
* | Show error if compiling of an expression fails. | Thomas Roth | 2010-02-26 | 1 | -1/+3 | |
| | ||||||
* | Added beeping. --bireq and --bires enables beeping on intercepted ↵ | Thomas Roth | 2010-02-26 | 1 | -3/+20 | |
| | | | | requests/responses. | |||||
* | Fix hang when a POST is made with a 0 content length. | Aldo Cortesi | 2010-02-26 | 1 | -1/+1 | |
| | ||||||
* | Added a 'keep terminal background' option (-t), so that you can use it with ↵ | Thomas Roth | 2010-02-26 | 1 | -25/+34 | |
| | | | | your own background color. (Foreground color following.) | |||||
* | Huge speed improvements if more than one request is in the queue. Speeds up ↵ | Thomas Roth | 2010-02-25 | 1 | -3/+8 | |
| | | | | every request by 0.1 seconds. | |||||
* | Small improvement in regular expression compiler exception handling. | Thomas Roth | 2010-02-25 | 1 | -6/+2 | |
| | ||||||
* | Added exception if starting editor fails and added vi as default editor. | Thomas Roth | 2010-02-25 | 1 | -1/+11 | |
| | ||||||
* | Fixes crash on illegal regular expression for interception. | Thomas Roth | 2010-02-24 | 1 | -3/+9 | |
| | ||||||
* | Fixes a bug which caused a crash if you've tried to accept a connection ↵ | Thomas Roth | 2010-02-24 | 1 | -5/+6 | |
| | | | | which wasn't intercepted. | |||||
* | Fixes blocking problem with a workaround which sets a timeout of 0.1 seconds. | Thomas Roth | 2010-02-24 | 1 | -0/+1 | |
| | ||||||
* | Additional fix for compatibility with Urwid >0.9.9 | Thomas Roth | 2010-02-24 | 1 | -1/+1 | |
| | ||||||
* | Fixes compatibility with Urwid >0.9.9 | Thomas Roth | 2010-02-24 | 1 | -9/+9 | |
| | ||||||
* | Add some error handling for connection saving. | Aldo Cortesi | 2010-02-24 | 1 | -5/+8 | |
| | ||||||
* | Save a request or response to file. | Aldo Cortesi | 2010-02-24 | 1 | -0/+19 | |
| | | | | | Ideally, we'd have a nice selection widget with tab completion and the like. Maybe later... | |||||
* | Initial checkin. | Aldo Cortesi | 2010-02-16 | 8 | -0/+5869 | |