bind9/lib
Michał Kępień de65b8f0f8 Fix statistics for x86 Windows builds
Using atomic_int_fast64_t variables with atomic functions on x86 does
not cause Visual Studio to report build errors, but such operations
yield useless results.  Since the isc_stat_t type is unconditionally
typedef'd to atomic_int_fast64_t, any code performing atomic operations
on isc_stat_t variables is broken in x86 Windows builds.  Fix by using
the atomic_int_fast32_t type for isc_stat_t in x86 Windows builds.

(cherry picked from commit e21103f2d3)
2019-06-20 18:34:27 +02:00
..
bind9 prep 9.14.2 2019-05-10 04:51:22 +00:00
dns Bump DNS_CLIENTINFOMETHODS_VERSION/_AGE to 2/1 in clientinfo.h 2019-06-20 14:18:50 +02:00
irs documentation changes establishing the 9.14 stable branch 2019-02-27 18:06:35 -05:00
isc Fix statistics for x86 Windows builds 2019-06-20 18:34:27 +02:00
isccc improve clang / cmocka integration 2019-03-05 10:42:01 -08:00
isccfg add the ability to control whether SOA records are added response-policy modified answers 2019-03-07 13:29:11 -08:00
ns prep 9.14.3 2019-06-19 15:54:22 -07:00
samples Add @OPENSSL_LIB@ to Windows project files as needed 2018-08-10 16:45:00 +02:00
win32/bindevt address win32 build issues 2018-05-22 16:32:21 -07:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00