index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sample
/
dns-example.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dns-example: free result in getaddrinfo callback
Bogdan Harjoc
2018-08-17
1
-1
/
+6
*
Free dns/event bases in dns-example to avoid leaks
Azat Khuzhin
2017-11-20
1
-0
/
+2
*
sample/dns-example: fix compiler warning (getopt() returns an int)
David Disseldorp
2017-02-28
1
-2
/
+2
*
Update dns-example.
Mark Ellzey
2015-06-17
1
-1
/
+4
*
dns-example: allow to set ns from args
Azat Khuzhin
2014-11-08
1
-3
/
+8
*
dns-example: convert to getopt()
Azat Khuzhin
2014-11-08
1
-40
/
+41
*
Fix a couple of "#ifdef WIN32" instances
Nick Mathewson
2013-12-24
1
-1
/
+1
*
evdns: New flag to make evdns not prevent the event loop from exiting
Azat Khuzhin
2013-04-25
1
-1
/
+1
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-05-02
1
-6
/
+15
|
\
|
*
dns-example.c can now take a resolv.conf file on the commandline
Nick Mathewson
2012-05-01
1
-6
/
+15
*
|
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-11-14
1
-2
/
+14
|
\
\
|
|
/
|
*
Improve win32 behavior of dns-sample.c codex
Gisle Vanem
2011-11-09
1
-2
/
+14
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-28
1
-0
/
+4
|
\
\
|
|
/
|
*
Clean up some problems identified by Coverity.
Harlan Stenn
2011-08-28
1
-0
/
+4
*
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-2
/
+2
|
/
*
Remote some dead code from dns-example.c
Sebastian Hahn
2011-04-23
1
-3
/
+0
*
Be nice and "handle" error return values in sample code
Sebastian Hahn
2011-04-23
1
-0
/
+2
*
FIX: comment internal headers used in sample code.
Nick Mathewson
2011-02-22
1
-0
/
+1
*
Include util-internal.h as needed to build on platforms with no sockaddr_storage
Harlan Stenn
2011-02-22
1
-0
/
+2
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Replace users of "int fd" with "evutil_socket_t fd" in portable code
Nick Mathewson
2010-03-05
1
-1
/
+1
*
Clarify status of example programs
Nick Mathewson
2010-01-27
1
-0
/
+6
*
OpenBSD demands that sys/types.h be included before sys/socket.h
Nick Mathewson
2009-11-17
1
-0
/
+2
*
Add two implementations of getaddrinfo: one blocking and one nonblocking.
Nick Mathewson
2009-11-16
1
-2
/
+46
*
Actually add the new dns-example.c code. :p
Nick Mathewson
2009-11-05
1
-0
/
+169