mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
5 lines
247 B
Text
5 lines
247 B
Text
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.
|
|
|