- 07 Sep, 2006 5 commits
-
-
Mike Chiussi authored
svn:r8346
-
Mike Chiussi authored
svn:r8345
-
Mike Chiussi authored
svn:r8344
-
Mike Chiussi authored
svn:r8342
-
Roger Dingledine authored
svn:r8338
-
- 06 Sep, 2006 3 commits
-
-
Nick Mathewson authored
Fix dns_cancel_pending_resolve() to realize pending resolves have expiry times, and should not be freed except when they fall off the pqueue. svn:r8328
-
Nick Mathewson authored
spawn_func fixes: have cpuworker_main and dnsworker_main confirm to the right interfaces [casting func to void* is icky]. Also, make pthread_create() build without warnings. svn:r8327
-
Mike Chiussi authored
- made configure link to required system dll's if building for win32 - added diffs for libevent 1.1b - forced user to turn off eventdns if win32 is set - cleaned up tor_mmap_file()_win32 (not sure if it's stable) - cleaned up some warnings and typos svn:r8322
-
- 28 Aug, 2006 6 commits
-
-
Nick Mathewson authored
I bet real programmers even have programs that compile. svn:r8278
-
Nick Mathewson authored
Resolve bug 324: strdup the right variable. svn:r8277
-
Nick Mathewson authored
Add some doxygen, concentrated in dns.c svn:r8256
-
Nick Mathewson authored
Make it possible to change nameserver options while Tor is running. svn:r8255
-
Nick Mathewson authored
Change configuration strategy for eventdns. Instead of elaborate option set, just allow the user to specify another resolv.conf to use. svn:r8254
-
Nick Mathewson authored
divide eventdns log messages into warn and info messages. svn:r8252
-
- 27 Aug, 2006 2 commits
-
-
Roger Dingledine authored
and revise some log severities to match the convention. svn:r8234
-
Roger Dingledine authored
svn:r8233
-
- 25 Aug, 2006 1 commit
-
-
Nick Mathewson authored
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
-
- 16 Aug, 2006 2 commits
-
-
Nick Mathewson authored
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
-
Roger Dingledine authored
svn:r7067
-
- 15 Aug, 2006 2 commits
-
-
Nick Mathewson authored
Fix eventdns version of dns.c. Man, we need to get rid of this eventdns/dnsworker split. svn:r7064
-
Nick Mathewson authored
remove extraneous #endif svn:r7063
-
- 14 Aug, 2006 3 commits
-
-
Nick Mathewson authored
Make it possible for dns_init() to fail; note failure of eventdns configuratoin. svn:r7059
-
Nick Mathewson authored
Stop walking entire dns cache for every request, now that we found our hash table bug. svn:r7057
-
Roger Dingledine authored
the idioms of other compare functions. hopefully i didn't break it? svn:r7048
-
- 11 Aug, 2006 2 commits
-
-
Roger Dingledine authored
svn:r7026
-
Nick Mathewson authored
Fix a pedantic warning svn:r7023
-
- 10 Aug, 2006 2 commits
-
-
Nick Mathewson authored
Fix verbose compilation errors; make sure transparent proxy fails when no method is configured. svn:r7012
-
Nick Mathewson authored
whitespace fixes svn:r7011
-
- 04 Aug, 2006 4 commits
-
-
Roger Dingledine authored
svn:r6982
-
Nick Mathewson authored
Add functions to eventdns to allow detecting whether we have any nameservers configured, and to change the list of nameservers after initial configuration. svn:r6976
-
Nick Mathewson authored
Oops. We shouldnt initialize eventdns when we are not being a server and not resolving anything. svn:r6975
-
Nick Mathewson authored
Export and use eventdns_config_windows_nameservers(); clean up some comments and log messages. svn:r6974
-
- 03 Aug, 2006 1 commit
-
-
Roger Dingledine authored
svn:r6969
-
- 31 Jul, 2006 6 commits
-
-
Roger Dingledine authored
svn:r6963
-
Nick Mathewson authored
documentation and naming tweaks in dns.c svn:r6961
-
Nick Mathewson authored
More asserts for cache correctness. svn:r6960
-
Nick Mathewson authored
Solve timing-out pending connections. Add pending resolves to expiry queue; when we find an answer, change the pending resolve to "done" and stick the actual answer in the expiry queue as a new entry. This uses a little more memory, but makes the code simpler than other solutions. svn:r6956
-
Nick Mathewson authored
svn:r6955
-
Nick Mathewson authored
start restructuring dns to use priority queues for expiring entries. svn:r6954
-
- 30 Jul, 2006 1 commit
-
-
Roger Dingledine authored
svn:r6937
-