aboutsummaryrefslogtreecommitdiffstats
path: root/todo
Commit message (Collapse)AuthorAgeFilesLines
* Start preparing for 0.7Aldo Cortesi2012-02-191-3/+14
| | | | Update CHANGELOG, CONTRIBUTORS, README.mkd, todo, and bump version.
* KVEditor: "e" shortcut spawns an external editor on a field.Aldo Cortesi2012-02-081-3/+0
|
* Doc and help adjustments.Aldo Cortesi2011-08-031-7/+1
|
* Removes item from todo listalts2011-07-161-6/+1
|
* Refine path completion somewhat.Aldo Cortesi2011-07-141-4/+0
| | | | Make it match the behaviour of vim and mutt more closely
* Add a stickyauth option.Aldo Cortesi2011-03-201-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 Cortesi2011-03-191-2/+19
|
* Documentation.Aldo Cortesi2011-03-161-1/+0
|
* Add -c and -C options to mitmdump to control sticky cookies.Aldo Cortesi2011-02-251-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 Cortesi2011-02-211-10/+1
|
* Rip out BeautifulSoup, and use a custom XML-ish prettyprinter.Aldo Cortesi2011-02-061-4/+2
|
* Basix XML/HTML pretty-printing in flow viewer.Aldo Cortesi2011-01-271-5/+6
|
* Housekeeping: todo updates, move put handler_ methods together in console.py.Aldo Cortesi2010-03-011-2/+6
|
* Split mitmproxy and mitmdump - mitmdump is the non-interactive verison of ↵Aldo Cortesi2010-03-011-1/+1
| | | | mitmproxy.
* Don't show error if user tries to save, but specifies no path.Aldo Cortesi2010-03-011-2/+0
|
* Added beeping. --bireq and --bires enables beeping on intercepted ↵Thomas Roth2010-02-261-0/+2
| | | | requests/responses.
* Fixes crash on illegal regular expression for interception.Thomas Roth2010-02-241-2/+0
|
* Fixes a bug which caused a crash if you've tried to accept a connection ↵Thomas Roth2010-02-241-1/+0
| | | | which wasn't intercepted.
* Fixes blocking problem with a workaround which sets a timeout of 0.1 seconds.Thomas Roth2010-02-241-1/+1
|
* Added some Bugs in the todo list.Thomas Roth2010-02-241-0/+4
|
* Initial checkin.Aldo Cortesi2010-02-161-0/+17