..
alloca.c
Initial revision
2000-03-26 00:33:07 +00:00
avl_tree.c
When deleting an entire tree, start at head, not at root.
2006-11-11 22:45:45 +00:00
avl_tree.h
Update copyright notices, remove Ivo's email address.
2006-04-26 13:52:58 +00:00
dropin.c
Update copyright notices, remove Ivo's email address.
2006-04-26 13:52:58 +00:00
dropin.h
Update copyright notices, remove Ivo's email address.
2006-04-26 13:52:58 +00:00
ethernet.h
Update copyright notices, remove Ivo's email address.
2006-04-26 13:52:58 +00:00
fake-gai-errnos.h
Prevent compiler warnings about redefinition of EAI_FAMILY on FreeBSD 6.1.
2006-12-18 11:41:53 +00:00
fake-getaddrinfo.c
Forgot to #include "xalloc.h"
2003-10-08 11:33:54 +00:00
fake-getaddrinfo.h
Update copyrights, links, email addresses and let Subversion update $Id$ keywords.
2004-03-21 14:21:22 +00:00
fake-getnameinfo.c
Compilation fix.
2003-08-17 12:03:40 +00:00
fake-getnameinfo.h
Update copyrights, links, email addresses and let Subversion update $Id$ keywords.
2004-03-21 14:21:22 +00:00
getopt.c
Prevent definitions from messing up attributes.
2003-07-30 21:52:41 +00:00
getopt.h
getopt_long() support for platforms that don't have it.
2000-05-03 23:47:06 +00:00
getopt1.c
getopt_long() support for platforms that don't have it.
2000-05-03 23:47:06 +00:00
gettext.h
Simplify logging, update copyrights and some minor cleanups.
2003-07-12 17:41:48 +00:00
ipv4.h
Update copyright notices, remove Ivo's email address.
2006-04-26 13:52:58 +00:00
ipv6.h
Update copyright notices, remove Ivo's email address.
2006-04-26 13:52:58 +00:00
list.c
Update copyright notices, remove Ivo's email address.
2006-04-26 13:52:58 +00:00
list.h
Update copyright notices, remove Ivo's email address.
2006-04-26 13:52:58 +00:00
Makefile.am
Update copyrights, links, email addresses and let Subversion update $Id$ keywords.
2004-03-21 14:21:22 +00:00
malloc.c
Initial revision
2000-03-26 00:33:07 +00:00
memcmp.c
Initial revision
2000-03-26 00:33:07 +00:00
pidfile.c
bugfix: initialize pid (as read from pidfile) to zero
2009-05-18 14:34:24 +02:00
pidfile.h
PIDs are of type pid_t, and use %ld when reading/writing them to the pidfile.
2003-10-06 16:13:08 +00:00
realloc.c
Initial revision
2000-03-26 00:33:07 +00:00
splay_tree.c
When deleting an entire tree, start at head, not at root.
2006-11-11 22:45:45 +00:00
splay_tree.h
Update copyright notices, remove Ivo's email address.
2006-04-26 13:52:58 +00:00
utils.c
Update copyright notices, remove Ivo's email address.
2006-04-26 13:52:58 +00:00
utils.h
Update copyright notices, remove Ivo's email address.
2006-04-26 13:52:58 +00:00
xalloc.h
Prevent definitions from messing up attributes.
2003-07-30 21:52:41 +00:00
xmalloc.c
We do properly check for malloc and realloc.
2006-12-16 16:34:04 +00:00