summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-15Actually do not ship ↵debian-version-0.1.1.9-alpha-1Peter Palfrader
doc/{socks-extensions.txt,tor-doc-server.html,tor-doc-unix.html}, they are not in the tarball svn:r5391
2005-11-15New upstream version.Peter Palfrader
svn:r5390
2005-11-15Verify that router fingerprint lines match identity keys. (We dont use them, ↵Nick Mathewson
but others might.) svn:r5389
2005-11-15another case where the poor server operator doesn't need toRoger Dingledine
hear about lexi's bugs. svn:r5388
2005-11-15bump to 0.1.1.9-alpha-cvsRoger Dingledine
svn:r5387
2005-11-15correct the timestamp on the changelogRoger Dingledine
svn:r5385
2005-11-15Whitespace fixPeter Palfrader
svn:r5384
2005-11-15add items to my TODOPeter Palfrader
svn:r5383
2005-11-15Say that tor.default is a bash shell fragment nowPeter Palfrader
svn:r5382
2005-11-15Remove the EVENT_NOEPOLL block from etc/default/tor.Peter Palfrader
Add an ARGS block to etc/default/tor as suggested in #338425. svn:r5381
2005-11-15Use bin/bash for the init script instead of bin/sh. We are using ulimit -nPeter Palfrader
which is not POSIX (closes: #338797). svn:r5380
2005-11-15Also ship doc/{socks-extensions.txt,tor-doc-server.html,tor-doc-unix.html}Peter Palfrader
svn:r5379
2005-11-15make it even more clear that i didn't screw up the logictor-0.1.1.9-alphaRoger Dingledine
svn:r5378
2005-11-15fix logic error: not unnamed is good.Roger Dingledine
svn:r5377
2005-11-15Loops without an increment step can suck, even on windows.Nick Mathewson
svn:r5376
2005-11-15Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson
svn:r5375
2005-11-15bump to 0.1.1.9-alphaRoger Dingledine
svn:r5374
2005-11-15last pieces of 0.1.1.9-alpha changelogRoger Dingledine
svn:r5373
2005-11-14Hm; looks like the callback business was unnecessary, since DHparams_dup() ↵Nick Mathewson
copies dh->length. svn:r5372
2005-11-14Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE.Nick Mathewson
svn:r5371
2005-11-14Oops. It looks like there *was* an easy way to make openssl do what we wanted.Nick Mathewson
svn:r5370
2005-11-14Fix number in error messageNick Mathewson
svn:r5369
2005-11-14shorten more of the startup log messagesRoger Dingledine
svn:r5368
2005-11-14when a stream times out, provide less (but better) explanationRoger Dingledine
of what happened. don't bother printing the path, since i don't know of any person who has gotten anything useful out of that. svn:r5367
2005-11-13When logging via syslog, include the pid whenever we provideRoger Dingledine
a log entry. Suggested by Todd Fries. svn:r5366
2005-11-13cleanup and additions to 0.1.1.9-alpha changelogRoger Dingledine
svn:r5365
2005-11-12confuse people less about what running a server meansRoger Dingledine
svn:r5364
2005-11-12remove some completed itemsRoger Dingledine
svn:r5363
2005-11-12start to clean up and add to and rearrange the todoRoger Dingledine
svn:r5362
2005-11-11We were refusing to start if you define SocksListenAddressRoger Dingledine
but define SocksPort to be 0. But this is a standard configuration! So don't fail. svn:r5361
2005-11-11correct nick's commentRoger Dingledine
svn:r5360
2005-11-11Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for ↵Nick Mathewson
DH speed improvement: this wants auditing. [We have blessing from Ian on this.] (Note that DH in SSL is not yet affected.) svn:r5359
2005-11-11speed up the lookup-by-circid-orconn now that it seems thatRoger Dingledine
our code works. svn:r5358
2005-11-11when we were cannibalizing a circuit with a particular exitRoger Dingledine
node in mind, we weren't checking to see if that exit node was already present earlier in the circuit. oops. svn:r5357
2005-11-11fix function commentRoger Dingledine
svn:r5356
2005-11-11router twins are long gone from tor. take them out of the spec.Roger Dingledine
also note two spec things that need more explanation. svn:r5355
2005-11-11stop discouraging the old *BindAddress config options. we willRoger Dingledine
just confuse our users when they upgrade. svn:r5354
2005-11-11simplify a log entryRoger Dingledine
svn:r5353
2005-11-11fix a harmless warn and mark two points where we shouldRoger Dingledine
maybe change our approach. svn:r5352
2005-11-08If we stop knowing about a dirserver between request and answer, do not die.Nick Mathewson
svn:r5351
2005-11-05Tor26's IP has changed to 86.59.21.38Peter Palfrader
svn:r5350
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per ↵Nick Mathewson
superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers. svn:r5349
2005-11-04Fix bugs in routerlist_remove_old_cached_routers_with_id()Nick Mathewson
svn:r5348
2005-11-04prevent duplicat mark-for-closeNick Mathewson
svn:r5347
2005-11-01enable code to remove members of old_routers when it gets big.Nick Mathewson
svn:r5345
2005-11-01fix a signed/unsigned warningNick Mathewson
svn:r5344
2005-11-01first cut at a changelog for 0.1.1.9-alphaRoger Dingledine
svn:r5343
2005-11-01another impossible problem we should solve.Roger Dingledine
svn:r5342
2005-11-01fix typoRoger Dingledine
svn:r5341
2005-11-01using an unsigned int for something that requires at least 3 bytesRoger Dingledine
makes me uncomfortable. svn:r5340