summaryrefslogtreecommitdiff
path: root/evdns.c
Commit message (Expand)AuthorAgeFilesLines
* r15519@tombo: nickm | 2007-12-16 13:54:12 -0500Nick Mathewson2007-12-161-1/+1
* Fix compile warnings and errors in win32 build.Nick Mathewson2007-12-061-2/+2
* r16731@catbus: nickm | 2007-11-25 16:52:53 -0500Nick Mathewson2007-11-251-9/+9
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-57/+57
* Make all the C files in the libraries compile under MSVC 2005 Express. There...Nick Mathewson2007-11-071-7/+32
* r16510@catbus: nickm | 2007-11-07 02:29:42 -0500Nick Mathewson2007-11-071-3/+3
* r16489@catbus: nickm | 2007-11-06 22:51:05 -0500Nick Mathewson2007-11-071-7/+7
* r16473@catbus: nickm | 2007-11-06 15:55:35 -0500Nick Mathewson2007-11-061-1/+1
* r15218@catbus: nickm | 2007-09-20 14:14:05 -0400Nick Mathewson2007-09-201-11/+4
* r15168@catbus: nickm | 2007-09-19 11:24:30 -0400Nick Mathewson2007-09-191-25/+41
* r15025@catbus: nickm | 2007-09-10 10:54:46 -0400Nick Mathewson2007-09-101-2/+8
* r15024@catbus: nickm | 2007-09-10 10:49:15 -0400Nick Mathewson2007-09-101-3/+4
* r15023@catbus: nickm | 2007-09-10 10:46:16 -0400Nick Mathewson2007-09-101-2/+4
* fix another memory leakNiels Provos2007-09-101-1/+1
* fix a memory leak in the dns server; found by valgrindNiels Provos2007-09-101-0/+1
* r14697@catbus: nickm | 2007-08-19 13:24:39 -0400Nick Mathewson2007-08-191-4/+0
* remove c++ comments from Jan KneschkeNiels Provos2007-07-301-362/+365
* fixes from Joerg Sonnenberger:Niels Provos2007-06-301-9/+7
* allow DNS server to get access to the IP address for the requestor; from tor ...Niels Provos2007-05-281-0/+11
* fail quicker on bad replies; from tor cvs via Nick MathewsonNiels Provos2007-05-281-11/+13
* fix bug where req was freed and dereferenced afterwards; from tor cvs via Nic...Niels Provos2007-05-281-1/+1
* treat SERVERFAILED as a timeout; from tor cvs via Nick MathewsonNiels Provos2007-05-281-1/+8
* solaris may return short reads on resolve.conf; fix from tor cvs via Nick Mat...Niels Provos2007-05-281-5/+10
* evdns_shutdown fix from Adam LangleyNiels Provos2007-05-271-0/+2
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* dns server support from Nick Mathewson; tiny tweaksNiels Provos2007-02-081-13/+701
* small bug fixes to AAAA resolution and regression test; from Nick Mathewson!Niels Provos2007-01-271-1/+2
* Allow setting of more DNS options via API; from Nick Mathewson!!!Niels Provos2007-01-271-25/+63
* dns name compression; from Nick Mathewson!!Niels Provos2007-01-271-36/+108
* minor fixes; spelling corrections; compatibility from Nick Mathewson!Niels Provos2007-01-271-23/+35
* AAAA support for DNS; from Nick Mathewson.Niels Provos2007-01-271-0/+79
* fix ddos in dns parsing due to infinite loop;Niels Provos2007-01-211-0/+5
* From Nick Mathewson:Niels Provos2006-12-121-1/+4
* use CLOCK_REALTIME when CLOCK_MONOTONIC is not available; from Phil OlesonNiels Provos2006-12-021-1/+5
* transaction id fixes from richard nyberg; return correctNiels Provos2006-11-231-3/+5
* mingw fixes from NickNiels Provos2006-11-221-6/+11
* forgot ifdef guard around stdint.hNiels Provos2006-11-181-0/+2
* put the evdns documentation into the header file. pathetic start of evdns ma...Niels Provos2006-10-091-186/+0
* sync evdns changes with tor - from Nick MathewsonNiels Provos2006-10-051-135/+455
* introduce evdns_init() which works on windows and unix.Niels Provos2006-08-281-0/+13
* add a simple regression test for the DNS resolver; requires internet access.Niels Provos2006-08-271-20/+46
* rename eventdns to evdns to match libevent naming schemeNiels Provos2006-08-241-92/+92
* configure evdns and make it compileNiels Provos2006-08-131-6/+8
* unmodified eventdns from Adam Langley via tor repositoryNiels Provos2006-08-131-0/+2001