Merge remote-tracking branch 'origin/maint-0.2.4'

Conflicts:
	src/common/crypto.c
This commit is contained in:
Nick Mathewson
2013-04-18 11:16:05 -04:00
14 changed files with 511 additions and 437 deletions
+5
View File
@@ -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.