Ondřej Surý
5a473b305d
Create the negative trust anchor timer on the current loop
...
Instead of always creating the trust anchor timer (dns_nta_t) on the
main loop, create the timer on the current loop and associate each
dns_nta_t object to the loop it was created on. This simplifies the
timer handling as everything is run on the associated loop.
During the change, the dns_nta_t structure was renamed to dns__nta_t
and changed to be fully internal to the nta.c compilation unit, and the
dns_ntatable_t structure was made opaque. This required no change to
code using the API as dns_nta_t never had any external users and the
dns_ntatable_t was properly accessed only by using function calls.
2022-09-21 14:25:33 -07:00
..
2022-09-21 14:25:33 -07:00
2022-09-19 15:56:02 +02:00
2022-04-04 19:27:00 +02:00
2022-08-26 09:09:24 +02:00
2022-09-19 15:56:02 +02:00
2022-05-25 14:44:32 +02:00
2022-08-26 09:09:24 +02:00
2022-09-21 14:25:33 -07:00
2022-08-26 09:09:24 +02:00
2022-09-12 12:18:57 +01:00
2022-08-09 08:19:51 +00:00
2022-09-19 16:36:28 +00:00
2022-04-04 19:27:00 +02:00
2022-08-09 08:19:51 +00:00
2022-08-31 11:33:25 -07:00
2022-09-19 15:56:02 +02:00
2022-05-13 13:31:17 +02:00
2022-08-25 17:17:07 +02:00
2022-06-09 10:47:04 +00:00
2022-09-19 15:56:02 +02:00
2022-09-19 15:56:02 +02:00
2022-06-28 11:56:31 +02:00
2022-06-28 11:56:31 +02:00
2022-07-05 12:29:01 +10:00
2022-07-13 00:14:13 +00:00
2022-08-09 08:19:51 +00:00
2022-09-19 15:56:02 +02:00
2022-09-19 15:56:02 +02:00
2022-09-12 12:18:57 +01:00
2022-08-09 08:19:51 +00:00
2022-08-23 11:01:31 +02:00
2022-08-22 15:55:46 +02:00
2022-09-21 14:25:33 -07:00
2022-07-18 13:38:47 +02:00
2022-09-08 11:20:34 +02:00
2022-09-08 11:27:31 +02:00
2022-07-25 10:32:13 -04:00
2022-09-13 12:07:13 +10:00
2022-07-15 10:33:46 +00:00
2022-05-02 19:47:58 +01:00
2022-09-19 15:56:02 +02:00
2022-05-03 00:41:42 +01:00
2022-09-19 15:56:02 +02:00
2022-09-12 12:18:57 +01:00
2022-08-09 08:19:51 +00:00
2022-06-01 13:00:40 +01:00
2022-09-19 15:56:02 +02:00
2022-09-19 16:36:28 +00:00
2022-09-21 14:25:33 -07:00
2022-05-03 12:38:59 +00:00
2022-09-21 14:25:33 -07:00
2022-09-08 09:15:30 +02:00
2022-08-25 17:17:07 +02:00
2022-09-12 12:18:57 +01:00
2022-04-04 19:27:00 +02:00
2022-09-15 08:42:45 +10:00
2022-05-28 14:53:02 -07:00
2022-05-03 12:38:59 +00:00
2022-08-16 07:36:12 +00:00
2022-09-19 15:50:06 +00:00
2022-08-09 08:19:51 +00:00
2022-09-19 15:56:02 +02:00
2022-05-13 13:36:10 -07:00
2022-08-26 09:09:24 +02:00
2022-09-19 15:50:06 +00:00
2022-09-21 14:25:33 -07:00
2022-05-02 21:11:12 +01:00