Files
bind9/lib/dns
Evan Hunt a499794984 REQUIRE should not have side effects
it's a style violation to have REQUIRE or INSIST contain code that
must run for the server to work. this was being done with some
atomic_compare_exchange calls. these have been cleaned up.  uses
of atomic_compare_exchange in assertions have been replaced with
a new macro atomic_compare_exchange_enforced, which uses RUNTIME_CHECK
to ensure that the exchange was successful.
2022-07-05 12:22:55 -07:00
..
2022-06-01 13:00:40 +01:00
2022-07-05 12:22:55 -07:00
2022-05-25 16:04:51 +02:00
2022-04-01 23:50:34 +02:00
2022-05-03 10:02:19 +02:00
2022-06-09 10:47:04 +00:00
2022-06-01 13:00:40 +01:00
2022-06-28 11:56:31 +02:00
2022-07-05 09:41:33 -07:00
2022-06-01 13:00:40 +01:00
2022-05-25 16:04:51 +02:00
2022-05-02 19:47:58 +01:00
2022-05-03 00:41:42 +01:00
2022-06-01 13:00:40 +01:00
2022-05-03 12:38:59 +00:00
2022-05-03 12:38:59 +00:00
2022-05-25 16:04:51 +02:00
2022-05-03 12:38:59 +00:00
2022-07-05 12:22:55 -07:00