summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2014-09-09Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-09Add more escaped() calls in directory.cNick Mathewson
2014-08-08Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-08-06fix three typos in commentsRoger Dingledine
2014-06-19Merge remote-tracking branch 'karsten/bug11683'Nick Mathewson
2014-05-15Merge remote-tracking branch 'public/bug11469_024'Nick Mathewson
2014-05-14Use DirPort for uploading descriptors.Nick Mathewson
2014-05-11Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long.dana koch
2014-05-05Believe that v3 dirauths always serve extra infos.Karsten Loesing
2014-05-05Remove /tor/dbg-stability.txt URL.Karsten Loesing
2014-05-01Merge remote-tracking branch 'public/bug10849_025'Nick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug4645'Nick Mathewson
2014-04-01Add one more missing heck on bug4645 fixesNick Mathewson
2014-03-18Take out remaining V1 directory code.Karsten Loesing
2014-03-05Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson
2014-02-14tristate->enum in rendcommon functionsNick Mathewson
2014-02-12Remove remaining v0 hidden service descriptor code.Karsten Loesing
2014-02-11Merge branch 'bug10881'Nick Mathewson
2014-02-11Remove TunnelDirConns and PreferTunnelledDirConnsNick Mathewson
2014-02-10Remove options for configuring HS authorities.Nick Mathewson
2014-02-08Suppress warning in networks with only 1 dirauth.Karsten Loesing
2014-02-06fix longname returned in HS_DESC control eventsQingping Hou
2014-02-03Using proper functions to create tor_addr_t.rl1987
2014-02-03Removing is_internal_IP() function. Resolves ticket 4645.rl1987
2014-02-03Merge remote-tracking branch 'houqp/hs_control'Nick Mathewson
2014-01-29add hidden service descriptor async control eventQingping Hou
2014-01-29Rip out all of the v2 directory code.Nick Mathewson
2013-10-08Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-10-08don't lie about bootstrap progress when clients use bridgesRoger Dingledine
2013-10-08Generate bootstrapping status messages for microdescs tooNick Mathewson
2013-09-29fix whitespace in log messageRoger Dingledine
2013-09-03Fix some "ISO C90 forbids mixed declarations and code" warningsNick Mathewson
2013-09-03Handle HTTP minor versions greater than 9Nick Mathewson
2013-09-03Tougher validation for parsing urls from HTTP headers. Fixes #2767.Kevin Butler
2013-07-18Add transport information to the GeoIP database.George Kadianakis
2013-05-24Tweak #6752 patch based on comments by nickm.Karsten Loesing
2013-05-16Lower dir fetch retry schedules in testing networks.Karsten Loesing
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-09stop passing "address" around the directory_initiate_command* funcsRoger Dingledine
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