Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes item from todo list | alts | 2011-07-16 | 1 | -6/+1 |
| | |||||
* | Refine path completion somewhat. | Aldo Cortesi | 2011-07-14 | 1 | -4/+0 |
| | | | | Make it match the behaviour of vim and mutt more closely | ||||
* | Add a stickyauth option. | Aldo Cortesi | 2011-03-20 | 1 | -0/+3 |
| | | | | | | | This allows us to replay an HTTP Authorization header, in the same way as we replay cookies using stickycookies. This lets us conveniently get at HTTP Basic Auth protected resources through the proxy, but is not enough to do the same for HTTP Digest auth. We'll put that on the todo list. | ||||
* | Docs and todo. | Aldo Cortesi | 2011-03-19 | 1 | -2/+19 |
| | |||||
* | Documentation. | Aldo Cortesi | 2011-03-16 | 1 | -1/+0 |
| | |||||
* | Add -c and -C options to mitmdump to control sticky cookies. | Aldo Cortesi | 2011-02-25 | 1 | -0/+2 |
| | | | | | | It's dumb that this needs to be two different options, but optparse doesn't support optional arguments. It would be much nicer to just have "-c" for "all", and "-c filter" for a specified filter. | ||||
* | Minor housekeeping: bump version, clean todo. | Aldo Cortesi | 2011-02-21 | 1 | -10/+1 |
| | |||||
* | Rip out BeautifulSoup, and use a custom XML-ish prettyprinter. | Aldo Cortesi | 2011-02-06 | 1 | -4/+2 |
| | |||||
* | Basix XML/HTML pretty-printing in flow viewer. | Aldo Cortesi | 2011-01-27 | 1 | -5/+6 |
| | |||||
* | Housekeeping: todo updates, move put handler_ methods together in console.py. | Aldo Cortesi | 2010-03-01 | 1 | -2/+6 |
| | |||||
* | Split mitmproxy and mitmdump - mitmdump is the non-interactive verison of ↵ | Aldo Cortesi | 2010-03-01 | 1 | -1/+1 |
| | | | | mitmproxy. | ||||
* | Don't show error if user tries to save, but specifies no path. | Aldo Cortesi | 2010-03-01 | 1 | -2/+0 |
| | |||||
* | Added beeping. --bireq and --bires enables beeping on intercepted ↵ | Thomas Roth | 2010-02-26 | 1 | -0/+2 |
| | | | | requests/responses. | ||||
* | Fixes crash on illegal regular expression for interception. | Thomas Roth | 2010-02-24 | 1 | -2/+0 |
| | |||||
* | Fixes a bug which caused a crash if you've tried to accept a connection ↵ | Thomas Roth | 2010-02-24 | 1 | -1/+0 |
| | | | | which wasn't intercepted. | ||||
* | Fixes blocking problem with a workaround which sets a timeout of 0.1 seconds. | Thomas Roth | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Added some Bugs in the todo list. | Thomas Roth | 2010-02-24 | 1 | -0/+4 |
| | |||||
* | Initial checkin. | Aldo Cortesi | 2010-02-16 | 1 | -0/+17 |