bind9/bin/named
alessio 53991ecc14 Refactor and simplify isc_symtab
This commit does several changes to isc_symtab:

1. Rewrite the isc_symtab to internally use isc_hashmap instead of
   hand-stiched hashtable.

2. Create a new isc_symtab_define_and_return() api, which returns
   the already defined symvalue on ISC_R_EXISTS; this allows users
   of the API to skip the isc_symtab_lookup()+isc_symtab_define()
   calls and directly call isc_symtab_define_and_return().

3. Merge isccc_symtab into isc_symtab - the only missing function
   was isccc_symtab_foreach() that was merged into isc_symtab API.

4. Add full set of unit tests for the isc_symtab API.
2025-02-17 11:43:19 +01:00
..
include add a rndc command to toggle jemalloc profiling 2025-01-25 14:28:41 +03:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl Expose 'first refresh' zone flag in stats channel 2024-02-05 17:41:14 +00:00
builtin.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
config.c Add primaries, parental-agents as synonyms 2024-12-13 08:50:02 +01:00
control.c add a rndc command to toggle jemalloc profiling 2025-01-25 14:28:41 +03:00
controlconf.c Refactor and simplify isc_symtab 2025-02-17 11:43:19 +01:00
dlz_dlopen_driver.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
fuzz.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
geoip.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
log.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
logconf.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
main.c clean up uses of ISC_R_NOMEMORY 2025-01-23 15:54:57 -08:00
Makefile.am Add support for User Statically Defined Tracing (USDT) probes 2023-08-21 18:39:53 +02:00
named.conf.rst remove {root-}delegation-only 2023-03-23 12:57:01 -07:00
named.rst Finalize removal of memory debug flags size and mctx 2024-12-06 02:29:20 +00:00
os.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
server.c Split and simplify the use of EDE list implementation 2025-01-30 11:52:53 +01:00
statschannel.c Revert "Attach dnssecsignstats, rcvquerystats, and requeststats" 2024-12-06 19:46:39 +01:00
tkeyconf.c clean up uses of ISC_R_NOMEMORY 2025-01-23 15:54:57 -08:00
transportconf.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
tsigconf.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
xsl_p.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
zoneconf.c clean up uses of ISC_R_NOMEMORY 2025-01-23 15:54:57 -08:00