Commit message (Expand) | Author | Age | |
---|---|---|---|
* | 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 Mathewson | 2011-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 Mathewson | 2011-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 Mathewson | 2011-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 Mathewson | 2011-05-05 |
* | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-01-03 |
|\ | |||
| * | Bump copyright statements to 2011 (0.2.2) | Nick Mathewson | 2011-01-03 |
* | | Try to make most routerstatus_t interfaces const | Nick Mathewson | 2010-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 Mathewson | 2010-09-02 |
* | Create directory.h | Sebastian Hahn | 2010-07-27 |