aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2015-12-08Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2015-12-08Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-12-08Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-12-08Ensure node is a guard candidate when picking a directory guardArlo Breault
2015-09-24Make our digest-mismatch warnings a touch betterNick Mathewson
2015-08-13Decouple routerlist_retry_directory_downloads() from the blobNick Mathewson
2015-08-12Fix a memory leak when adding an ri with expired ed certsNick Mathewson
2015-07-10Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 optionsNick Mathewson
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28Enforce more correspondence between ri and eiNick Mathewson
2015-05-28Sign extrainfo documents with ed25519Nick Mathewson
2015-05-28Implement proposal 228: cross-certification with onion keysNick Mathewson
2015-05-28Implement ed25519-signed descriptorsNick Mathewson
2015-03-24Remove version checks for microdescriptor supportNick Mathewson
2015-03-14Remove relative paths to header files.cypherpunks
2015-02-20Merge remote-tracking branch 'public/bug11454_11457'Nick Mathewson
2015-02-19Do not try to download an EI for which we don't have a matching SD.Nick Mathewson
2015-02-18Downgrade new extrainfo_insert warnings on startupNick Mathewson
2015-02-18Improve log messages for diagnosing 13762Nick Mathewson
2015-02-18Merge branch 'bug9321_rerebase'Nick Mathewson
2015-02-18Final guardfraction preparations for upstream merge.George Kadianakis
2015-02-18Calculate relay weighted bandwidth using guardfraction bandwidths.George Kadianakis
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-09Rewrite the logic for deciding when to drop old/superseded certificatesNick Mathewson
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