aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'public/bug4645'Nick Mathewson2014-04-01
|\
| * Add one more missing heck on bug4645 fixesNick Mathewson2014-04-01
| * Using proper functions to create tor_addr_t.rl19872014-02-03
| * Removing is_internal_IP() function. Resolves ticket 4645.rl19872014-02-03
* | Take out remaining V1 directory code.Karsten Loesing2014-03-18
* | Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson2014-03-05
|\ \
| * | stop passing "address" around the directory_initiate_command* funcsRoger Dingledine2013-02-09
* | | tristate->enum in rendcommon functionsNick Mathewson2014-02-14
* | | Remove remaining v0 hidden service descriptor code.Karsten Loesing2014-02-12
* | | Merge branch 'bug10881'Nick Mathewson2014-02-11
|\ \ \
| * | | Remove options for configuring HS authorities.Nick Mathewson2014-02-10
* | | | Suppress warning in networks with only 1 dirauth.Karsten Loesing2014-02-08
|/ / /
* | / fix longname returned in HS_DESC control eventsQingping Hou2014-02-06
| |/ |/|
* | Merge remote-tracking branch 'houqp/hs_control'Nick Mathewson2014-02-03
|\ \
| * | add hidden service descriptor async control eventQingping Hou2014-01-29
* | | Rip out all of the v2 directory code.Nick Mathewson2014-01-29
|/ /
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-10-08
|\ \
| * | Generate bootstrapping status messages for microdescs tooNick Mathewson2013-10-08
* | | don't lie about bootstrap progress when clients use bridgesRoger Dingledine2013-10-08
* | | fix whitespace in log messageRoger Dingledine2013-09-29
* | | Fix some "ISO C90 forbids mixed declarations and code" warningsNick Mathewson2013-09-03
* | | Handle HTTP minor versions greater than 9Nick Mathewson2013-09-03
* | | Tougher validation for parsing urls from HTTP headers. Fixes #2767.Kevin Butler2013-09-03
* | | Add transport information to the GeoIP database.George Kadianakis2013-07-18
* | | Tweak #6752 patch based on comments by nickm.Karsten Loesing2013-05-24
* | | Lower dir fetch retry schedules in testing networks.Karsten Loesing2013-05-16
|/ /
* | Merge bug5595-v2-squashed into maint-0.2.4Andrea Shepard2013-05-10
|\ \
| * | Clean up ugly constants in connection_dir_download_cert_failed(), and fix a b...Andrea Shepard2013-05-09
| * | When downloading certificates, distinguish requesting by identity digest from...Andrea Shepard2013-05-09
* | | Add a DisableV2DirectoryInfo_ option to 404 all v2 ns requestsNick Mathewson2013-03-10
* | | Restore the entry/dirguard distinction.Nick Mathewson2013-02-12
* | | generalize choose_random_entry()'s dirinfo parameterRoger Dingledine2013-02-02
* | | use microdescriptors if *any* of our bridges can handle themRoger Dingledine2013-02-02
| |/ |/|
* | Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* | Remove dirreq-v2-* lines from extra-info descriptors.Karsten Loesing2013-01-17
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Fix a possibly-unused-var warning. Thank you, GCC.Nick Mathewson2012-12-25
* | Add configuration options for directory guardsNick Mathewson2012-12-25
* | Directory guard implementation.Nick Mathewson2012-12-25
* | Split choosing a regular directory into its own fnNick Mathewson2012-12-25
* | Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson2012-12-06
* | Start refactoring trusted_dir_servers into trusted and fallback listsNick Mathewson2012-12-06
* | Make output of router_get_trusted_dir_servers constNick Mathewson2012-12-06
* | Merge branch 'split_circuitbuild'Nick Mathewson2012-10-22
|\ \
| * | Move the circuit build timeout code into its own file.Nick Mathewson2012-10-15
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-10-19
|\ \ \ | |/ / |/| / | |/
| * Don't serve or accept v2 HS descs over a DirPortRobert Ransom2012-10-19
* | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | Use dirreq_id from channel_t when appropriateAndrea Shepard2012-10-08
* | Split the routerset code out of routerlist.cNick Mathewson2012-09-14