- Oct 01, 2004
-
-
Peter Palfrader authored
svn:r2407
-
Roger Dingledine authored
svn:r2406
-
Roger Dingledine authored
svn:r2404
-
Nick Mathewson authored
svn:r2403
-
- Sep 30, 2004
-
-
Roger Dingledine authored
would expire while we're building the path. Thanks to Eugene Armstead for pointing it out. svn:r2402
-
- Sep 29, 2004
-
-
Roger Dingledine authored
plus complain more loudly when we fail to parse a dir we just fetched svn:r2401
-
Roger Dingledine authored
svn:r2400
-
Roger Dingledine authored
don't stop writing the compressed directory just because you found a nul svn:r2399
-
Roger Dingledine authored
svn:r2398
-
Roger Dingledine authored
time to start testing it svn:r2397
-
Roger Dingledine authored
svn:r2396
-
Roger Dingledine authored
svn:r2395
-
- Sep 28, 2004
-
-
Roger Dingledine authored
start building circuits while we're fetching a new one svn:r2394
-
Nick Mathewson authored
Make sure that routerlists contain only routers; give a better error message if they start with a nonrouter. svn:r2393
-
Nick Mathewson authored
svn:r2392
-
Roger Dingledine authored
fix a memory leak svn:r2391
-
Nick Mathewson authored
svn:r2390
-
Nick Mathewson authored
If we are an authoritative dirserver, check out the fingerprint list when setting connection nicknames svn:r2389
-
Roger Dingledine authored
gave us a sigpipe, and we logged that we were ignoring it, causing us to fail to log that, and delete the log entry. Then when the signal handler exited, we proceeded to delete the log entry that had already been deleted. Now we make sure to only log inside our signal handler if we'll be exit()ing right after. svn:r2388
-
Nick Mathewson authored
svn:r2387
-
Roger Dingledine authored
svn:r2386
-
Roger Dingledine authored
svn:r2385
-
Roger Dingledine authored
rendezvous publishes and fetches, since they're still running 0.0.8. so make them speak the old way until we've upgraded the authdirservers. svn:r2384
-
- Sep 27, 2004
-
-
Roger Dingledine authored
still not working svn:r2383
-
Roger Dingledine authored
- don't complain that you won't cache it, then cache it anyway. - change confusing terminology from 'deflate' to 'compress', so we'll stop getting our logic backwards. i assume the rfc author has shot himself by now. svn:r2382
-
Roger Dingledine authored
svn:r2381
-
Roger Dingledine authored
files have really old descriptors for the authdirservers, so we're asking them in the new format because they're too old. now we actually compare the version to a cutoff version, and act appropriately. also take this chance to use only >=0.0.8 servers for dns resolves, because of the recent bugs. we'll bump to >=0.0.9pre1 once there are some servers running that. svn:r2380
-
Roger Dingledine authored
transition easier svn:r2379
-
Roger Dingledine authored
dirservers rewrite url /foo/ to /tor/foo/, which will help us run things behind apache once 0.0.8 is obsolete svn:r2378
-
Roger Dingledine authored
svn:r2377
-
Roger Dingledine authored
svn:r2376
-
- Sep 26, 2004
-
-
Nick Mathewson authored
Make read_all distinguish between error and EOF; read_file_to_string should only check bytes read against st_size when in binary mode. svn:r2375
-
- Sep 25, 2004
-
-
Roger Dingledine authored
thanks to duck for pointing out this omission svn:r2374
-
- Sep 23, 2004
-
-
Roger Dingledine authored
svn:r2373
-
Roger Dingledine authored
svn:r2372
-
Roger Dingledine authored
keys in /tmp svn:r2371
-
Roger Dingledine authored
wait 10 seconds after directory gets dirty, before regenerating svn:r2370
-
Roger Dingledine authored
than once per minute svn:r2369
-
Roger Dingledine authored
rather than seg fault svn:r2368
-
Roger Dingledine authored
actually unlink the log entry. ok, that wasn't cleverly hidden enough. let's try again. svn:r2367
-