summaryrefslogtreecommitdiff
path: root/test/regress_dns.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-191-2/+2
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-49/+49
* Add an arc4random implementation for use by evdnsNick Mathewson2010-02-111-0/+4
* Remove the 'flags' argument from evdns_base_set_option()Nick Mathewson2010-02-051-10/+10
* move dns utility functions into a separate file so that we can use them for h...Niels Provos2010-01-141-124/+19
* More unit tests for getaddrinfo_async: v4timeout and cancel.Nick Mathewson2010-01-141-3/+59
* evdns_getaddrinfo() now supports the /etc/hosts file.Nick Mathewson2010-01-081-0/+40
* Make the initial nameserver probe timeout configurable.Nick Mathewson2009-12-291-3/+1
* Fix a spelling error and remove some dead codeNick Mathewson2009-11-191-18/+1
* Windows *does* have getservbyname, no matter what autoconf says.Nick Mathewson2009-11-171-5/+8
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-161-13/+421
* Remove the stupid brokenness where DNS option names needed to end with aNick Mathewson2009-11-161-1/+1
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Fix some build warnings on MSVC, mostly related to signed/unsigned comparisons.Nick Mathewson2009-11-051-1/+1
* Add a bufferevent function to resolve a name then connect to it.Nick Mathewson2009-11-031-1/+212
* reformat weird indentation in dns testsNick Mathewson2009-10-291-28/+26
* Unit test for reverse ipv6 lookupNick Mathewson2009-10-291-6/+36
* Fix windows compilation warnings.Nick Mathewson2009-10-211-0/+1
* Add a couple more evdns tests. Libevent is now, for me, at 80.02% coverage.Nick Mathewson2009-08-031-2/+56
* Another DNS unit tests, to handle reissues.Nick Mathewson2009-08-031-18/+43
* why say fprintf(stdout, X) when you can say printf?Nick Mathewson2009-08-031-11/+11
* Fix an annoying evdns crash bug, and add more unit tests for evdns.Nick Mathewson2009-08-031-3/+157
* Unit tests for DNS search.Nick Mathewson2009-08-031-0/+182
* Export evutil_str[n]casecmp as evutil_ascii_str[n]casecmp.Nick Mathewson2009-07-281-7/+4
* Some tweaks to Brodie Thesfield's MSVC patch.Nick Mathewson2009-07-281-0/+3
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-281-4/+5
* Patch from Zack Weinberg: normalize perror() tt functions and add tt_fail/tt_...Nick Mathewson2009-07-131-2/+2
* Refactor test wrappers to divide legacy items from useful stuff.Nick Mathewson2009-04-211-1/+1
* Do not try to double-free the nameserver in regression testNick Mathewson2009-04-191-1/+0
* Fix evdns_cancel to alert callback and free associated RAM.Nick Mathewson2009-04-061-7/+34
* Add missing initializersNick Mathewson2009-01-311-1/+1
* Port DNS tests.Nick Mathewson2009-01-311-89/+61
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+2
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-5/+5
* rename sys/signal.h to signal.h; configure m4 macro dir; this assist with com...Niels Provos2009-01-221-3/+3
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-1/+1
* implement evdns_cancel_request; test one of the new evdns_base functionsNiels Provos2008-12-251-1/+38
* Implement increased DSN-poisoning resistance via the 0x20 hack.Nick Mathewson2008-12-031-7/+10
* r19602@catbus: nickm | 2008-05-05 11:45:18 -0400Nick Mathewson2008-05-051-1/+2
* r16733@catbus: nickm | 2007-11-26 14:18:25 -0500Nick Mathewson2007-11-261-6/+8
* r16492@catbus: nickm | 2007-11-06 23:27:32 -0500Nick Mathewson2007-11-071-3/+14
* r16489@catbus: nickm | 2007-11-06 22:51:05 -0500Nick Mathewson2007-11-071-4/+4
* Make the test/ subdirectory buildable under Windows. Well, mingw at least. ...Nick Mathewson2007-09-201-1/+3
* r14618@catbus: nickm | 2007-08-16 17:11:47 -0400Nick Mathewson2007-08-161-4/+4
* remove c++ comments from Jan KneschkeNiels Provos2007-07-301-2/+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-0/+179
* small bug fixes to AAAA resolution and regression test; from Nick Mathewson!Niels Provos2007-01-271-4/+42
* put the evdns documentation into the header file. pathetic start of evdns ma...Niels Provos2006-10-091-2/+33