tor/changes/less_charbuf_usage

6 lines
247 B
Plaintext
Raw Normal View History

2013-02-22 18:56:25 +01:00
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.