aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Collapse)AuthorAge
...
* | | Some tweaks to statistics.Karsten Loesing2009-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to directory request statistics: - Rename GEOIP statistics to DIRREQ statistics, because they now include more than only GeoIP-based statistics, whereas other statistics are GeoIP-dependent, too. - Rename output file from geoip-stats to dirreq-stats. - Add new config option DirReqStatistics that is required to measure directory request statistics. - Clean up ChangeLog. Also ensure that entry guards statistics have access to a local GeoIP database.
* | | Some tweaks to directory request download times.Karsten Loesing2009-07-15
| | | | | | | | | | | | | | | - Use common prefixes DIRREQ_* and dirreq_*. - Replace enums in structs with bitfields.
* | | Directories now also measure download times of network statuses.Karsten Loesing2009-07-15
| | |
* | | Merge commit 'karsten/geoipstats-download-resp-master'Nick Mathewson2009-07-14
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: src/or/geoip.c
| * | | 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
|\ \ \ | |/ / |/| / | |/ | | Conflicts: ChangeLog
| * Serve DirPortFrontPage even if the write bucket is low.Nick Mathewson2009-06-22
| | | | | | | | | | | | | | | | | | arma's rationale: "I think this is a bug, since people intentionally set DirPortFrontPage, so they really do want their relay to serve that page when it's asked for. Having it appear only sometimes (or roughly never in Sebastian's case) makes it way less useful." Fixes bug 1013; bugfix on 0.2.1.8-alpha.
* | Isolate Libevent API dependency to just main.c and dns.c in src/or.Nick Mathewson2009-06-12
| | | | | | | | | | | | 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.
* | 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
| | | | | | | now avoid using begin_dir for all direct connections. svn:r19296
* log more verbosely when we accept or decline a router descriptor,Roger Dingledine2009-04-01
| | | | | | | | to help track whether we received them when a relay operator claims they got sent. svn:r19213
* if a directory authority declines our server descriptors because it'sRoger Dingledine2009-03-31
| | | | | | | not new enough, write that in the logs. might be helpful one day. svn:r19195
* Directory authorities should never send a 503 "busy" response toRoger Dingledine2009-03-31
| | | | | | | | requests for votes or keys. Bugfix on 0.2.0.8-alpha; exposed by bug 959. svn:r19189
* Make directory usage recording work again. Fixing bug introduced in r17009.Karsten Loesing2009-03-11
| | | | svn:r18924
* Actually use tor_sscanf() to parse untrusted input.Nick Mathewson2009-03-03
| | | | svn:r18761
* Actually send the extra_headers content in write_http_response_header_impl. ↵Nick Mathewson2009-01-28
| | | | | | This make X-Descriptor-Now-New get sent. Bugfix on 0.2.0.10-alpha. Spotted by "multiplication". svn:r18297
* Prevent bridge relays from serving their 'extrainfo' documentRoger Dingledine2009-01-06
| | | | | | | | to anybody who asks, now that extrainfo docs include potentially sensitive aggregated client geoip summaries. svn:r17958
* Make dirserv_get_routerdesc_fingerprints() treat extrainfos with ↵Nick Mathewson2009-01-06
| | | | | | send_unencrypted==0 correctly. Irrelevant, since we will soon never send them at all. svn:r17953
* OpenBSD malloc.h believes that you should be able to detect headers with ↵Nick Mathewson2009-01-04
| | | | | | autoconf, or build without warnings, but not both. So never include malloc.h on OpenBSD. Backport candidate. svn:r17891
* Another round of downgrading removing or postponing XXXX021 issues. Some ↵Nick Mathewson2009-01-04
| | | | | | remain, though. svn:r17888
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
| | | | | | | | 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
* take out my IMPOSSIBLE_TO_DOWNLOAD+1 hackRoger Dingledine2009-01-02
| | | | svn:r17850
* Increment n_download_failures up to IMPOSSIBLE_TO_DOWNLOAD-1, not up to ↵Nick Mathewson2008-12-31
| | | | | | IMPOSSIBLE_TO_DOWNLOAD. svn:r17835
* fix a bug in download failure logging; don't do this "stopRoger Dingledine2008-12-31
| | | | | | | downloading forever" thing with bridge descriptor downloads. svn:r17833
* partial move to letting bridge descriptor fetches use our new (well,Roger Dingledine2008-12-27
| | | | | | | | | | 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
* ok, fair enough, some of these variables were time_t's after allRoger Dingledine2008-12-25
| | | | svn:r17777
* so which is it? TIME_MAX or INT_MAX? pick INT_MAX for now.Roger Dingledine2008-12-25
| | | | svn:r17772
* Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we ↵Nick Mathewson2008-12-23
| | | | | | reject it after downloading it so that we do not download it again svn:r17756
* Document most undocumented variables.Nick Mathewson2008-12-23
| | | | svn:r17754
* Add DOCDOC entries for undocumented static and global variables.Nick Mathewson2008-12-22
| | | | svn:r17739
* Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson2008-12-22
| | | | svn:r17734
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ↵Nick Mathewson2008-12-22
| | | | | | comments so that they will get recognized as doxygen. svn:r17729
* Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson2008-12-22
| | | | svn:r17727
* some windows users are outraged that tor refuses to work evenRoger Dingledine2008-12-22
| | | | | | | | when their clock and date are correct, if their timezone is totally wrong. now we at least tell them. svn:r17725
* fix a fun bug on r17656 that was making us send HTTP/1.0 404 asRoger Dingledine2008-12-22
| | | | | | | | the message body, no matter the message headers, when answering a descriptor or extrainfo post request. svn:r17723
* Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this ↵Nick Mathewson2008-12-18
| | | | | | patch. svn:r17686
* Resolve many DOCDOCs.Nick Mathewson2008-12-17
| | | | svn:r17662
* Make return code from router_add_to_routerlist a nice sensible enum. Based ↵Nick Mathewson2008-12-17
| | | | | | on patch from Sebastian. svn:r17656
* Rename a couple of v2-networkstatus-only fields so that it is clear they are ↵Nick Mathewson2008-12-17
| | | | | | v2-networkstatus-only. svn:r17652
* comment tweakRoger Dingledine2008-12-14
| | | | svn:r17624
* Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server ↵Nick Mathewson2008-12-12
| | | | | | side of 157. svn:r17611
* Add a PDS_ flag to exclude authorities from which we are fetching descs.Nick Mathewson2008-12-11
| | | | | | Yes, this is maybe a little overspecific. Part of a bug 366 fix. svn:r17593
* Change directory_get_from_dirserver to take a set of flags to be passed to ↵Nick Mathewson2008-12-11
| | | | | | pick_(trusted_)dirserver. This lets us make its interface smarter, and makes code that calls it a little more readable. svn:r17592
* this function is no longer used.Roger Dingledine2008-12-08
| | | | svn:r17515