[or-cvs] Unify HTTP response code into one place so it is easier to ...

Nick Mathewson nickm at seul.org
Fri Jun 30 10:50:46 UTC 2006


Update of /home/or/cvsroot/tor/doc
In directory moria:/tmp/cvs-serv9222/doc

Modified Files:
	TODO 
Log Message:
Unify HTTP response code into one place so it is easier to add headers.  Add an X-You-Are header, which we should probably rename. NOTE that we should not use this field for things where it matters if dirs lie.

Index: TODO
===================================================================
RCS file: /home/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.459
retrieving revision 1.460
diff -u -p -d -r1.459 -r1.460
--- TODO	22 Jun 2006 07:49:41 -0000	1.459
+++ TODO	30 Jun 2006 10:50:43 -0000	1.460
@@ -24,7 +24,7 @@ Items for 0.1.2.x:
       - look into "uncounting" bytes spent on local connections. so
         we can bandwidthrate but still have fast downloads.
       - Write limiting; separate token bucket for write
-      - dir answers include a your-ip-address-is header, so we can
+      o dir answers include a your-ip-address-is header, so we can
         break our dependency on dyndns.
       - Count TLS bandwidth more accurately
       - Write-limit directory responses.
@@ -55,7 +55,7 @@ N   . Improve memory usage on tight-memo
             for the right router.  Verify dl by digest, fp, etc.
           - Make sure cached-routers values and offsets are correct in the
             presence of windows FS insanity.
-          - Save and mmap v1 directories; store them zipped, not uncompressed 
+          - Save and mmap v1 directories; store them zipped, not uncompressed.
           - Store networkstatus docs zipped, not uncompressed.  Maaaybe mmap
             them too.
 



More information about the tor-commits mailing list