diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2010-02-16 17:09:07 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2010-02-16 17:09:07 +1300 |
commit | cb0e3287090786fad566feb67ac07b8ef361b2c3 (patch) | |
tree | 0cce85760f1811bc3bbd00245764142621fa9d16 /todo | |
download | mitmproxy-cb0e3287090786fad566feb67ac07b8ef361b2c3.tar.gz mitmproxy-cb0e3287090786fad566feb67ac07b8ef361b2c3.tar.bz2 mitmproxy-cb0e3287090786fad566feb67ac07b8ef361b2c3.zip |
Initial checkin.
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ + +Future: + + - Strings view. + - 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 + - Saving contents to file + - Shortcut for viewing in pager + - Serializing and de-serializing requests and responses. + + +Bugs: + + - In some circumstances, long URLs in list view are line-broken oddly. + - Termination sometimes hangs. |