index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_dir.c
Age
Commit message (
Expand
)
Author
2012-02-13
Synchronize with upstream tinytest again: remove _identifiers
Nick Mathewson
2012-01-18
Rename nonconformant identifiers.
Nick Mathewson
2012-01-08
Merge branch 'maint-0.2.2'
Roger Dingledine
2012-01-08
tell me who votes are actually for, not just where they're from
Roger Dingledine
2011-11-30
Initial support for simplest use of prop186 or-address lines
Nick Mathewson
2011-11-27
Implement consensus method 12 (proposal 178)
Sebastian Hahn
2011-10-07
Merge remote-tracking branch 'public/bug2003_nm'
Nick Mathewson
2011-09-07
Make the unit tests pass again after the bug2003 fix
Nick Mathewson
2011-06-09
Upgrade to the latest version of tinytest
Nick Mathewson
2011-06-08
Prefer tt_assert in unit tests, not tor_assert
Nick Mathewson
2011-03-16
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-03-16
Clean up whitespace
Nick Mathewson
2011-01-15
Merge branch 'maint-0.2.2'
Roger Dingledine
2011-01-15
Sanity-check consensus param values
Sebastian Hahn
2011-01-15
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-15
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-03
Bump copyright statements to 2011 (0.2.2)
Nick Mathewson
2010-11-19
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2010-11-19
Fix a unit test broken by fix for 2195
Nick Mathewson
2010-10-01
Rename routerstatus_t.is_running to is_flagged_running
Nick Mathewson
2010-08-16
Fix misplaced labels
Sebastian Hahn
2010-07-27
Create routerparse.h
Sebastian Hahn
2010-07-27
Create networkstatus.h
Sebastian Hahn
2010-07-27
Create dirvote.h
Sebastian Hahn
2010-07-27
Create dirserv.h
Sebastian Hahn
2010-07-27
Create directory.h
Sebastian Hahn
2010-07-27
Create routerlist.h
Sebastian Hahn
2010-07-27
Create router.h
Sebastian Hahn
2010-02-27
Update copyright dates for files not in maint-0.2.1
Nick Mathewson
2009-10-26
Fix a very stupid coverity complaint (CID 416).
Nick Mathewson
2009-10-18
Add functions to serve microdescs and flavored consensuses.
Nick Mathewson
2009-10-15
Parse detached signatures and microdesc networkstatuses correctly.
Nick Mathewson
2009-10-15
Implement signatures for microdesc consensuses right.
Nick Mathewson
2009-10-15
Refactor consensus signature storage for multiple digests and flavors.
Nick Mathewson
2009-10-15
Code to generate, store, and parse microdescriptors and consensuses.
Nick Mathewson
2009-09-27
Fix a memleak
Sebastian Hahn
2009-09-27
Make a NULL check in test_dir.c non-redundant.
Nick Mathewson
2009-09-23
Carve out unrelated parts of test_dir_formats
Nick Mathewson
2009-09-23
Split directory tests into their own module.
Nick Mathewson