aboutsummaryrefslogtreecommitdiff
path: root/changes/less_charbuf_usage
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-22 12:56:25 -0500
committerNick Mathewson <nickm@torproject.org>2013-04-18 11:04:57 -0400
commit1ad6f979b9f74ac8fc0009b5a156ba789dd13c0f (patch)
tree0628411c62897ebbe8161eaa46d6fb74b7499495 /changes/less_charbuf_usage
parentcb75519bbf6d89ddaf6a6bb40a01a2dba09ad530 (diff)
downloadtor-1ad6f979b9f74ac8fc0009b5a156ba789dd13c0f.tar.gz
tor-1ad6f979b9f74ac8fc0009b5a156ba789dd13c0f.zip
Initial changelog for less_charbuf
Diffstat (limited to 'changes/less_charbuf_usage')
-rw-r--r--changes/less_charbuf_usage5
1 files changed, 5 insertions, 0 deletions
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.
+