aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2015-02-11Merge branch 'bug12844'Nick Mathewson
2015-01-23whitespace fixesNick Mathewson
2015-01-23Tweak the 9969 fix a littleNick Mathewson
2015-01-23Merge remote-tracking branch 'public/ticket9969'Nick Mathewson
2015-01-23Merge remote-tracking branch 'public/ticket13762'Nick Mathewson
2015-01-10Merge branch 'master' of https://git.torproject.org/tor into bug13111-empty-k...teor
2015-01-10Merge branch 'bug14001-clang-warning' into bug13111-empty-key-files-fn-emptyteor
2015-01-07Downgrade warnings about extrainfo incompatibility when reading cacheNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-24Allow consensus interval of 10 seconds when testingteor
2014-11-26Merge remote-tracking branch 'public/bug13126'Nick Mathewson
2014-11-12Merge remote-tracking branch 'rl1987/bug13644'Nick Mathewson
2014-11-11Renaming ROUTER_WAS_NOT_NEW to ROUTER_IS_ALREADY_KNOWN.rl1987
2014-11-09Print a warning when extra info document is found incompatible with router de...rl1987
2014-11-08Stop failing when key files are zero-lengthteor
2014-11-03Remove smartlist_choose_node_by_bandwidth()Nick Mathewson
2014-11-02Apply new calloc coccinelle patchNick Mathewson
2014-10-31Use digest256map for computing microdescriptor downloadsNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-28Fix smartlist_choose_node_by_bandwidth() so that it rejects ORs with BadExit ...rl1987
2014-10-26Fix a crash bug introduced in 223d354e3.Nick Mathewson
2014-10-20Fix a use-after-free error in cleaned-up rouerlist code.Nick Mathewson
2014-10-13Merge remote-tracking branch 'public/bug11243_squashed'Nick Mathewson
2014-10-13Bugfixes on bug11243 fix for the not-added cases and testsNick Mathewson
2014-10-13Unit tests for 11243: loading ri, ei, mds from listsNick Mathewson
2014-10-13Treat unparseable (micro)descriptors and extrainfos as undownloadableNick Mathewson
2014-10-08Improve DIRINFO flags' usage commentsteor
2014-09-29Try to make max_dl_per_request a bit smarterNick Mathewson
2014-09-28Stop spurious clang shallow analysis null pointer errorsteor
2014-09-23Send long URLs when requesting ordinary server descriptors too.Nick Mathewson
2014-09-23fixup! Send more descriptor requests per attempt when using tunneled connectionsNick Mathewson
2014-09-23fixup! Refactor initiate_descriptor_downloads() to be saferNick Mathewson
2014-09-23fixup! Make router_pick_directory_server respect PDS_NO_EXISTING_*Nick Mathewson
2014-09-23fixup! Send more descriptor requests per attempt when using tunneled connectionsNick Mathewson
2014-09-23fixup! Download microdescriptors if you're a cacheNick Mathewson
2014-09-23Send more descriptor requests per attempt when using tunneled connectionsArlo Breault
2014-09-23Refactor initiate_descriptor_downloads() to be saferArlo Breault
2014-09-23Make router_pick_directory_server respect PDS_NO_EXISTING_*Arlo Breault
2014-09-15Implement Tor2webRendezvousPoints functionality.George Kadianakis
2014-09-11Merge remote-tracking branch 'public/bug13104_025'Nick Mathewson
2014-09-10Avoid divide by zero and NaNs in scale_array_elements_to_u64Nick Mathewson
2014-09-10Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-10In routerlist_assert_ok(), check r2 before taking &(r2->cache_info)Nick Mathewson
2014-09-09Remove client-side bad directory logicSebastian Hahn
2014-08-21Explicitly cast when dividing ints then implicitly casting to double.Nick Mathewson
2014-08-13Apply coccinelle script to replace malloc(a*b)->calloc(a,b)Nick Mathewson
2014-08-08Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-08-06fix three typos in commentsRoger Dingledine
2014-07-16Merge remote-tracking branch 'asn/bug12207_second_draft'Nick Mathewson
2014-07-09Change interface of router_descriptor_is_too_old().George Kadianakis