bind9/lib/ns
Ondřej Surý a5f5f68502
Refactor isc_time_now() to return time, and not result
The isc_time_now() and isc_time_now_hires() were used inconsistently
through the code - either with status check, or without status check,
or via TIME_NOW() macro with RUNTIME_CHECK() on failure.

Refactor the isc_time_now() and isc_time_now_hires() to always fail when
getting current time has failed, and return the isc_time_t value as
return value instead of passing the pointer to result in the argument.
2023-03-31 15:02:06 +02:00
..
include change ns__client_request() to ns_client_request() 2023-03-28 12:38:28 -07:00
client.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
hooks.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
interfacemgr.c change ns__client_request() to ns_client_request() 2023-03-28 12:38:28 -07:00
listenlist.c remove nonfunctional DSCP implementation 2023-01-09 12:15:21 -08:00
log.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am remove isc_task completely 2023-02-16 18:35:32 +01:00
notify.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
query.c Apply the semantic patch to remove isc_stdtime_get() 2023-03-31 13:32:56 +02:00
server.c add an update quota 2023-01-12 11:52:48 +01:00
sortlist.c remove some unused functions 2023-02-13 11:50:59 -08:00
stats.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
update.c refactor update processing to use loop callbacks 2023-02-16 16:34:20 +01:00
xfrout.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00