aboutsummaryrefslogtreecommitdiff
path: root/src/or/consdiffmgr.h
AgeCommit message (Expand)Author
2017-06-27Set published_out for consensus cache entries in spooled_resource_estimate_si...Alexander Færøy
2017-05-15Merge remote-tracking branch 'public/prop140_aftermath_cfg'Nick Mathewson
2017-05-15Implement functions to expose valid/fresh-until and votersNick Mathewson
2017-05-15Move stub accessor functions a level higher, to consdiffmgrNick Mathewson
2017-05-12Test fix: expect old consensuses to be deleted if not deflate-compressedNick Mathewson
2017-05-12consdiffmgr: expose cached consensusesNick Mathewson
2017-05-12consdiffmgr: compress incoming consensuses in the backgroundNick Mathewson
2017-05-05Turn consdiffmgr.cache_max_age_hours into a parameterNick Mathewson
2017-04-27Merge branches 'consdiffmgr_orig_squashed' and 'actually_compute_diffs_squashed'Nick Mathewson
2017-04-27Pre-compress consensus diffs with supported consensus methods.Nick Mathewson
2017-04-27Store archived consensuses compressed on disk.Nick Mathewson
2017-04-25Configure sandbox using consdiffmgr; free cdm on exit.Nick Mathewson
2017-04-24Fix a signed/unsigned comparison warning on 32-bitNick Mathewson
2017-04-24consdiffmgr: add tests for cdm_entry_get_sha3_valueNick Mathewson
2017-04-24consdiffmgr: function to re-validate stored sha3 digests at startupNick Mathewson
2017-04-24Test the easiest cases of consdiffmgr_cleanup.Nick Mathewson
2017-04-24Unit tests for consdiffmgr moduleNick Mathewson
2017-04-24Add a "Consensus diff manager" module.Nick Mathewson