[or-cvs] r22046: {projects} add a couple of branches to git-branches (projects/todo)

Nick Mathewson nickm at torproject.org
Wed Mar 24 20:44:19 UTC 2010


Author: nickm
Date: 2010-03-24 20:44:19 +0000 (Wed, 24 Mar 2010)
New Revision: 22046

Modified:
   projects/todo/git-branches
Log:
add a couple of branches to git-branches

Modified: projects/todo/git-branches
===================================================================
--- projects/todo/git-branches	2010-03-24 13:11:15 UTC (rev 22045)
+++ projects/todo/git-branches	2010-03-24 20:44:19 UTC (rev 22046)
@@ -13,8 +13,26 @@
   until SPDY code matures or someone keen starts on it)
   sjm217/xxx-using-spdy
 
+- Nick's bufferevent branch: add support for Libevent's bufferevents.
+  Requires latest Libevent from git (as of 24 Mar 2009) if you want to
+  turn on the bufferevent support. 
+  nickm/bufferevent3
+
+- Make dir-spec more strict about what exactly is conforming
+  nickm/dir-spec
+
+- Refactor the heck out of get_next_token to make it stricter and easier to
+  verify as correct
+  nickm/get_next_token
+
+
 Active branches that want more attention before merging:
 
+- Add a tor_asprintf() function to allocate exactly enough memory and then
+  snprintf into it.  Use it in place of some of the more problematic
+  snprintf-and-strdup or malloc-and-snprintf cases.
+  nickm/asprintf
+
 - Backport the "always weight routers by bandwidth" fix? (No, according to arma
   it shouldn't even be in master. mikeperry and arma should talk about this
   more.)
@@ -65,8 +83,6 @@
 
 Works in progress; keep an eye out on these:
 
-- Nick's bufferevent branch: add support for Libevent's bufferevents.
-  nickm/bufferevent
 
 - Updated Linux QoS scripts (still have a couple more changes to go)
   mikeperry/linux-qos



More information about the tor-commits mailing list