aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-07-14 16:54:04 +1200
committerAldo Cortesi <aldo@nullcube.com>2011-07-14 16:54:04 +1200
commit7e21ac0eb8c584527761b84af99974dd74f5c263 (patch)
tree1a7d6e759301febd73116692ee00e8d061956a0e /todo
parent1c9e7b982a7d3fe76f5bd03e53b21b9d450f4607 (diff)
downloadmitmproxy-7e21ac0eb8c584527761b84af99974dd74f5c263.tar.gz
mitmproxy-7e21ac0eb8c584527761b84af99974dd74f5c263.tar.bz2
mitmproxy-7e21ac0eb8c584527761b84af99974dd74f5c263.zip
Refine path completion somewhat.
Make it match the behaviour of vim and mutt more closely
Diffstat (limited to 'todo')
-rw-r--r--todo4
1 files changed, 0 insertions, 4 deletions
diff --git a/todo b/todo
index 2a69291a..d8b122f9 100644
--- a/todo
+++ b/todo
@@ -17,12 +17,9 @@ Features:
- Post and URL field parsing and editing.
- We need a built-in graphical editor for these, that knows how to
break fields up and present them for modificatio individually.
- - No-proxy mode, for when we want to just replay without serving as a proxy ourselves.
- Upstream proxy support.
- - Strings view for binary responses.
- Support HTTP Digest authentication through the stickyauth option. We'll
have to save the server nonce, and recalculate the hashes for each request.
-
- Chunked encoding support for requests (we already support it for responses).
- Better manipulation of flows in mitmproxy: copying flows, adding
comments.
@@ -30,4 +27,3 @@ Features:
Bugs:
- In some circumstances, long URLs in list view are line-broken oddly.
- - When a bug in mitmproxy causes a stack trace, we hang on exit.