summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2012-12-13Nuke uses of memcmp outside of unit testsNick Mathewson
2012-12-13Merge branch 'fallback_dirsource_v3'Nick Mathewson
2012-12-07Merge remote-tracking branch 'public/bug6887'Nick Mathewson
2012-12-06Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson
2012-12-06Correct moribund logic about caching v2 networkstatusesNick Mathewson
2012-12-06Make output of router_get_trusted_dir_servers constNick Mathewson
2012-11-14Actually generate microdescriptors with p6 lines.Nick Mathewson
2012-11-14Better policy support for IPv6Nick Mathewson
2012-10-15Merge remote-tracking branch 'public/bug1031'Nick Mathewson
2012-10-15Fix a long lineNick Mathewson
2012-10-15fixed differing returntype in definition and declaration of dirserv_add_extra...Markus Teich
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-12Install correct incoming cell handlers on reachability testing channelsAndrea Shepard
2012-10-10Merge branch 'bug7011'Nick Mathewson
2012-10-10Use fmt_addrport where appropriate.David Fifield
2012-10-08Make reachabiity test in dirserv.c use channel_tAndrea Shepard
2012-09-21Remove the testing_since* fieldsNick Mathewson
2012-09-18Remove some deadcode for parsing v1 directoriesNick Mathewson
2012-09-17Merge remote-tracking branch 'linus/bug6880'Nick Mathewson
2012-09-17Don't do reachability testing over IPv6 unless AuthDirPublishIPv6 is set.Linus Nordberg
2012-09-13Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson
2012-09-10Merge branch 'remove_old_ver_checks'Nick Mathewson
2012-09-10Merge remote-tracking branch 'public/ticket6789'Nick Mathewson
2012-09-10Don't follow the NULL pointer.Linus Nordberg
2012-09-07Remove one more check for an insanely old versionNick Mathewson
2012-09-07Dirservers no longer accept tors released before December 2011.Nick Mathewson
2012-09-06fix punctuation in logsRoger Dingledine
2012-09-05Remove AuthDirPublishIPv6 and let AuthDirHasIPv6Connectivity fill its function.Linus Nordberg
2012-09-04Allocate vote_microdesc_hash_t using tor_malloc_zero().Linus Nordberg
2012-09-04Whitespace.Linus Nordberg
2012-09-04Generate microdescriptors with "a" lines.Linus Nordberg
2012-09-04Have directory authorities vote on IPv6 OR ports according to the specLinus Nordberg
2012-08-21Merge remote-tracking branch 'linus/bug6621'Nick Mathewson
2012-08-17Merge remote-tracking branch 'public/bug5124'Nick Mathewson
2012-08-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-17Make authorities not set Running unless all advertised OR ports are reachable.Linus Nordberg
2012-08-09Don't infer we have a FooPort from the presence of a FooPort lineNick Mathewson
2012-07-19Add config option AuthDirPublishIPv6.Linus Nordberg
2012-07-19Don't shadow 'buf'.Linus Nordberg
2012-07-19Add configure option AuthDirHasIPv6Connectivity.Linus Nordberg
2012-07-19Rename routers_have_same_or_addr() to reflect the fact that it now checks bot...Linus Nordberg
2012-07-19Include IPv6 OR ports in status documents only if we're a bridge authority.Linus Nordberg
2012-07-19Don't put unreachable IPv6 OR port in routerstatus.Linus Nordberg
2012-07-19Add "a" line to status document.Linus Nordberg
2012-07-19Add last_reachable and testing_since for IPv6 OR port.Linus Nordberg
2012-07-19Don't assume that a node has routerinfo.Linus Nordberg
2012-07-19Move last_reachable and testing_since from routerinfo_t to node_t.Linus Nordberg
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-06-28Never emit the "opt" prefix in any directory stuffNick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson