aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dir.c
Commit message (Expand)AuthorAge
* 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
* | Prefer tt_assert in unit tests, not tor_assertNick Mathewson2011-06-08
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-03-16
|\|
| * Clean up whitespaceNick Mathewson2011-03-16
* | Merge branch 'maint-0.2.2'Roger Dingledine2011-01-15
|\|
| * Sanity-check consensus param valuesSebastian Hahn2011-01-15
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-15
|\|
| * Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-15
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\|
| * Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-19
|\|
| * Fix a unit test broken by fix for 2195Nick Mathewson2010-11-19
* | Rename routerstatus_t.is_running to is_flagged_runningNick Mathewson2010-10-01
|/
* 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).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.Nick Mathewson2009-10-15
* Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson2009-10-15
* Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson2009-10-15
* Fix a memleakSebastian Hahn2009-09-27
* Make a NULL check in test_dir.c non-redundant.Nick Mathewson2009-09-27
* Carve out unrelated parts of test_dir_formatsNick Mathewson2009-09-23
* Split directory tests into their own module.Nick Mathewson2009-09-23