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