summaryrefslogtreecommitdiff
path: root/src/test/test_consdiff.c
AgeCommit message (Expand)Author
2017-03-16Avoid all needless memory copies when computing consensus diffs.Nick Mathewson
2017-03-16Fix an abstraction violation.Nick Mathewson
2017-03-16prop140: Use sha3-256, not sha2-256Nick Mathewson
2017-03-16Add a couple more cases to reach 100% coverage.Nick Mathewson
2017-03-16Cover two more failing cases with unit testsNick Mathewson
2017-03-16Tweak&test log messages on apply_diffNick Mathewson
2017-03-16Check for expected warnings in apply_ed_diffNick Mathewson
2017-03-16test operator cleanupNick Mathewson
2017-03-16Enforce correct log messages on diff generation failure testsNick Mathewson
2017-03-16Test two more base64cmp cases.Nick Mathewson
2017-03-16Use "STATIC" to export consdiff fns for testingNick Mathewson
2017-03-16Consensus diff backend from Daniel Martí GSOC project.Daniel Martí