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
/
or
/
routerlist.c
Age
Commit message (
Expand
)
Author
2015-12-08
Ensure node is a guard candidate when picking a directory guard
Arlo Breault
2014-04-16
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2014-04-16
remove note about dannenberg; it has upgraded.
Nick Mathewson
2014-04-16
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2014-04-16
Update the authority signing key blacklist
Nick Mathewson
2014-04-14
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2014-04-14
Tweak changes file and comment dates.
Nick Mathewson
2014-04-14
Fill in the list of blacklisted signing keys.
Nick Mathewson
2014-04-14
Code to blacklist authority signing keys
Nick Mathewson
2014-03-11
Remove the unused router_hex_digest_matches
Nick Mathewson
2013-09-19
When freeing a cert_list_t, avoid memory leak.
Nick Mathewson
2013-05-10
Merge bug5595-v2-squashed into maint-0.2.4
Andrea Shepard
2013-05-09
Rephrase comment in trusted_dirs_load_certs_from_string() to reflect 5595 fix
Andrea Shepard
2013-05-09
Make warning in authority_cert_dl_failed() LD_BUG per NickM code review
Andrea Shepard
2013-05-09
Use tor_asprintf() and clean up string handling in authority_certs_fetch_miss...
Andrea Shepard
2013-05-09
Avoid duplicate downloads by (fp,sk) and by fp for authority certs when boots...
Andrea Shepard
2013-05-09
When downloading certificates, distinguish requesting by identity digest from...
Andrea Shepard
2013-04-14
Rename all fields which measure bw in kb to end with _kb
Nick Mathewson
2013-03-18
Merge remote-tracking branch 'public/no_dup_guards' into maint-0.2.4
Nick Mathewson
2013-02-23
Remove some totally unused functions
Nick Mathewson
2013-02-23
Remove a bunch of unused macro definitions
Nick Mathewson
2013-02-14
Be more robust when excluding existing nodes as new dirguards
Nick Mathewson
2013-02-12
get rid of the new caching notion in resolve_my_address()
Roger Dingledine
2013-02-11
Teach resolve_my_address() to return a cached answer
Roger Dingledine
2013-02-11
Refactor resolve_my_address() so logs are more accurate / helpful
Roger Dingledine
2013-02-01
Rename and relocate the bw weight scale param getter.
Mike Perry
2013-02-01
Rename log() to tor_log() for logging
Nick Mathewson
2013-01-30
Add a function to compute fraction of nodes (by weighted bw) with descriptors
Nick Mathewson
2013-01-18
Split smartlist_choose_node_by_bandwidth_weights
Nick Mathewson
2013-01-16
Rename *_isin to *_contains
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2013-01-03
Merge branch 'ntor-resquashed'
Nick Mathewson
2013-01-02
Wrangle curve25519 onion keys: generate, store, load, publish, republish
Nick Mathewson
2012-12-18
When there are no dir_server_ts to choose, don't crash
Nick Mathewson
2012-12-17
Avoid a 'may be used uninitialized' warning
Nick Mathewson
2012-12-13
Nuke uses of memcmp outside of unit tests
Nick Mathewson
2012-12-06
Add an option to weight down authorities when choosing a fallback
Nick Mathewson
2012-12-06
When choosing among dirserver_ts, consider their weights
Nick Mathewson
2012-12-06
New FallbackDir option to add extra directories for bootstraping
Nick Mathewson
2012-12-06
Refactor add_trusted_dir_server
Nick Mathewson
2012-12-06
Rename trusted_dir_server_t to dir_server_t. Automatic renaming.
Nick Mathewson
2012-12-06
Start refactoring trusted_dir_servers into trusted and fallback lists
Nick Mathewson
2012-12-06
Make output of router_get_trusted_dir_servers const
Nick Mathewson
2012-11-14
Parse IPv6 policy summaries from router descriptors and microdescs
Nick Mathewson
2012-11-04
Merge remote-tracking branch 'linus/bug5053-bug5055'
Nick Mathewson
2012-10-31
Change some comments to reflect the multitude of GeoIP databases.
Linus Nordberg
2012-10-15
Move the circuit build timeout code into its own file.
Nick Mathewson
2012-10-12
Rename all reserved C identifiers we defined
Nick Mathewson
2012-09-17
Implement and use crypto_pk_eq_keys
Robert Ransom
2012-09-14
Move functions for seeing if we know enough nodes into nodelist
Nick Mathewson
[next]