aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dir.c
AgeCommit message (Expand)Author
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-22Fix a bunch of memory leaks in the unit tests. Found with valgrindNick Mathewson
2014-12-22Fix some coverity issues in the unit testsNick Mathewson
2014-11-12Fix wide lines (from 13172)Nick 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-27Remove configure option to disable curve25519Sebastian Hahn
2014-10-13Bugfixes on bug11243 fix for the not-added cases and testsNick 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-16clean up eol whitespace from coccinelle-generated patchesNick Mathewson
2014-09-16Remove the legacy_test_helper and legacy_setup wrappersNick Mathewson
2014-09-15Replace the remaining test_assert instancesNick Mathewson
2014-09-15Use coccinelle scripts to clean up our unit testsNick Mathewson
2014-09-11Merge remote-tracking branch 'public/bug13104_025'Nick Mathewson
2014-09-10Avoid divide by zero and NaNs in scale_array_elements_to_u64Nick Mathewson
2014-09-09Remove support for naming directory authoritiesSebastian Hahn
2014-08-15Remove implementation code for all pre-13 consensus methods.Nick Mathewson
2014-05-08Fix numerous 64->32 errors in the unit testsNick Mathewson
2014-04-29Fix leaks in dir voting testsNick Mathewson
2014-04-26Fix leaks in test_dir_formatsNick Mathewson
2014-03-05Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson
2014-02-11Free leakable values in the unit tests.Nick Mathewson
2014-02-03More fixes to rip out all of the v2 directory code.Karsten Loesing
2014-01-29Rip out all of the v2 directory code.Nick Mathewson
2013-11-18Merge branch 'finish_prop157'Nick Mathewson
2013-11-14Make the dir-key-crosscert element requiredNick Mathewson
2013-09-08Fix unit tests with --disable-curve25519Nick Mathewson
2013-09-03Fix some "ISO C90 forbids mixed declarations and code" warningsNick Mathewson
2013-09-03Handle HTTP minor versions greater than 9Nick Mathewson
2013-09-03Tougher validation for parsing urls from HTTP headers. Fixes #2767.Kevin Butler
2013-06-18Check more return values in the unit testsNick Mathewson
2013-04-18Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson
2013-04-18Add unit test for encoding ntor key in routerinfoNick Mathewson
2013-04-18Remove the unused pk3 variable from test_dir_formatsNick Mathewson
2013-04-18Re-enable test for parsing and generating descriptor with exit policyNick Mathewson
2013-04-18Test networkstatus_getinfo_helper_singleNick Mathewson
2013-04-18Add a quick-and-dirty-test for generate_v2_networkstatus.Nick Mathewson
2013-04-18Test improvement: include microdesc lines in our synthetic microdesc consensu...Nick Mathewson
2013-04-18Use chunks, not buffers, for router descriptorsNick Mathewson
2013-04-18Fix some wide linesNick Mathewson
2013-04-14Rename all fields which measure bw in kb to end with _kbNick Mathewson
2013-03-18Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4Nick Mathewson
2013-03-07Add unit test for dirserv measured bandwidth cacheAndrea Shepard
2013-02-23Remove a bunch of unused macro definitionsNick Mathewson
2013-02-19Fix a may-be-used-uninitialized warning.Nick Mathewson
2013-02-19Test alternate values of maxunmeasuredbw tooAndrea Shepard
2013-02-19Update unmeasured bandwidth clipping unit test per NickM's bugfix for the Unm...Andrea Shepard
2013-02-19Add unit test for unmeasured bandwidth clipping in consensusAndrea Shepard