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-01-23
whitespace fixes
Nick Mathewson
2015-01-23
Tweak the 9969 fix a little
Nick Mathewson
2015-01-23
Merge remote-tracking branch 'public/ticket9969'
Nick Mathewson
2015-01-23
Merge remote-tracking branch 'public/ticket13762'
Nick Mathewson
2015-01-10
Merge branch 'master' of https://git.torproject.org/tor into bug13111-empty-k...
teor
2015-01-10
Merge branch 'bug14001-clang-warning' into bug13111-empty-key-files-fn-empty
teor
2015-01-07
Downgrade warnings about extrainfo incompatibility when reading cache
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-12-24
Allow consensus interval of 10 seconds when testing
teor
2014-11-26
Merge remote-tracking branch 'public/bug13126'
Nick Mathewson
2014-11-12
Merge remote-tracking branch 'rl1987/bug13644'
Nick Mathewson
2014-11-11
Renaming ROUTER_WAS_NOT_NEW to ROUTER_IS_ALREADY_KNOWN.
rl1987
2014-11-09
Print a warning when extra info document is found incompatible with router de...
rl1987
2014-11-08
Stop failing when key files are zero-length
teor
2014-11-03
Remove smartlist_choose_node_by_bandwidth()
Nick Mathewson
2014-11-02
Apply new calloc coccinelle patch
Nick Mathewson
2014-10-31
Use digest256map for computing microdescriptor downloads
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-10-28
Fix smartlist_choose_node_by_bandwidth() so that it rejects ORs with BadExit ...
rl1987
2014-10-26
Fix a crash bug introduced in 223d354e3.
Nick Mathewson
2014-10-20
Fix a use-after-free error in cleaned-up rouerlist code.
Nick Mathewson
2014-10-13
Merge remote-tracking branch 'public/bug11243_squashed'
Nick Mathewson
2014-10-13
Bugfixes on bug11243 fix for the not-added cases and tests
Nick Mathewson
2014-10-13
Unit tests for 11243: loading ri, ei, mds from lists
Nick Mathewson
2014-10-13
Treat unparseable (micro)descriptors and extrainfos as undownloadable
Nick Mathewson
2014-10-08
Improve DIRINFO flags' usage comments
teor
2014-09-29
Try to make max_dl_per_request a bit smarter
Nick Mathewson
2014-09-28
Stop spurious clang shallow analysis null pointer errors
teor
2014-09-23
Send long URLs when requesting ordinary server descriptors too.
Nick Mathewson
2014-09-23
fixup! Send more descriptor requests per attempt when using tunneled connections
Nick Mathewson
2014-09-23
fixup! Refactor initiate_descriptor_downloads() to be safer
Nick Mathewson
2014-09-23
fixup! Make router_pick_directory_server respect PDS_NO_EXISTING_*
Nick Mathewson
2014-09-23
fixup! Send more descriptor requests per attempt when using tunneled connections
Nick Mathewson
2014-09-23
fixup! Download microdescriptors if you're a cache
Nick Mathewson
2014-09-23
Send more descriptor requests per attempt when using tunneled connections
Arlo Breault
2014-09-23
Refactor initiate_descriptor_downloads() to be safer
Arlo Breault
2014-09-23
Make router_pick_directory_server respect PDS_NO_EXISTING_*
Arlo Breault
2014-09-11
Merge remote-tracking branch 'public/bug13104_025'
Nick Mathewson
2014-09-10
Avoid divide by zero and NaNs in scale_array_elements_to_u64
Nick Mathewson
2014-09-10
Merge remote-tracking branch 'origin/maint-0.2.5'
Nick Mathewson
2014-09-10
In routerlist_assert_ok(), check r2 before taking &(r2->cache_info)
Nick Mathewson
2014-09-09
Remove client-side bad directory logic
Sebastian Hahn
2014-08-21
Explicitly cast when dividing ints then implicitly casting to double.
Nick Mathewson
2014-08-13
Apply coccinelle script to replace malloc(a*b)->calloc(a,b)
Nick Mathewson
2014-08-08
Merge remote-tracking branch 'origin/maint-0.2.5'
Nick Mathewson
2014-08-06
fix three typos in comments
Roger Dingledine
2014-07-16
Merge remote-tracking branch 'asn/bug12207_second_draft'
Nick Mathewson
2014-07-09
Change interface of router_descriptor_is_too_old().
George Kadianakis
2014-06-24
Functionify the descriptor age check so that we can NOP it in tests.
George Kadianakis
2014-06-23
Update a comment and undef an identifier
Arlo Breault
[next]