summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
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
2011-11-30Merge branch 'feature2553-v4-rebased'Nick Mathewson
2011-11-30Add ifdefs to disable #3332 assertionsRobert Ransom
2011-11-30Use correct address family where necessary for bridges on IPv6.Linus Nordberg
2011-11-30Add some logging and comments.Linus Nordberg
2011-11-30Initial hacking for proposal 186.Nick Mathewson
2011-09-28Merge branch 'maint-0.2.2'Roger Dingledine
2011-09-28bug 4115: make bridges use begindir for their dir fetchesRoger Dingledine
2011-09-07Report reason for generating descriptor in an HTTP headerNick Mathewson
2011-09-07Clean up HTTP request header generation a littleNick Mathewson
2011-09-07Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson
2011-08-26Fix a bufferevent-related bug that killed tunneled dirserv connsNick Mathewson
2011-07-21Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson
2011-07-19Implement sensible isolation for tunneled directory connsNick Mathewson
2011-07-14Only download microdesc consensus from caches that support itNick Mathewson
2011-07-11Make a function staticNick Mathewson
2011-07-11Split connection_about_to_close_connection into separate functionsNick Mathewson
2011-07-07Kill redundant checks around routerset_contains_*()Nick Mathewson
2011-07-01Don't shadow parameters with local variablesNick Mathewson
2011-06-15Merge remote-tracking branch 'rransom-tor/bug3332-v2'Nick Mathewson
2011-06-14Assert that HS operations are not performed using single-hop circuitsRobert Ransom
2011-06-14Make the get_options() return constNick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30Merge branch 'bug3045' into maint-0.2.2Nick Mathewson
2011-05-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson
2011-05-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-16Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-05-16Check fetched rendezvous descriptors' service IDsRobert Ransom
2011-05-15Log descriptions of nodes, not just nicknames.Nick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Merge branch 'bug3026' into maint-0.2.2Nick Mathewson
2011-05-12Merge remote-tracking branch 'public/bug3122_memcmp_023'Nick Mathewson
2011-05-12Merge remote-tracking branch 'public/bug3122_memcmp_022' into maint-0.2.2Nick Mathewson
2011-05-12bug 3026: do not upload our vote to ourselfNick Mathewson
2011-05-12Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-12Merge branch 'bug1352' into maint-0.2.2Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson