bind9/lib
Ondřej Surý 88751da114 Add UV_RUNTIME_CHECK() macro to print uv_strerror()
When libuv functions fail, they return correct return value that could
be useful for more detailed debugging.  Currently, we usually just check
whether the return value is 0 and invoke assertion error if it doesn't
throwing away the details why the call has failed.  Unfortunately, this
often happen on more exotic platforms.

Add a UV_RUNTIME_CHECK() macro that can be used to print more detailed
error message (via uv_strerror() before ending the execution of the
program abruptly with the assertion.

(cherry picked from commit 62e15bb06d)
2022-02-16 11:46:10 +01:00
..
bind9 Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
dns extend DLZ interface and example with ECS support 2022-01-27 16:20:55 -08:00
irs Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
isc Add UV_RUNTIME_CHECK() macro to print uv_strerror() 2022-02-16 11:46:10 +01:00
isccc Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
isccfg Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
ns allow dns_clientinfo to store client ECS data 2022-01-27 16:08:57 -08:00
win32/bindevt Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00