aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dir.c
AgeCommit message (Expand)Author
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
2013-02-19Refactor v3_networkstatus test to allow reuse of test for measuredbwAndrea Shepard
2013-02-09stop setting, or using, router->addressRoger Dingledine
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-09-18Remove some deadcode for parsing v1 directoriesNick Mathewson
2012-09-11Merge remote-tracking branch 'public/bug6538'Nick Mathewson
2012-09-04Have directory authorities vote on IPv6 OR ports according to the specLinus Nordberg
2012-08-27In choose-by-bw, scale to better use the range of uint64Nick Mathewson
2012-08-09Refactor the core of choosing by weights into a functionNick Mathewson
2012-06-28Never emit the "opt" prefix in any directory stuffNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-02-13Synchronize with upstream tinytest again: remove _identifiersNick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-08Merge branch 'maint-0.2.2'Roger Dingledine
2012-01-08tell me who votes are actually for, not just where they're fromRoger Dingledine
2011-11-30Initial support for simplest use of prop186 or-address linesNick Mathewson
2011-11-27Implement consensus method 12 (proposal 178)Sebastian Hahn
2011-10-07Merge remote-tracking branch 'public/bug2003_nm'Nick Mathewson
2011-09-07Make the unit tests pass again after the bug2003 fixNick Mathewson
2011-06-09Upgrade to the latest version of tinytestNick Mathewson