aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
* Fix a URL in a log message.Nick Mathewson2009-11-04
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-10-26
|\
| * Only send the if_modified_since header for a v3 consensus.Nick Mathewson2009-10-26
* | Add functions to serve microdescs and flavored consensuses.Nick Mathewson2009-10-18
* | Actually remember all the consensus types when we are done generating them.Nick Mathewson2009-10-15
* | Generate all the flavors of consensuses when building consensuses.Nick Mathewson2009-10-15
* | Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson2009-10-15
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-09-01
|\|
| * Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* | Merge branch 'maint-0.2.1'Roger Dingledine2009-08-31
|\|
| * Only send reachability status events on overall success/failureRoger Dingledine2009-08-31
* | Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson2009-08-26
|\ \
| * | Remove ./configure option for entry and dir request statistics.Karsten Loesing2009-08-17
* | | Merge commit 'public/socks-client'Nick Mathewson2009-08-26
|\ \ \
| * | | Change proxy-address type to tor_addr_t to allow ipv6 proxies.Nick Mathewson2009-06-19
| * | | Enable Tor to connect through SOCKS 4/5 proxiesChristopher Davis2009-06-19
* | | | Notice v3 cert parsing failuresRoger Dingledine2009-08-20
| |/ / |/| |
* | | Some tweaks to statistics.Karsten Loesing2009-07-15
* | | Some tweaks to directory request download times.Karsten Loesing2009-07-15
* | | Directories now also measure download times of network statuses.Karsten Loesing2009-07-15
* | | Merge commit 'karsten/geoipstats-download-resp-master'Nick Mathewson2009-07-14
|\ \ \
| * | | Write number of rejected requests to geoip-stats file.Karsten Loesing2009-07-14
* | | | fix comments and other typosRoger Dingledine2009-07-13
|/ / /
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-22
|\ \ \ | |/ / |/| / | |/
| * Serve DirPortFrontPage even if the write bucket is low.Nick Mathewson2009-06-22
* | Isolate Libevent API dependency to just main.c and dns.c in src/or.Nick Mathewson2009-06-12
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\|
| * Spell-check Tor.Nick Mathewson2009-05-27
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Remove unused rendversion parameters. YAGNI.Karsten Loesing2009-05-04
* | Clients do not request version 0 hidserv descs anymore.Karsten Loesing2009-05-04
* | Update copyright to 2009.Karsten Loesing2009-05-02
|/
* For belt-and-suspenders, relays that don't set Address in their configRoger Dingledine2009-04-11
* log more verbosely when we accept or decline a router descriptor,Roger Dingledine2009-04-01
* if a directory authority declines our server descriptors because it'sRoger Dingledine2009-03-31
* Directory authorities should never send a 503 "busy" response toRoger Dingledine2009-03-31
* Make directory usage recording work again. Fixing bug introduced in r17009.Karsten Loesing2009-03-11
* Actually use tor_sscanf() to parse untrusted input.Nick Mathewson2009-03-03
* Actually send the extra_headers content in write_http_response_header_impl. ...Nick Mathewson2009-01-28
* Prevent bridge relays from serving their 'extrainfo' documentRoger Dingledine2009-01-06
* Make dirserv_get_routerdesc_fingerprints() treat extrainfos with send_unencry...Nick Mathewson2009-01-06
* OpenBSD malloc.h believes that you should be able to detect headers with auto...Nick Mathewson2009-01-04
* Another round of downgrading removing or postponing XXXX021 issues. Some rem...Nick Mathewson2009-01-04
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* take out my IMPOSSIBLE_TO_DOWNLOAD+1 hackRoger Dingledine2009-01-02
* Increment n_download_failures up to IMPOSSIBLE_TO_DOWNLOAD-1, not up to IMPOS...Nick Mathewson2008-12-31
* fix a bug in download failure logging; don't do this "stopRoger Dingledine2008-12-31
* partial move to letting bridge descriptor fetches use our new (well,Roger Dingledine2008-12-27
* ok, fair enough, some of these variables were time_t's after allRoger Dingledine2008-12-25
* so which is it? TIME_MAX or INT_MAX? pick INT_MAX for now.Roger Dingledine2008-12-25