summaryrefslogtreecommitdiff
path: root/src/or/microdesc.c
AgeCommit message (Expand)Author
2013-03-11Check more error codes when writing microdescriptors.Nick Mathewson
2013-03-11Use fds, not stdio, to manage microdescriptor filesNick Mathewson
2013-02-02use microdescriptors if *any* of our bridges can handle themRoger Dingledine
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-02Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson
2012-12-13Nuke uses of memcmp outside of unit testsNick Mathewson
2012-12-03fix some typosRoger Dingledine
2012-11-14Parse IPv6 policy summaries from router descriptors and microdescsNick Mathewson
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-09-03Don't log about reloading the microdescriptor cache at startupRoger Dingledine
2012-09-03fix whitespace and trivial typoRoger Dingledine
2012-07-31Warn at parse time for routerstatus entry missing a microdesc consensusNick Mathewson
2012-06-26Downgrade message about md cache cleaning from notice to infoNick Mathewson
2012-06-15Fix a typo found by Mike.Nick Mathewson
2012-06-15Change a silent ignore-the-bug in microdesc.c to a LOG_INFONick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick 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-05-24Abort writing cached-microdescs if a failed write has occurred.Nick Mathewson
2012-01-25Allow 0.2.3.x clients to use 0.2.2.x bridges.Roger Dingledine
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2011-09-28Add some debugging code to microdesc.[ch]Nick Mathewson
2011-09-28Fix a crash bug in tor_assert(md->held_by_node)Nick Mathewson
2011-08-29Make FetchUselessDescriptors fetch all desc typesNick Mathewson
2011-08-15Oops; _actually_ enable microdesc-by-default for clientsNick Mathewson
2011-07-07Merge remote-tracking branch 'public/bug3153'Nick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-05-12Merge remote-tracking branch 'public/bug3122_memcmp_023'Nick Mathewson
2011-05-12Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-12Unmap microdesc cache before replacing it.Nick Mathewson
2011-05-12Track where microdescs are referenced to prevent free errsNick Mathewson
2011-05-11Hand-tune the new tor_memcmp instances in 0.2.3Nick Mathewson
2011-05-11Reapply the automated memcmp conversion to 0.2.3 to catch newly added memcmpsNick Mathewson
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson
2011-05-11Hand-tune the new tor_memcmp instances in 0.2.2Nick Mathewson
2011-05-11Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...Nick Mathewson
2011-05-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-09Fix a potential null deref when rebuilding md cacheSebastian Hahn
2011-05-05Fix check-spaces issues in masterNick Mathewson
2011-05-05Make microdesc use off-by-default for now, since there are not enough cachesNick Mathewson
2011-05-05Code to make clients fetch and use microdescriptors for circuit buildingNick Mathewson
2011-05-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-03Change who calls microdesc_cache_rebuild().Nick Mathewson
2011-05-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-03Rebuild the microdesc cache when a sufficient number of bytes are droppedNick Mathewson
2011-05-03Backport microdesc_cache_clean to 0.2.2Nick Mathewson
2011-05-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-03Fix a check for when to rebuild the microdesc cache. (Backport from 0.2.3.Nick Mathewson