]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Initial changelog for less_charbuf
authorNick Mathewson <nickm@torproject.org>
Fri, 22 Feb 2013 17:56:25 +0000 (12:56 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Apr 2013 15:04:57 +0000 (11:04 -0400)
changes/less_charbuf_usage [new file with mode: 0644]

diff --git a/changes/less_charbuf_usage b/changes/less_charbuf_usage
new file mode 100644 (file)
index 0000000..2ec42b5
--- /dev/null
@@ -0,0 +1,5 @@
+  o Code simplification and refactoring:
+    - Avoid using character buffers when constructing most directory
+      objects: this approach was unweildy and error-prone.  Instead,
+      build smartlists of strings, and concatenate them when done.
+