From: Nick Mathewson Date: Fri, 22 Feb 2013 17:56:25 +0000 (-0500) Subject: Initial changelog for less_charbuf X-Git-Tag: tor-0.2.4.13-alpha~7^2~17^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ad6f979b9f74ac8fc0009b5a156ba789dd13c0f;p=thirdparty%2Ftor.git Initial changelog for less_charbuf --- diff --git a/changes/less_charbuf_usage b/changes/less_charbuf_usage new file mode 100644 index 0000000000..2ec42b544a --- /dev/null +++ b/changes/less_charbuf_usage @@ -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. +