| .. |
|
include
|
Remove already removed headers from the Makefiles
|
2018-09-03 12:09:52 +02:00 |
|
app.c
|
remove references to methods and app_api.c
|
2018-10-19 00:28:53 -07:00 |
|
dir.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 13:17:46 +02:00 |
|
errno.c
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-08 09:37:30 +02:00 |
|
errno2result.c
|
Ensure that POSIX strerror_r variant is use even when _GNU_SOURCE is enabled by default
|
2018-08-29 13:31:28 +02:00 |
|
errno2result.h
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-08 09:37:30 +02:00 |
|
file.c
|
Replace platform ISC_PLATFORM_HAVESTATNSEC with config ENABLE_STAT_NSEC
|
2018-09-07 12:17:30 +02:00 |
|
fsaccess.c
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-08 09:37:30 +02:00 |
|
ifiter_getifaddrs.c
|
Use strerror_r from POSIX.1-2001 (strerror_s on Windows) instead of custom isc__strerror()
|
2018-08-28 10:31:48 +02:00 |
|
interfaceiter.c
|
Replace platform.h ISC_PLATFORM_HAVEIFNAMETOINDEX with config HAVE_IF_NAMETOINDEX
|
2018-09-07 12:17:30 +02:00 |
|
Makefile.in
|
Remove isc_keyboard family of functions as they were not used anywhere
|
2018-08-28 14:37:30 +02:00 |
|
meminfo.c
|
Replace custom isc_u?intNN_t types with C99 u?intNN_t types
|
2018-08-08 09:37:28 +02:00 |
|
net.c
|
Assume socklen_t is always available on all supported platforms (except on Windows where it is typedefed to int32_t)
|
2018-09-07 12:17:40 +02:00 |
|
os.c
|
Remove legacy support for HP-UX
|
2018-08-28 10:31:47 +02:00 |
|
pk11_api.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 13:17:46 +02:00 |
|
resource.c
|
Remove legacy support for HP-UX
|
2018-08-28 10:31:47 +02:00 |
|
socket.c
|
Remove layering from isc_task, isc_app, isc_socket, isc_timer, isc_mem
|
2018-10-18 09:19:12 +00:00 |
|
socket_p.h
|
According to POSIX.1-2001, POSIX.1-2008 #include <sys/select.h> is correct way to get fd_set
|
2018-09-07 12:17:30 +02:00 |
|
stdio.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 13:17:46 +02:00 |
|
stdtime.c
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-08 09:37:30 +02:00 |
|
syslog.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 13:17:46 +02:00 |
|
time.c
|
Ensure that POSIX strerror_r variant is use even when _GNU_SOURCE is enabled by default
|
2018-08-29 13:31:28 +02:00 |