aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.h
Commit message (Expand)AuthorAge
* Make a function static•••Now that connection_dir_about_to_close() is in directory.c, there's no reason to expose connection_dir_request_failed(). Nick Mathewson2011-07-11
* Split connection_about_to_close_connection into separate functions•••This patch does NOTHING but: - move code - add declarations and includes as needed to make the new code work - declare the new functions. Nick Mathewson2011-07-11
* Code to make clients fetch and use microdescriptors for circuit building•••To turn this on, set UseMicrodescriptors to "1" (or "auto" if you want it on-if-you're-a-client). It should go auto-by-default once 0.2.3.1-alpha is released. Because of our node logic, directory caches will never use microdescriptors when they have the right routerinfo available. Nick Mathewson2011-05-05
* Automated rename from authority_type_t to dirinfo_type_t•••We were already overloading this type to mean "a directory that can serve us X" in addition to "a directory that is an authority for X." Nick Mathewson2011-05-05
* Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\
| * Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* | Try to make most routerstatus_t interfaces constNick Mathewson2010-10-01
|/
* Complicate the rules on WARN vs INFO in consensus verification•••It's normal when bootstrapping to have a lot of different certs missing, so we don't want missing certs to make us warn... unless the certs we're missing are ones that we've tried to fetch a couple of times and failed at. May fix bug 1145. Nick Mathewson2010-09-02
* Create directory.hSebastian Hahn2010-07-27