| .. |
|
include
|
isc_stdtime_t is always 32-bit now, so remove the always true macro STDTIME_ON_32BITS
|
2018-11-09 02:56:49 +07:00 |
|
app.c
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-10 11:17:51 +02:00 |
|
condition.c
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-10 11:17:51 +02:00 |
|
dir.c
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-10 11:17:51 +02:00 |
|
DLLMain.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
entropy.c
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-10 11:17:51 +02:00 |
|
errno.c
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-10 11:17:51 +02:00 |
|
errno2result.c
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-10 11:17:51 +02:00 |
|
errno2result.h
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-10 11:17:51 +02:00 |
|
file.c
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-10 11:17:51 +02:00 |
|
fsaccess.c
|
Turn (int & flag) into (int & flag) != 0 when implicitly typed to bool
|
2018-11-08 14:37:14 +07:00 |
|
interfaceiter.c
|
Hint the compiler with ISC_UNREACHABLE(); that code after INSIST(0); cannot be reached
|
2018-11-08 15:09:12 +07:00 |
|
ipv6.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
keyboard.c
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-10 11:17:51 +02:00 |
|
libgen.h
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
libisc.def.exclude
|
add missing entries to .def files [RT #46215]
|
2017-11-27 13:49:39 +11:00 |
|
libisc.def.in
|
Change isc_buffer_reallocate() into a static functions as it is not used outside of isc_buffer_reserve()
|
2018-08-01 08:41:25 +02:00 |
|
libisc.vcxproj.filters.in
|
Add compatibility isc/boolean.h and isc/int.h headers
|
2018-08-10 11:17:51 +02:00 |
|
libisc.vcxproj.in
|
Add compatibility isc/boolean.h and isc/int.h headers
|
2018-08-10 11:17:51 +02:00 |
|
libisc.vcxproj.user
|
3681. [port] Update the Windows build system to support feature
|
2013-12-04 12:47:23 +11:00 |
|
Makefile.in
|
Update license headers to not include years in copyright in all applicable files
|
2018-02-23 10:38:02 +01:00 |
|
meminfo.c
|
Replace custom isc_u?intNN_t types with C99 u?intNN_t types
|
2018-08-09 18:30:20 +02:00 |
|
net.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
netdb.h
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
ntgroups.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
ntpaths.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
once.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
os.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
pk11_api.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
resource.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
socket.c
|
Turn (int & flag) into (int & flag) != 0 when implicitly typed to bool
|
2018-11-08 14:37:14 +07:00 |
|
stdio.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
stdtime.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
strerror.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
syslog.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
syslog.h
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
thread.c
|
Update license headers to not include years in copyright in all applicable files
|
2018-02-23 10:38:02 +01:00 |
|
time.c
|
Replace custom isc_boolean_t with C standard bool type
|
2018-08-10 11:17:51 +02:00 |
|
unistd.h
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
version.c
|
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
|
2018-05-11 14:19:35 +02:00 |
|
win32os.c
|
silence unread assignment warning by using POST macro
|
2018-02-26 10:39:44 +11:00 |