summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2009-10-02 15:55:42 +0530
committerMukund Sivaraman <muks@banu.com>2009-10-02 15:55:42 +0530
commit8ff437236f847968d280c2749f14ac0251fd9dd6 (patch)
treecace414e80e4fff1469ae1710c668bc82e626f3b
parenteab4ae000b82fdb54b5c3d1771e03d1cca6dada1 (diff)
downloadtinyproxy-8ff437236f847968d280c2749f14ac0251fd9dd6.tar.gz
tinyproxy-8ff437236f847968d280c2749f14ac0251fd9dd6.zip
Add items to TODO
Diffstat (limited to '')
-rw-r--r--TODO17
1 files changed, 16 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4df62c4..8ba15da 100644
--- a/TODO
+++ b/TODO
@@ -38,4 +38,19 @@ against the current tree and I'll integrate it if possible.
* Include user authentication for accessing tinyproxy itself.
Administrators should be allowed to selectively allow certain users
access to tinyproxy via a user name/password pair. Check the
- HTTP/1.1 RFC for more information. [Suggested: Tyrone Tranmer] \ No newline at end of file
+ HTTP/1.1 RFC for more information. [Suggested: Tyrone Tranmer]
+
+ * Fix paths inside etc/tinyproxy.conf
+
+ * Finish manpages
+
+ * Move defaults handling to conf.c
+
+ * Remove common.h and fix order of headers
+
+ * Remove memory debugging functions (Valgrind is good enough)
+
+ * Make all functions return from one place (the end of the function)
+
+ * Move TODO items to Banu Bugzilla
+