aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
...
* | Isolate Libevent API dependency to just main.c and dns.c in src/or.•••The rest of the code was only including event.h so that it could see EV_READ and EV_WRITE, which we were using as part of the connection_watch_events interface for no very good reason. 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 config•••now avoid using begin_dir for all direct connections. svn:r19296 Roger Dingledine2009-04-11
* log more verbosely when we accept or decline a router descriptor,•••to help track whether we received them when a relay operator claims they got sent. svn:r19213 Roger Dingledine2009-04-01
* if a directory authority declines our server descriptors because it's•••not new enough, write that in the logs. might be helpful one day. svn:r19195 Roger Dingledine2009-03-31
* Directory authorities should never send a 503 "busy" response to•••requests for votes or keys. Bugfix on 0.2.0.8-alpha; exposed by bug 959. svn:r19189 Roger Dingledine2009-03-31
* Make directory usage recording work again. Fixing bug introduced in r17009.•••svn:r18924 Karsten Loesing2009-03-11
* Actually use tor_sscanf() to parse untrusted input.•••svn:r18761 Nick Mathewson2009-03-03
* Actually send the extra_headers content in write_http_response_header_impl. ...•••svn:r18297 Nick Mathewson2009-01-28
* Prevent bridge relays from serving their 'extrainfo' document•••to anybody who asks, now that extrainfo docs include potentially sensitive aggregated client geoip summaries. svn:r17958 Roger Dingledine2009-01-06
* Make dirserv_get_routerdesc_fingerprints() treat extrainfos with send_unencry...•••svn:r17953 Nick Mathewson2009-01-06
* OpenBSD malloc.h believes that you should be able to detect headers with auto...•••svn:r17891 Nick Mathewson2009-01-04
* Another round of downgrading removing or postponing XXXX021 issues. Some rem...•••svn:r17888 Nick Mathewson2009-01-04
* Remove svn $Id$s from our source, and remove tor --version --version.•••The subversion $Id$ fields made every commit force a rebuild of whatever file got committed. They were not actually useful for telling the version of Tor files in the wild. svn:r17867 Nick Mathewson2009-01-04
* take out my IMPOSSIBLE_TO_DOWNLOAD+1 hack•••svn:r17850 Roger Dingledine2009-01-02
* Increment n_download_failures up to IMPOSSIBLE_TO_DOWNLOAD-1, not up to IMPOS...•••svn:r17835 Nick Mathewson2008-12-31
* fix a bug in download failure logging; don't do this "stop•••downloading forever" thing with bridge descriptor downloads. svn:r17833 Roger Dingledine2008-12-31
* partial move to letting bridge descriptor fetches use our new (well,•••new from their perspective) directory download schedule abstraction. not done yet, but i'd better get this out of my sandbox before nick does another sweeping change. :) svn:r17798 Roger Dingledine2008-12-27
* ok, fair enough, some of these variables were time_t's after all•••svn:r17777 Roger Dingledine2008-12-25
* so which is it? TIME_MAX or INT_MAX? pick INT_MAX for now.•••svn:r17772 Roger Dingledine2008-12-25
* Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we re...•••svn:r17756 Nick Mathewson2008-12-23
* Document most undocumented variables.•••svn:r17754 Nick Mathewson2008-12-23
* Add DOCDOC entries for undocumented static and global variables.•••svn:r17739 Nick Mathewson2008-12-22
* Fix most DOCDOCs remaining and/or added by redox.•••svn:r17734 Nick Mathewson2008-12-22
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ...•••svn:r17729 Nick Mathewson2008-12-22
* Fix all of the doxygen warnings not pertaining to missing documentation.•••svn:r17727 Nick Mathewson2008-12-22
* some windows users are outraged that tor refuses to work even•••when their clock and date are correct, if their timezone is totally wrong. now we at least tell them. svn:r17725 Roger Dingledine2008-12-22
* fix a fun bug on r17656 that was making us send HTTP/1.0 404 as•••the message body, no matter the message headers, when answering a descriptor or extrainfo post request. svn:r17723 Roger Dingledine2008-12-22
* Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...•••svn:r17686 Nick Mathewson2008-12-18
* Resolve many DOCDOCs.•••svn:r17662 Nick Mathewson2008-12-17
* Make return code from router_add_to_routerlist a nice sensible enum. Based o...•••svn:r17656 Nick Mathewson2008-12-17
* Rename a couple of v2-networkstatus-only fields so that it is clear they are ...•••svn:r17652 Nick Mathewson2008-12-17
* comment tweak•••svn:r17624 Roger Dingledine2008-12-14
* Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server s...•••svn:r17611 Nick Mathewson2008-12-12
* Add a PDS_ flag to exclude authorities from which we are fetching descs.•••Yes, this is maybe a little overspecific. Part of a bug 366 fix. svn:r17593 Nick Mathewson2008-12-11
* Change directory_get_from_dirserver to take a set of flags to be passed to pi...•••svn:r17592 Nick Mathewson2008-12-11
* this function is no longer used.•••svn:r17515 Roger Dingledine2008-12-08
* Directory mirrors no longer fetch the v1 directory or•••running-routers files. They are obsolete, and nobody asks for them anymore. This is the first step to making v1 authorities obsolete. svn:r17513 Roger Dingledine2008-12-07
* cleanups on r17500•••svn:r17501 Roger Dingledine2008-12-07
* New DirPortFrontPage option that takes an html file and publishes it as "/" o...•••svn:r17500 Jacob Appelbaum2008-12-07
* Make rend_cache_store() use the same return error codes as its v2•••equivalent: I got a lonely "Failed to fetch rendezvous descriptor." in my log file, even when the connection worked. svn:r17028 Roger Dingledine2008-10-02
* i *think* this is equivalent. somebody should check me on it though.•••svn:r17009 Roger Dingledine2008-09-30
* Code to serve a current stability calculations from /tor/dbg-stability.txt. ...•••svn:r16981 Nick Mathewson2008-09-26
* Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should...•••svn:r16955 Nick Mathewson2008-09-24
* ok, but inaccurate error strings worse•••svn:r16938 Roger Dingledine2008-09-23