summaryrefslogtreecommitdiff
path: root/sample/dns-example.c
Commit message (Expand)AuthorAgeFilesLines
* dns-example: add CNAME supportAzat Khuzhin2021-05-241-1/+6
* Fix checking return value of the evdns_base_resolv_conf_parse()Azat Khuzhin2019-09-051-2/+2
* dns-example: free result in getaddrinfo callbackBogdan Harjoc2018-08-171-1/+6
* Free dns/event bases in dns-example to avoid leaksAzat Khuzhin2017-11-201-0/+2
* sample/dns-example: fix compiler warning (getopt() returns an int)David Disseldorp2017-02-281-2/+2
* Update dns-example.Mark Ellzey2015-06-171-1/+4
* dns-example: allow to set ns from argsAzat Khuzhin2014-11-081-3/+8
* dns-example: convert to getopt()Azat Khuzhin2014-11-081-40/+41
* Fix a couple of "#ifdef WIN32" instancesNick Mathewson2013-12-241-1/+1
* evdns: New flag to make evdns not prevent the event loop from exitingAzat Khuzhin2013-04-251-1/+1
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-05-021-6/+15
|\
| * dns-example.c can now take a resolv.conf file on the commandlineNick Mathewson2012-05-011-6/+15
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-11-141-2/+14
|\ \ | |/
| * Improve win32 behavior of dns-sample.c codexGisle Vanem2011-11-091-2/+14
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-281-0/+4
|\ \ | |/
| * Clean up some problems identified by Coverity.Harlan Stenn2011-08-281-0/+4
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-2/+2
|/
* Remote some dead code from dns-example.cSebastian Hahn2011-04-231-3/+0
* Be nice and "handle" error return values in sample codeSebastian Hahn2011-04-231-0/+2
* FIX: comment internal headers used in sample code.Nick Mathewson2011-02-221-0/+1
* Include util-internal.h as needed to build on platforms with no sockaddr_storageHarlan Stenn2011-02-221-0/+2
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Replace users of "int fd" with "evutil_socket_t fd" in portable codeNick Mathewson2010-03-051-1/+1
* Clarify status of example programsNick Mathewson2010-01-271-0/+6
* OpenBSD demands that sys/types.h be included before sys/socket.hNick Mathewson2009-11-171-0/+2
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-161-2/+46
* Actually add the new dns-example.c code. :pNick Mathewson2009-11-051-0/+169