aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-02-06 14:17:30 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-02-06 14:17:30 +1300
commit7156d1a73ab6ce39ae8f8325bc8a62c0083cd054 (patch)
tree42baa74035d979deb122632a3e46b44ff0f08cf1 /todo
parent44dc3a052e724bdf10e9c04e1756db89615f5685 (diff)
downloadmitmproxy-7156d1a73ab6ce39ae8f8325bc8a62c0083cd054.tar.gz
mitmproxy-7156d1a73ab6ce39ae8f8325bc8a62c0083cd054.tar.bz2
mitmproxy-7156d1a73ab6ce39ae8f8325bc8a62c0083cd054.zip
Rip out BeautifulSoup, and use a custom XML-ish prettyprinter.
Diffstat (limited to 'todo')
-rw-r--r--todo6
1 files changed, 2 insertions, 4 deletions
diff --git a/todo b/todo
index 3a6961a6..d639d55e 100644
--- a/todo
+++ b/todo
@@ -1,15 +1,11 @@
Futures:
- - Timestamps
-
- Strings view for binary responses.
- Post and URL field parsing and editing.
- On-the-fly generation of keys, signed with a CA
- Pass-through fast-track for things that don't match filter?
- - Reading contents from file
- Shortcut for viewing in pager
- - Serializing and de-serializing requests and responses.
- Upstream proxies.
- mitmdump
- Filters
@@ -17,7 +13,9 @@ Futures:
- Pipe to script
- Command-line replay or serialized flows
+
Bugs:
- In some circumstances, long URLs in list view are line-broken oddly.
- Termination sometimes hangs.
+ - When a bug in mitmproxy causes a stack trace, we hang on exit.