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