You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for DNS 0x20 to help prevent cache poisoning attacks, enabled
8
+
by specifying `ARES_FLAG_DNS0x20`. Disabled by default. [PR #800](https://github.com/c-ares/c-ares/pull/800)
9
+
* Rework query timeout logic to automatically adjust timeouts based on network
10
+
conditions. The timeout specified now is only used as a hint until there
11
+
is enough history to calculate a more valid timeout. [PR #794](https://github.com/c-ares/c-ares/pull/794)
4
12
5
13
Changes:
6
14
7
-
* Enable Query Cache by default. [PR #786](https://github.com/c-ares/c-ares/pull/786)
15
+
* DNS RR TXT strings should not be automatically concatenated as there are use
16
+
cases outside of RFC 7208. In order to maintain ABI compliance, the ability
17
+
to retrieve TXT strings concatenated is retained as well as a new API to
18
+
retrieve the individual strings. This restores behavior from c-ares 1.20.0.
* Clean up header inclusion logic to make hacking on code easier. [PR #797](https://github.com/c-ares/c-ares/pull/797)
21
+
* GCC/Clang: Enable even more strict warnings to catch more coding flaws. [253bdee](https://github.com/c-ares/c-ares/commit/253bdee)
* Various legacy MacOS Build fixes. [Issue #782](https://github.com/c-ares/c-ares/issues/782)
14
-
* Ndots value of zero in resolv.conf was not being honored. [852a60a](https://github.com/c-ares/c-ares/commit/852a60a)
15
-
* Watt-32 build support had been broken for some time. [PR #781](https://github.com/c-ares/c-ares/pull/781)
* Tests: Fix thread race condition in test cases for EventThread. [PR #803](https://github.com/c-ares/c-ares/pull/803)
27
+
* Windows: Fix building with UNICODE. [PR #802](https://github.com/c-ares/c-ares/pull/802)
28
+
* Thread Saftey: `ares_timeout()` was missing lock. [74a64e4](https://github.com/c-ares/c-ares/commit/74a64e4)
29
+
* Fix building with DJGPP (32bit protected mode DOS). [PR #789](https://github.com/c-ares/c-ares/pull/789)
17
30
18
31
Thanks go to these friendly people for their efforts and contributions for this
0 commit comments