summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-29 r9567@galaxy: weasel | 2006-08-29 22:32:46 +0200Peter Palfrader
Prepare 0.1.2.1-alpha-1 svn:r8300
2006-08-29 r9566@galaxy: weasel | 2006-08-29 22:32:26 +0200Peter Palfrader
Unnest all those nested if blocks svn:r8299
2006-08-29 r9565@galaxy: weasel | 2006-08-29 22:20:38 +0200Peter Palfrader
Do not reload or start when our config is known to be broken svn:r8298
2006-08-29 r8657@Kushana: nickm | 2006-08-29 00:22:31 -0400Nick Mathewson
Mark an item complete; test new commit-email.pl script. svn:r8280
2006-08-28 r8654@Kushana: nickm | 2006-08-28 16:50:36 -0400Nick Mathewson
I bet real programmers even have programs that compile. svn:r8278
2006-08-28 r8652@Kushana: nickm | 2006-08-28 16:41:44 -0400Nick Mathewson
Resolve bug 324: strdup the right variable. svn:r8277
2006-08-28and make the comment better, while i'm at itRoger Dingledine
svn:r8273
2006-08-28an even better check -- now servers hang up if they can't writeRoger Dingledine
for a while, and clients hang up if they can't read for a while. svn:r8272
2006-08-28fix bug found by Adam J. Richter: directory clients shouldn'tRoger Dingledine
hang up five minutes after they begin. but directory servers should still hang up after 5 minutes of failing to deliver any bytes. svn:r8271
2006-08-28put some symbols on the eventdns logging. leave the haphazardRoger Dingledine
formatting alone. svn:r8270
2006-08-28 r8626@Kushana: nickm | 2006-08-27 23:45:46 -0400Nick Mathewson
Aw, crap. Non-gcc bug. We need regular windows builds. svn:r8259
2006-08-28Kill some SVK branches that I am done with.Nick Mathewson
svn:r8258
2006-08-28 r8609@Kushana: nickm | 2006-08-27 17:24:27 -0400Nick Mathewson
Add some doxygen, concentrated in dns.c svn:r8256
2006-08-28 r8608@Kushana: nickm | 2006-08-27 16:57:47 -0400Nick Mathewson
Make it possible to change nameserver options while Tor is running. svn:r8255
2006-08-28 r8607@Kushana: nickm | 2006-08-27 15:45:42 -0400Nick Mathewson
Change configuration strategy for eventdns. Instead of elaborate option set, just allow the user to specify another resolv.conf to use. svn:r8254
2006-08-28 r8606@Kushana: nickm | 2006-08-27 14:04:19 -0400Nick Mathewson
Now that 0.1.2.1-alpha is out, make eventdns on-by-default again. (Hoop-lah.) svn:r8253
2006-08-28 r8605@Kushana: nickm | 2006-08-27 14:01:11 -0400Nick Mathewson
divide eventdns log messages into warn and info messages. svn:r8252
2006-08-28bump trunk to 0.1.2.1-alpha-devRoger Dingledine
svn:r8251
2006-08-28Replace nickm as packager of rpms.Andrew Lewman
svn:r8250
2006-08-28Remove architecture from builds. The official builds are universalAndrew Lewman
binaries. svn:r8249
2006-08-28Update rpms to require libevent 1.1b.Andrew Lewman
svn:r8247
2006-08-27turn eventdns off by default until we can get some more usefultor-0.1.2.1-alphaRoger Dingledine
log messages into it. no use learning that it's broken without being able to learn what is broken too. svn:r8245
2006-08-27bump to 0.1.2.1-alphaRoger Dingledine
(does it work?) svn:r8244
2006-08-27fix typoRoger Dingledine
svn:r8243
2006-08-27bump the doxyfile version number, since i made a doxygenRoger Dingledine
ref man last week. svn:r8242
2006-08-27comment out an unused variable; nick, feel free to excise it further.Roger Dingledine
svn:r8241
2006-08-27clean up the 0.1.2.1-alpha changelogRoger Dingledine
svn:r8240
2006-08-270.1.2.1-alpha will break blossom exit node functionality; put thatRoger Dingledine
on the todo list. svn:r8239
2006-08-27a usability improvement i just thought ofRoger Dingledine
svn:r8238
2006-08-27typo and whitespaceRoger Dingledine
svn:r8237
2006-08-27stop a big memory leak: we were leaking the whole contentsRoger Dingledine
of cached-routers.new every time we read it. svn:r8236
2006-08-27stop three memory leaks. nick, fix these if i'm wrong.Roger Dingledine
svn:r8235
2006-08-27i'm guessing nick meant to check the return value of dns_init.Roger Dingledine
and revise some log severities to match the convention. svn:r8234
2006-08-27fix typoRoger Dingledine
svn:r8233
2006-08-26make a 'real soon now' section of the todo, to point outRoger Dingledine
what's more urgent svn:r8232
2006-08-26remove more completed itemsRoger Dingledine
svn:r8231
2006-08-26complete an item, abandon an item, defer an item.Roger Dingledine
svn:r8230
2006-08-26remove some more vestiges of cvsRoger Dingledine
svn:r8229
2006-08-26more todo items when we avoid putting /16 servers into the same circuitRoger Dingledine
svn:r8228
2006-08-26fix a log level -- err is for things that kill tor, warn is forRoger Dingledine
things that tor can recover from. also, avoid situations where people who don't read their logs accumulate ten thousand useless files in their datadir. svn:r8227
2006-08-25 r8576@Kushana: nickm | 2006-08-25 17:16:01 -0400Nick Mathewson
Fix bug 314: Instead of checking address_in_virtualrange, check addressmap_have_mapping(). This should be more accurate. [Rename to addressmap_have_mapping() from addressmap_already_mapped().] svn:r8226
2006-08-25 r8573@Kushana: nickm | 2006-08-25 16:55:19 -0400Nick Mathewson
Resolve bug 321 when using dnsworkers: append a period to every address we resolve at the exit node, so that we do not accidentally pick up local addresses, and so that failing searches are retried in the resolver search domains. (This is already solved for eventdns.) svn:r8225
2006-08-25 r8572@Kushana: nickm | 2006-08-25 16:35:49 -0400Nick Mathewson
Fix for bug 308: When we have a state file we cannot parse, tell the user, and move it aside. svn:r8224
2006-08-24make our socks5 handling more robust to broken socks clients:Roger Dingledine
throw out everything waiting on the buffer in between socks handshake phases, since they can't possibly (so the theory goes) have predicted what we plan to respond to them. svn:r8223
2006-08-24clean up logging conventions in do_list_fingerprint()Roger Dingledine
svn:r8222
2006-08-23tor --verify-config now exits with -1(255) or 0 depending on whetherRoger Dingledine
the config options are bad or good. svn:r8221
2006-08-22 r8557@Kushana: nickm | 2006-08-22 02:10:12 -0400Nick Mathewson
dns-related TODO changes. svn:r8215
2006-08-22 r8556@Kushana: nickm | 2006-08-22 01:22:46 -0400Nick Mathewson
Enable eventdns by default on platforms where we autoconf. This should be everything but windows. svn:r8214
2006-08-18fix typo pointed out by paulRoger Dingledine
svn:r7074
2006-08-18clean up AllowInvalidNodes man page entry.Roger Dingledine
svn:r7073