Nick Mathewson
|
31b72732c6
Merge commit 'karsten/geoipstats-download-resp-master'
|
16 years ago |
Karsten Loesing
|
59dd9de858
Write number of rejected requests to geoip-stats file.
|
16 years ago |
Roger Dingledine
|
9ece0955f7
fix comments and other typos
|
16 years ago |
Nick Mathewson
|
3f4f6f9075
Merge commit 'origin/maint-0.2.1'
|
16 years ago |
Nick Mathewson
|
262455527a
Serve DirPortFrontPage even if the write bucket is low.
|
16 years ago |
Nick Mathewson
|
1e709c79d1
Isolate Libevent API dependency to just main.c and dns.c in src/or.
|
16 years ago |
Nick Mathewson
|
cb18fc2190
Merge commit 'origin/maint-0.2.1'
|
16 years ago |
Nick Mathewson
|
ec7e054668
Spell-check Tor.
|
16 years ago |
Karsten Loesing
|
948835c680
Remove unused rendversion parameters. YAGNI.
|
16 years ago |
Karsten Loesing
|
f79688ddef
Clients do not request version 0 hidserv descs anymore.
|
16 years ago |
Karsten Loesing
|
9b32e8c141
Update copyright to 2009.
|
16 years ago |
Karsten Loesing
|
4ebcc4da34
Update copyright to 2009.
|
16 years ago |
Roger Dingledine
|
c024928b63
For belt-and-suspenders, relays that don't set Address in their config
|
16 years ago |
Roger Dingledine
|
ee58153b50
log more verbosely when we accept or decline a router descriptor,
|
16 years ago |
Roger Dingledine
|
b4ceb830e0
if a directory authority declines our server descriptors because it's
|
16 years ago |
Roger Dingledine
|
793f1ce007
Directory authorities should never send a 503 "busy" response to
|
16 years ago |
Karsten Loesing
|
309080b6aa
Make directory usage recording work again. Fixing bug introduced in r17009.
|
16 years ago |
Nick Mathewson
|
cbbc0c9c86
Actually use tor_sscanf() to parse untrusted input.
|
16 years ago |
Nick Mathewson
|
ef001cf85d
Actually send the extra_headers content in write_http_response_header_impl. This make X-Descriptor-Now-New get sent. Bugfix on 0.2.0.10-alpha. Spotted by "multiplication".
|
16 years ago |
Roger Dingledine
|
e127072318
Prevent bridge relays from serving their 'extrainfo' document
|
17 years ago |
Nick Mathewson
|
9abfb564a0
Make dirserv_get_routerdesc_fingerprints() treat extrainfos with send_unencrypted==0 correctly. Irrelevant, since we will soon never send them at all.
|
17 years ago |
Nick Mathewson
|
743c6c8277
OpenBSD malloc.h believes that you should be able to detect headers with autoconf, or build without warnings, but not both. So never include malloc.h on OpenBSD. Backport candidate.
|
17 years ago |
Nick Mathewson
|
92ce533f71
Another round of downgrading removing or postponing XXXX021 issues. Some remain, though.
|
17 years ago |
Nick Mathewson
|
c4b8fef362
Remove svn $Id$s from our source, and remove tor --version --version.
|
17 years ago |
Roger Dingledine
|
89d268848f
take out my IMPOSSIBLE_TO_DOWNLOAD+1 hack
|
17 years ago |
Nick Mathewson
|
b07baba879
Increment n_download_failures up to IMPOSSIBLE_TO_DOWNLOAD-1, not up to IMPOSSIBLE_TO_DOWNLOAD.
|
17 years ago |
Roger Dingledine
|
9ea7e7f0cd
fix a bug in download failure logging; don't do this "stop
|
17 years ago |
Roger Dingledine
|
365c72246c
partial move to letting bridge descriptor fetches use our new (well,
|
17 years ago |
Roger Dingledine
|
2a42986c96
ok, fair enough, some of these variables were time_t's after all
|
17 years ago |
Roger Dingledine
|
4ff04fda77
so which is it? TIME_MAX or INT_MAX? pick INT_MAX for now.
|
17 years ago |