Age | Commit message (Expand) | Author |
---|---|---|
2017-03-16 | Avoid all needless memory copies when computing consensus diffs. | Nick Mathewson |
2017-03-16 | Fix an abstraction violation. | Nick Mathewson |
2017-03-16 | prop140: Use sha3-256, not sha2-256 | Nick Mathewson |
2017-03-16 | Add a couple more cases to reach 100% coverage. | Nick Mathewson |
2017-03-16 | Cover two more failing cases with unit tests | Nick Mathewson |
2017-03-16 | Tweak&test log messages on apply_diff | Nick Mathewson |
2017-03-16 | Check for expected warnings in apply_ed_diff | Nick Mathewson |
2017-03-16 | test operator cleanup | Nick Mathewson |
2017-03-16 | Enforce correct log messages on diff generation failure tests | Nick Mathewson |
2017-03-16 | Test two more base64cmp cases. | Nick Mathewson |
2017-03-16 | Use "STATIC" to export consdiff fns for testing | Nick Mathewson |
2017-03-16 | Consensus diff backend from Daniel Martà GSOC project. | Daniel Martà |