summaryrefslogtreecommitdiff
path: root/src/or/consdiffmgr.c
AgeCommit message (Expand)Author
2017-04-27New force-delete option on consensus_cache_delete_pending()Nick Mathewson
2017-04-27Lower the file limit in consdiffmgr, to support seccomp2Nick Mathewson
2017-04-27Initialize consdiffmgr when running as (or becoming) a server.Nick Mathewson
2017-04-26Fix coverity cid 1405510Sebastian Hahn
2017-04-25Configure sandbox using consdiffmgr; free cdm on exit.Nick Mathewson
2017-04-25Teach consdiffmgr to remember two digests: one compressed, one not.Nick Mathewson
2017-04-24consdiffmgr: add tests for cdm_entry_get_sha3_valueNick Mathewson
2017-04-24Fix reference leak & handle leak in consensus_diff_worker_replyfnNick Mathewson
2017-04-24Add a hashtable to consdiffmgr to keep track of diff statusNick Mathewson
2017-04-24Consdiffmgr: extract "get a sha3 digest" function.Nick Mathewson
2017-04-24consdiffmgr: function to re-validate stored sha3 digests at startupNick Mathewson
2017-04-24Consdiffmgr: use aggressive-release flag on consensusesNick Mathewson
2017-04-24Test the easiest cases of consdiffmgr_cleanup.Nick Mathewson
2017-04-24consdiffmgr non-test: check for initialization failureNick Mathewson
2017-04-24Unit tests for consdiffmgr moduleNick Mathewson
2017-04-24Add a "Consensus diff manager" module.Nick Mathewson