aboutsummaryrefslogtreecommitdiff
path: root/src/or/consdiffmgr.c
AgeCommit message (Expand)Author
2017-05-04Do not BUG on missing sha3-as-signed fieldNick Mathewson
2017-05-04bug#22143/prop#140: in consdiffmgr, store and use digest-as-signedNick Mathewson
2017-05-02Remove special-casing for NO_METHOD in consdiffmgr.cNick Mathewson
2017-04-28Fix a brazen memleak in consdiffmgr_add_consensus()Nick 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-27Functionality to ensure there is space to add files to cache.Nick Mathewson
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