aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dir.c
Commit message (Expand)AuthorAge
* Fix numerous 64->32 errors in the unit testsNick Mathewson2014-05-08
* Fix leaks in dir voting testsNick Mathewson2014-04-29
* Fix leaks in test_dir_formatsNick Mathewson2014-04-26
* Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson2014-03-05
|\
| * stop setting, or using, router->addressRoger Dingledine2013-02-09
* | Free leakable values in the unit tests.Nick Mathewson2014-02-11
* | More fixes to rip out all of the v2 directory code.Karsten Loesing2014-02-03
* | Rip out all of the v2 directory code.Nick Mathewson2014-01-29
* | Merge branch 'finish_prop157'Nick Mathewson2013-11-18
|\ \
| * | Make the dir-key-crosscert element requiredNick Mathewson2013-11-14
* | | Fix unit tests with --disable-curve25519Nick Mathewson2013-09-08
* | | Fix some "ISO C90 forbids mixed declarations and code" warningsNick Mathewson2013-09-03
* | | Handle HTTP minor versions greater than 9Nick Mathewson2013-09-03
* | | Tougher validation for parsing urls from HTTP headers. Fixes #2767.Kevin Butler2013-09-03
* | | Check more return values in the unit testsNick Mathewson2013-06-18
|/ /
* | Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson2013-04-18
|\ \
| * | Add unit test for encoding ntor key in routerinfoNick Mathewson2013-04-18
| * | Remove the unused pk3 variable from test_dir_formatsNick Mathewson2013-04-18
| * | Re-enable test for parsing and generating descriptor with exit policyNick Mathewson2013-04-18
| * | Test networkstatus_getinfo_helper_singleNick Mathewson2013-04-18
| * | Add a quick-and-dirty-test for generate_v2_networkstatus.Nick Mathewson2013-04-18
| * | Test improvement: include microdesc lines in our synthetic microdesc consensu...Nick Mathewson2013-04-18
| * | Use chunks, not buffers, for router descriptorsNick Mathewson2013-04-18
* | | Fix some wide linesNick Mathewson2013-04-18
* | | Rename all fields which measure bw in kb to end with _kbNick Mathewson2013-04-14
* | | Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \
| * | | Add unit test for dirserv measured bandwidth cacheAndrea Shepard2013-03-07
| |/ /
* / / Remove a bunch of unused macro definitionsNick Mathewson2013-02-23
|/ /
* | Fix a may-be-used-uninitialized warning.Nick Mathewson2013-02-19
* | Test alternate values of maxunmeasuredbw tooAndrea Shepard2013-02-19
* | Update unmeasured bandwidth clipping unit test per NickM's bugfix for the Unm...Andrea Shepard2013-02-19
* | Add unit test for unmeasured bandwidth clipping in consensusAndrea Shepard2013-02-19
* | Refactor v3_networkstatus test to allow reuse of test for measuredbwAndrea Shepard2013-02-19
|/
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Remove some deadcode for parsing v1 directoriesNick Mathewson2012-09-18
* Merge remote-tracking branch 'public/bug6538'Nick Mathewson2012-09-11
|\
| * In choose-by-bw, scale to better use the range of uint64Nick Mathewson2012-08-27
| * Refactor the core of choosing by weights into a functionNick Mathewson2012-08-09
* | Have directory authorities vote on IPv6 OR ports according to the specLinus Nordberg2012-09-04
* | Never emit the "opt" prefix in any directory stuffNick Mathewson2012-06-28
|/
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Synchronize with upstream tinytest again: remove _identifiersNick Mathewson2012-02-13
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Merge branch 'maint-0.2.2'Roger Dingledine2012-01-08
|\
| * tell me who votes are actually for, not just where they're fromRoger Dingledine2012-01-08
* | Initial support for simplest use of prop186 or-address linesNick Mathewson2011-11-30
* | Implement consensus method 12 (proposal 178)Sebastian Hahn2011-11-27
* | Merge remote-tracking branch 'public/bug2003_nm'Nick Mathewson2011-10-07
|\ \
| * | Make the unit tests pass again after the bug2003 fixNick Mathewson2011-09-07
| |/
* | Upgrade to the latest version of tinytestNick Mathewson2011-06-09