aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_microdesc.c
AgeCommit message (Expand)Author
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet
2018-04-27dirvote: Trim down the public APIDavid Goulet
2018-04-22Remove MIN_METHOD_FOR_{PACKAGE_LINES,GUARDFRACTION,ED25519_ID_IN_MD}Nick Mathewson
2018-04-22Remove MIN_METHOD_FOR_ID_HASH_IN_MD and a test for running without it.Nick Mathewson
2018-04-22Remove MIN_METHOD_{FOR_P6_LINES,FOR_NTOR_KEY,TO_CLIP_UNMEASURED_BW}Nick Mathewson
2017-12-05Implement the various get_foodir_*() functions.Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-03-31Remove some now-needless openssl includes from src/test.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-06-14Use ENABLE/DISABLE_GCC_WARNING in masater.Nick Mathewson
2016-06-14Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-14Resolve the remaining openssl "-Wredundant-decls" warnings.Nick Mathewson
2016-06-11Use autoconf, not gcc version, to decide which warnings we haveNick Mathewson
2016-06-11Enable -Woverlength-strings for GCC>=4.6 on MOST of the code.Nick Mathewson
2016-05-17Remove duplicate siging_key_cert fields.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-07-11Fix a leak in test_microdesc (CID 1311631)Nick Mathewson
2015-06-25Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-22Repair breakage in early-error case of microdesc parsingNick Mathewson
2015-06-01Fix some memory leaks in ed25519 code and testsNick Mathewson
2015-05-28Include ed25519 keys in microdescriptors.Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-22Fix some coverity issues in the unit testsNick Mathewson
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-13Unit tests for 11243: loading ri, ei, mds from listsNick Mathewson
2014-10-13Base tests for 11243: test parsing for md, ei, and ri.Nick Mathewson
2014-10-13Treat unparseable (micro)descriptors and extrainfos as undownloadableNick Mathewson
2014-09-15Use coccinelle scripts to clean up our unit testsNick Mathewson
2014-05-06Unit test for dirvote_create_microdescriptorNick Mathewson
2014-04-29Fix leaks in tests related to setting options->DataDirectoryNick Mathewson
2013-12-17Merge remote-tracking branch 'public/bug10409_023' into maint-0.2.4Nick Mathewson
2013-12-16Avoid free()ing from an mmap on corrupted microdesc cacheNick Mathewson
2013-06-12Expand microdesc cache testsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-05-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Bump copyright statements to 2011 (master)Nick Mathewson
2010-10-14Make check-spaces happySebastian Hahn
2010-10-07Actually add test_microdesc.c file.Nick Mathewson