bind9/lib
Ondřej Surý 8edbd0929f Use isc_mem_reget() to handle the internal active handle cache
The netmgr, has an internal cache for freed active handles.  This cache
was allocated using isc_mem_allocate()/isc_mem_free() API because it was
simpler to reallocate the cache when we needed to grow it.  The new
isc_mem_reget() function could be used here reducing the need to use
isc_mem_allocate() API which is tad bit slower than isc_mem_get() API.
2021-09-23 22:17:15 +02:00
..
bind9 Remove the mastefile-format map option 2021-09-17 07:09:50 +02:00
dns Remove the mastefile-format map option 2021-09-17 07:09:50 +02:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc Use isc_mem_reget() to handle the internal active handle cache 2021-09-23 22:17:15 +02:00
isccc Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00
isccfg Remove the mastefile-format map option 2021-09-17 07:09:50 +02:00
ns Remove the code to adjust listening interfaces for *-source-v6 2021-09-14 14:51:03 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00