summaryrefslogtreecommitdiff
path: root/changes/ticket27225
AgeCommit message (Collapse)Author
2019-01-16Start on 0.4.0.1-alpha changelogNick Mathewson
2018-11-07Memoize summarize_protover_flags()Nick Mathewson
Our tests showed that this function is responsible for a huge number of our malloc/free() calls. It's a prime candidate for being memoized. Closes ticket 27225.