bind9/lib
Ondřej Surý d6d2fbe0e9 Avoid netievent allocations when the callbacks can be called directly
After turning the users callbacks to be asynchronous, there was a
visible performance drop.  This commit prevents the unnecessary
allocations while keeping the code paths same for both asynchronous and
synchronous calls.

The same change was done to the isc__nm_udp_{read,send} as those two
functions are in the hot path.
2020-12-02 09:45:05 +01:00
..
bind9 Update library API versions 2020-11-26 12:12:17 +01:00
dns Refactor netmgr and add more unit tests 2020-12-01 16:47:07 +01:00
irs Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
isc Avoid netievent allocations when the callbacks can be called directly 2020-12-02 09:45:05 +01:00
isccc Update library API versions 2020-11-26 12:12:17 +01:00
isccfg Update library API versions 2020-11-26 12:12:17 +01:00
ns Refactor netmgr and add more unit tests 2020-12-01 16:47:07 +01:00
samples Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
win32/bindevt update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
.gitignore Provide unit test driver 2020-05-21 12:13:01 +02:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
unit-test-driver.sh.in Provide unit test driver 2020-05-21 12:13:01 +02:00