aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2013-10-08Generate bootstrapping status messages for microdescs tooNick Mathewson
2013-05-10Merge bug5595-v2-squashed into maint-0.2.4Andrea Shepard
2013-05-09Clean up ugly constants in connection_dir_download_cert_failed(), and fix a b...Andrea Shepard
2013-05-09When downloading certificates, distinguish requesting by identity digest from...Andrea Shepard
2013-03-10Add a DisableV2DirectoryInfo_ option to 404 all v2 ns requestsNick Mathewson
2013-02-12Restore the entry/dirguard distinction.Nick Mathewson
2013-02-02generalize choose_random_entry()'s dirinfo parameterRoger Dingledine
2013-02-02use microdescriptors if *any* of our bridges can handle themRoger Dingledine
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-17Remove dirreq-v2-* lines from extra-info descriptors.Karsten Loesing
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-12-25Fix a possibly-unused-var warning. Thank you, GCC.Nick Mathewson
2012-12-25Add configuration options for directory guardsNick Mathewson
2012-12-25Directory guard implementation.Nick Mathewson
2012-12-25Split choosing a regular directory into its own fnNick Mathewson
2012-12-06Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson
2012-12-06Start refactoring trusted_dir_servers into trusted and fallback listsNick Mathewson
2012-12-06Make output of router_get_trusted_dir_servers constNick Mathewson
2012-10-22Merge branch 'split_circuitbuild'Nick Mathewson
2012-10-19Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-10-19Don't serve or accept v2 HS descs over a DirPortRobert Ransom
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-08Use dirreq_id from channel_t when appropriateAndrea Shepard
2012-09-14Split the routerset code out of routerlist.cNick Mathewson
2012-09-12Fix directory self-testing logicNick Mathewson
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-09-11Fix assertion failure in tor_timegm.Nick Mathewson
2012-09-07Remove version_supports checks for versions before 0.2.2.Nick Mathewson
2012-08-09Don't infer we have a FooPort from the presence of a FooPort lineNick Mathewson
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-06-15Check the correct consensus before giving it to the clientNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-04-27When downloading bridge descs from a bridge authority, always be anonymousNick Mathewson
2012-04-17Don't fetch v2 networkstatuses from caches, even if auths are downNick Mathewson
2012-04-01Merge branch 'maint-0.2.2'Roger Dingledine
2012-04-01put a _ before or_options_t elements that aren't configurableRoger Dingledine
2012-04-01Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-04-01Do not use strcmp() to compare an http authenticator to its expected valueNick Mathewson
2012-02-09Roger notes that address and addr are two different things.Karsten Loesing
2012-02-09Count IPv6 connections in bridge and entry stats.Karsten Loesing
2012-01-25Allow 0.2.3.x clients to use 0.2.2.x bridges.Roger Dingledine
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson
2012-01-16Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson
2012-01-16Try to use smartlist_add_asprintf consistentlyNick Mathewson
2011-12-04cid 432: Remove dead code if we don't handle a consensusSebastian Hahn