kc3-lang/libevent/evdns.h

Branch :


Log

Author Commit Date CI Message
2888facc 2011-07-04 23:02:11 Revise the event/evbuffer/bufferevent doxygen for clarity and accuracy
17efc1cd 2010-03-04 01:25:51 Update all our copyright notices to say "2010"
b85b710c 2009-01-27 22:34:36 Update copyright statements to reflect the facts that: a) this is 2009 b) niels and nick have been comaintainers for a while c) saying "all rights reserved" when you then go on to explicitly disclaim some rights is sheer cargo-cultism. svn:r1065
1c765b78 2008-11-28 20:11:24 move dns header files into the include directory; move old functions into compat and structs into a struct header file svn:r955
12077b4e 2008-07-16 03:47:47 support setting of AA or RD in dns server response svn:r910
803dc36a 2008-05-05 19:19:08 r19609@catbus: nickm | 2008-05-05 15:16:52 -0400 Reename evdns-internal struct request to evdns_request, and expose the name. switch new evdns resolve APIs to return evdns_request*. This is a prereq to making evdns requests cancelable. svn:r778
e688a88a 2008-04-17 17:55:35 r15216@tombo: nickm | 2008-04-17 13:55:05 -0400 Add new thread-safe interfaces to evdns functions. Needs review. svn:r714
4e1ec3e0 2007-11-07 21:01:26 Make all the C files in the libraries compile under MSVC 2005 Express. There are still a few warnings, and probably some subtle issues, but it's better than nothing. svn:r499
7c507668 2007-11-07 03:52:20 r16489@catbus: nickm | 2007-11-06 22:51:05 -0500 Do not use "class" as identifier in evdns.h; but use a backward-compatible fix. (Should fix bug 1826515, originally reported by Roger Clark) svn:r486
4ed48673 2007-10-02 19:11:41 r15496@catbus: nickm | 2007-10-02 15:06:22 -0400 Move end of "extern C {" block to the end of evdns.h. svn:r456
626cc5f9 2007-09-19 15:27:53 r15168@catbus: nickm | 2007-09-19 11:24:30 -0400 Add a new function to evdns to override the default transaction ID generation code. svn:r440
d69a4c9e 2007-09-18 15:12:20 r15097@catbus: nickm | 2007-09-18 11:08:42 -0400 Wrap all newly-added Doxygen comments to fit in a consistent 80 columns, and remove all their trailing whitespace. svn:r437
7135ffb6 2007-09-18 15:12:09 r15096@catbus: nickm | 2007-09-18 11:02:12 -0400 Add Doxygen documentation to header files; patch from Mark Heily. svn:r436
7c6df310 2007-07-30 23:53:10 remove c++ comments from Jan Kneschke svn:r373
f0d0559c 2007-05-28 21:21:59 allow DNS server to get access to the IP address for the requestor; from tor cvs via Nick Mathewson svn:r362
faf5f73a 2007-02-08 16:39:15 dns server support from Nick Mathewson; tiny tweaks to the regression test from me to make it run on systems where stack variables get initialized with trash. svn:r321
78f2aa30 2007-01-27 04:27:59 Allow setting of more DNS options via API; from Nick Mathewson!!! svn:r318
6318fca2 2007-01-27 04:22:36 AAAA support for DNS; from Nick Mathewson. unfortunately, no regression test svn:r315
4922f342 2007-01-27 04:06:52 extern "C" guard for header file. assert activeq in event.c; from Phil Oelson. svn:r313
ea52d9fd 2006-10-15 21:41:56 improved nroff mdoc for the man page svn:r241
cf47f86b 2006-10-09 00:48:42 put the evdns documentation into the header file. pathetic start of evdns manpage. a little bit more testing and debug output for the DNS regression test. add a BSD copyright to evdns.h with appropriate explanations. svn:r239
fe1dfe0f 2006-10-05 22:59:44 sync evdns changes with tor - from Nick Mathewson svn:r238
e9c1e3f7 2006-08-28 00:57:49 introduce evdns_init() which works on windows and unix. svn:r231
52bfcab8 2006-08-24 06:10:50 rename eventdns to evdns to match libevent naming scheme svn:r226
cca7249e 2006-08-13 06:33:45 unmodified eventdns from Adam Langley via tor repository svn:r224