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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
dirserv.h
Age
Commit message (
Expand
)
Author
2016-05-11
Fix out-of-bounds write during voting with duplicate ed25519 keys
John Brooks
2016-03-21
After we strip out duplicate entries from 'routers', don't use 'rl'.
Nick Mathewson
2015-08-18
Refactor TestingDirAuthVote* into dirserv_set_routerstatus_testing
teor
2015-07-31
Improve log messages for problems about ed25519 keypinning
Nick Mathewson
2015-02-18
Merge branch 'bug9321_rerebase'
Nick Mathewson
2015-02-18
Parse Guardfraction file and apply results to routerstatuses.
George Kadianakis
2015-01-10
Implement proposal 227-vote-on-package-fingerprints.txt
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-09
Remove support for naming directory authorities
Sebastian Hahn
2014-03-18
Take out remaining V1 directory code.
Karsten Loesing
2014-02-15
Remove a bunch of functions that were never called.
Nick Mathewson
2014-01-29
Rip out all of the v2 directory code.
Nick Mathewson
2013-10-21
A Bridge Authority should compute flag thresholds
Matthew Finkel
2013-07-10
Completely refactor how FILENAME_PRIVATE works
Nick Mathewson
2013-04-18
Merge branch 'less_charbuf_rebased' into maint-0.2.4
Nick Mathewson
2013-04-18
Add a quick-and-dirty-test for generate_v2_networkstatus.
Nick Mathewson
2013-04-18
Remove some now-needless length defines
Nick Mathewson
2013-04-18
Remove RS_ENTRY_LEN
Nick Mathewson
2013-04-18
Refactor routerstatus_format_entry to avoid character-buffers
Nick Mathewson
2013-04-14
Rename all fields which measure bw in kb to end with _kb
Nick Mathewson
2013-03-18
Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4
Nick Mathewson
2013-03-18
Add dirserv_has_measured_bw() predicate wrapper for dirserv_query_measured_bw...
Andrea Shepard
2013-03-07
Add unit test for dirserv measured bandwidth cache
Andrea Shepard
2013-02-23
Remove a bunch of unused macro definitions
Nick Mathewson
2013-02-19
Refactor storing of measured_bw versus Unmeasured=1.
Nick Mathewson
2013-02-04
Include a flag-thresholds line in each vote to describe flag cutoffs
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-12-07
Merge remote-tracking branch 'public/bug6887'
Nick Mathewson
2012-10-12
Convert all include-guard macros to avoid reserved identifiers.
Nick Mathewson
2012-09-18
Remove some deadcode for parsing v1 directories
Nick Mathewson
2012-07-19
Add last_reachable and testing_since for IPv6 OR port.
Linus Nordberg
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-03-30
Exits don't need to fetch certs for unknown authorities
Nick Mathewson
2012-03-29
simplify further
Roger Dingledine
2012-01-18
Rename nonconformant identifiers.
Nick Mathewson
2011-06-14
Make the get_options() return const
Nick Mathewson
2011-03-14
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-03-12
Tweak bug2716 patch a little
Nick Mathewson
2011-03-11
improve accuracy for when a relay went unreachable
Roger Dingledine
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-10-01
Initial conversion to use node_t throughout our codebase.
Nick Mathewson
2010-10-01
Try to make most routerstatus_t interfaces const
Nick Mathewson
2010-10-01
Try to make most routerinfo_t interfaces const
Nick Mathewson
2010-09-14
Merge branch 'bug911'
Nick Mathewson
2010-08-18
Move code for launching tests out of router_add_to_routerlist()
Nick Mathewson
2010-08-17
Remove unused function declarations
Sebastian Hahn
2010-07-27
Create dirserv.h
Sebastian Hahn