]> git.ipfire.org Git - thirdparty/tor.git/commit
rip out hid_serv_responsible_for_desc_id()
authorRoger Dingledine <arma@torproject.org>
Fri, 11 Mar 2016 15:40:31 +0000 (10:40 -0500)
committerRoger Dingledine <arma@torproject.org>
Fri, 11 Mar 2016 15:40:31 +0000 (10:40 -0500)
commite167910fce2b83d9de3a252cdf02cabdafced14b
tree9d8beb87b0455c32c5e79dd6d3b6e9543b748086
parent656e23171d64885c1bea95403768386ee369e949
rip out hid_serv_responsible_for_desc_id()

This simplifies relay behavior, because the relay offers the hsdir
functionality independent of whether the directory authorities have
decided this relay is suitable for clients to use yet.

Implements ticket 18332.
changes/ticket18332 [new file with mode: 0644]
src/or/rendcache.c
src/or/rendcommon.c
src/or/rendcommon.h
src/test/test_dir_handle_get.c
src/test/test_rendcache.c