aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dir.c
Commit message (Expand)AuthorAge
* Fix misplaced labelsSebastian Hahn2010-08-16
* Create routerparse.hSebastian Hahn2010-07-27
* Create networkstatus.hSebastian Hahn2010-07-27
* Create dirvote.hSebastian Hahn2010-07-27
* Create dirserv.hSebastian Hahn2010-07-27
* Create directory.hSebastian Hahn2010-07-27
* Create routerlist.hSebastian Hahn2010-07-27
* Create router.hSebastian Hahn2010-07-27
* Update copyright dates for files not in maint-0.2.1Nick Mathewson2010-02-27
* Fix a very stupid coverity complaint (CID 416).•••In its zeal to keep me from saying memset(x, '0', sizeof(x)), Coverity disallows memset(x, 48, sizeof(x)). Fine. I'll choose a different magic number, see if I care! Nick Mathewson2009-10-26
* Add functions to serve microdescs and flavored consensuses.Nick Mathewson2009-10-18
* Parse detached signatures and microdesc networkstatuses correctly.Nick Mathewson2009-10-15
* Implement signatures for microdesc consensuses right.•••This means we need to handle the existence of multiple flavors of signature in a detached signatures document, generate them correctly, and so on. Nick Mathewson2009-10-15
* Refactor consensus signature storage for multiple digests and flavors.•••This patch introduces a new type called document_signature_t to represent the signature of a consensus document. Now, each consensus document can have up to one document signature per voter per digest algorithm. Also, each detached-signatures document can have up to one signature per <voter, algorithm, flavor>. Nick Mathewson2009-10-15
* Code to generate, store, and parse microdescriptors and consensuses.•••The consensus documents are not signed properly, not served, and not exchanged yet. Nick Mathewson2009-10-15
* Fix a memleak•••Found by coverity test_mem_op_hex was leaking memory, which showed up in a few tests. Also, the dir_param test had a memleak of its own. Found by Coverity Sebastian Hahn2009-09-27
* Make a NULL check in test_dir.c non-redundant.•••Should quiet a coverity warning. Nick Mathewson2009-09-27
* Carve out unrelated parts of test_dir_formatsNick Mathewson2009-09-23
* Split directory tests into their own module.•••(Also, clean up some whitespace.) Nick Mathewson2009-09-23