Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-27 | Create initial 0.3.1.10 changelog. | Nick Mathewson | |
2018-01-16 | Improve fragile-hardening performance of consensus_split_lines. | Nick Mathewson | |
For whatever reason, in my testing, using memchr() here improves performance over strchr() by a great deal. Fixes bug 24826; bugfix on 0.3.1.1-alpha. |