Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-09-11 | Stop memcpy'ing uncompressed consensuses when making diffs | Nick Mathewson | |
2018-09-11 | Consdiff: use lengths on inputs so they don't need NUL at the end | Nick Mathewson | |
This is part of #27244, so that we can safely mmap consensus documents. | |||
2018-07-05 | Fix every include path changed in the previous commit (automated) | Nick Mathewson | |
I am very glad to have written this script. | |||
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2018-06-20 | Update copyrights to 2018. | Nick Mathewson | |
2017-05-03 | bug#22143/prop#140: identify input diffs by their digest-as-signed | Nick Mathewson | |
See may 3 changes to prop140 for more background. | |||
2017-03-16 | Add fuzzers for consensus diff backend code | Nick Mathewson | |
This takes two fuzzers: one which generates a diff and makes sure it works, and one which applies a diff. So far, they won't crash, but there's a bug in my string-manipulation code someplace that I'm having to work around, related to the case where you have a blank line at the end of a file, or where you diff a file with itself. |