aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* r8607@Kushana: nickm | 2006-08-27 15:45:42 -0400Nick Mathewson2006-08-28
| | | | | | | Change configuration strategy for eventdns. Instead of elaborate option set, just allow the user to specify another resolv.conf to use. svn:r8254
* r8606@Kushana: nickm | 2006-08-27 14:04:19 -0400Nick Mathewson2006-08-28
| | | | | | | Now that 0.1.2.1-alpha is out, make eventdns on-by-default again. (Hoop-lah.) svn:r8253
* r8605@Kushana: nickm | 2006-08-27 14:01:11 -0400Nick Mathewson2006-08-28
| | | | | | | divide eventdns log messages into warn and info messages. svn:r8252
* bump trunk to 0.1.2.1-alpha-devRoger Dingledine2006-08-28
| | | | svn:r8251
* Replace nickm as packager of rpms.Andrew Lewman2006-08-28
| | | | svn:r8250
* Remove architecture from builds. The official builds are universalAndrew Lewman2006-08-28
| | | | | | | binaries. svn:r8249
* Update rpms to require libevent 1.1b.Andrew Lewman2006-08-28
| | | | svn:r8247
* turn eventdns off by default until we can get some more usefulRoger Dingledine2006-08-27
| | | | | | | | log messages into it. no use learning that it's broken without being able to learn what is broken too. svn:r8245
* bump to 0.1.2.1-alphaRoger Dingledine2006-08-27
| | | | | | | (does it work?) svn:r8244
* fix typoRoger Dingledine2006-08-27
| | | | svn:r8243
* bump the doxyfile version number, since i made a doxygenRoger Dingledine2006-08-27
| | | | | | | ref man last week. svn:r8242
* comment out an unused variable; nick, feel free to excise it further.Roger Dingledine2006-08-27
| | | | svn:r8241
* clean up the 0.1.2.1-alpha changelogRoger Dingledine2006-08-27
| | | | svn:r8240
* 0.1.2.1-alpha will break blossom exit node functionality; put thatRoger Dingledine2006-08-27
| | | | | | | on the todo list. svn:r8239
* a usability improvement i just thought ofRoger Dingledine2006-08-27
| | | | svn:r8238
* typo and whitespaceRoger Dingledine2006-08-27
| | | | svn:r8237
* stop a big memory leak: we were leaking the whole contentsRoger Dingledine2006-08-27
| | | | | | | of cached-routers.new every time we read it. svn:r8236
* stop three memory leaks. nick, fix these if i'm wrong.Roger Dingledine2006-08-27
| | | | svn:r8235
* i'm guessing nick meant to check the return value of dns_init.Roger Dingledine2006-08-27
| | | | | | | and revise some log severities to match the convention. svn:r8234
* fix typoRoger Dingledine2006-08-27
| | | | svn:r8233
* make a 'real soon now' section of the todo, to point outRoger Dingledine2006-08-26
| | | | | | | what's more urgent svn:r8232
* remove more completed itemsRoger Dingledine2006-08-26
| | | | svn:r8231
* complete an item, abandon an item, defer an item.Roger Dingledine2006-08-26
| | | | svn:r8230
* remove some more vestiges of cvsRoger Dingledine2006-08-26
| | | | svn:r8229
* more todo items when we avoid putting /16 servers into the same circuitRoger Dingledine2006-08-26
| | | | svn:r8228
* fix a log level -- err is for things that kill tor, warn is forRoger Dingledine2006-08-26
| | | | | | | | | | 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
* r8576@Kushana: nickm | 2006-08-25 17:16:01 -0400Nick Mathewson2006-08-25
| | | | | | | 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
* r8573@Kushana: nickm | 2006-08-25 16:55:19 -0400Nick Mathewson2006-08-25
| | | | | | | 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
* r8572@Kushana: nickm | 2006-08-25 16:35:49 -0400Nick Mathewson2006-08-25
| | | | | | | Fix for bug 308: When we have a state file we cannot parse, tell the user, and move it aside. svn:r8224
* make our socks5 handling more robust to broken socks clients:Roger Dingledine2006-08-24
| | | | | | | | | 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
* clean up logging conventions in do_list_fingerprint()Roger Dingledine2006-08-24
| | | | svn:r8222
* tor --verify-config now exits with -1(255) or 0 depending on whetherRoger Dingledine2006-08-23
| | | | | | | the config options are bad or good. svn:r8221
* r8557@Kushana: nickm | 2006-08-22 02:10:12 -0400Nick Mathewson2006-08-22
| | | | | | | dns-related TODO changes. svn:r8215
* r8556@Kushana: nickm | 2006-08-22 01:22:46 -0400Nick Mathewson2006-08-22
| | | | | | | Enable eventdns by default on platforms where we autoconf. This should be everything but windows. svn:r8214
* fix typo pointed out by paulRoger Dingledine2006-08-18
| | | | svn:r7074
* clean up AllowInvalidNodes man page entry.Roger Dingledine2006-08-18
| | | | svn:r7073
* r7411@Kushana: nickm | 2006-08-17 19:00:25 -0400Nick Mathewson2006-08-17
| | | | | | | patch suggested by Karsten Loesing: respond to SIGNAL command before we execute the signal, in case the signal shuts us down. svn:r7072
* r7405@Kushana: nickm | 2006-08-16 14:38:46 -0400Nick Mathewson2006-08-16
| | | | | | | Implement reverse DNS lookup in eventdns: add new entry point; rename old entry point; revise TODO a little; add facility for parsing dns names. svn:r7070
* r7404@Kushana: nickm | 2006-08-16 09:32:19 -0400Nick Mathewson2006-08-16
| | | | | | | Pass hints to getaddrinfo; fix bug 280 (?) svn:r7069
* automatically avoid picking more than one node from the sameRoger Dingledine2006-08-16
| | | | | | | /16 network when constructing a circuit. svn:r7068
* dns.c:173: warning: control reaches end of non-void functionRoger Dingledine2006-08-16
| | | | svn:r7067
* r7398@Kushana: nickm | 2006-08-15 00:49:50 -0400Nick Mathewson2006-08-15
| | | | | | | Add missing backslash svn:r7065
* r7397@Kushana: nickm | 2006-08-15 00:46:18 -0400Nick Mathewson2006-08-15
| | | | | | | Fix eventdns version of dns.c. Man, we need to get rid of this eventdns/dnsworker split. svn:r7064
* r7393@Kushana: nickm | 2006-08-14 23:51:07 -0400Nick Mathewson2006-08-15
| | | | | | | remove extraneous #endif svn:r7063
* r7392@Kushana: nickm | 2006-08-14 23:50:32 -0400Nick Mathewson2006-08-15
| | | | | | | Only do the expensive version of router_have_minimum_dir_info() when the dir info has changed. Backport candidate, since oprofile suggests that this function and ones it calls account for 25-35% of oprofile samples. svn:r7062
* r7386@Kushana: nickm | 2006-08-14 17:43:44 -0400Nick Mathewson2006-08-14
| | | | | | | | | | | | Patch from Adam Langley. * I meant getaddrinfo_a, not getaddrinfo_r - fixed * Added more checks to the parsing code. * It seems you switched an alloca to a malloc, but didn't add any frees svn:r7061
* svn:r7060Nick Mathewson2006-08-14
|
* r7046@Kushana: nickm | 2006-08-05 13:57:04 -0400Nick Mathewson2006-08-14
| | | | | | | Make it possible for dns_init() to fail; note failure of eventdns configuratoin. svn:r7059
* r7045@Kushana: nickm | 2006-08-05 13:56:44 -0400Nick Mathewson2006-08-14
| | | | | | | mess with the TODO a little. svn:r7058
* r7383@Kushana: nickm | 2006-08-14 16:16:03 -0400Nick Mathewson2006-08-14
| | | | | | | Stop walking entire dns cache for every request, now that we found our hash table bug. svn:r7057