Merge remote-tracking branch 'karsten/geoip6-jul2014' into maint-0.2.4
[tor.git] / changes / less_charbuf_usage
blob2ec42b544ab65c5a5bc34c48cde85c679bbc2472
1   o Code simplification and refactoring:
2     - Avoid using character buffers when constructing most directory
3       objects: this approach was unweildy and error-prone.  Instead,
4       build smartlists of strings, and concatenate them when done.