125 Commits (b8c6a818aa338285a25242e9b52f6a0627585d04)

Author SHA1 Message Date
Brad House cb0be5688e
set compiler standard to ISO C90/ANSI C89 (#577) 1 year ago
Brad House eeec2252b5 fix new ares_strcpy to ensure null termination 1 year ago
Brad House eb127767a4 build fix 1 year ago
Brad House b2437de617
SonarCloud: Fix up codesmells due to strlen(), strcpy(), and strncpy() (#576) 1 year ago
Brad House 3078f33333 SonarCloud: try to appease it better 1 year ago
Brad House d35434d6bd SonarCloud: Fix reported bugs 1 year ago
Brad House 3b10e571da
Fix internal datatype usage and warnings (#573) 1 year ago
Brad House 75a873c86b
introduce ares_bool_t datatype (#570) 1 year ago
Brad House a070d7835d Socket callbacks were passed SOCK_STREAM instead of SOCK_DGRAM on udp 1 year ago
Brad House 4d12e69abb
Tool: STAYOPEN flag could make tools not terminate (#569) 1 year ago
Brad House 973023b4b9
ares_status_t enum for status codes (#567) 1 year ago
Brad House 17931888ec
fix reference to freed memory (#562) 1 year ago
Brad House bfe84bf251 fix slist search off by 1 1 year ago
Brad House 4b9a03ec68
ares__buf should return standard error codes. more helpers implemented. (#558) 1 year ago
Brad House 6d077838f7
Update from 1989 MIT license text to modern MIT license text (#556) 1 year ago
Brad House fab4039b9b
Fix for TCP back to back queries (#552) 1 year ago
Brad House 17ab747945
remove acountry from built tools as nerd.dk is gone (#554) 1 year ago
Brad House 1c3a52b510
Don't requeue any queries for getaddrinfo() during destruction. (#553) 1 year ago
Brad House 21f3b77440
ares_getaddrinfo(): Fail faster on AF_UNSPEC if we've already received one address class (#551) 1 year ago
Sam Morris 098e02d32f
Avoid producing an ill-formed result when qualifying a name with the root domain (#546) 1 year ago
Brad House dd93f30082
Configuration option to limit number of UDP queries per ephemeral port (#549) 1 year ago
Brad House 7f3262312f
its not 1991 anymore, lower default timeout and retry count (#542) 1 year ago
Brad House cf99c025cf
Modernization: Implement base data-structures and replace usage (#540) 1 year ago
bradh352 bad62225b7 windows get_DNS_Windows port fix for ipv6 2 years ago
bradh352 fbe21c825a windows get_DNS_Windows port is in network byte order 2 years ago
bradh352 728c006cad extend on PR #534, windows should also honor a port 2 years ago
Brad House a21d67e679
Support configuration of DNS server ports (#534) 2 years ago
Daniel Stenberg c1b00c41a7 provide SPDX identifiers and a REUSE CI job to verify 2 years ago
Alexey A Tikhonov 903a613f9f
Remove unreachable code as reported by Coverity (#527) 2 years ago
Ben Noordhuis 69950390b2
rand: add support for getrandom() (#526) 2 years ago
Tim Wojtulewicz 66d0c013fa
Replace uses of sprintf with snprintf (#525) 2 years ago
bradh352 6360e96b5c Makefile.inc Windows requires tabs not spaces for nmake 2 years ago
Daniel Stenberg b685ab2539
ares_expand_name: fix compiler warnings (#522) 2 years ago
bradh352 7da53555c2 windows MSVC compiler fix on 32bit 2 years ago
bradh352 fb79ae7bed minor CI issues fixes for imported inet_net_pton 2 years ago
bradh352 00f47ed830 ares_rand static analysis fixes from CI 2 years ago
bradh352 424012216c windows build fix 2 years ago
Brad House b9b8413cfd
Merge pull request from GHSA-9g78-jv2r-p7vc 2 years ago
Brad House f22cc01039
Merge pull request from GHSA-x6mf-cxr9-8q6v 2 years ago
Brad House 823df3b989
Merge pull request from GHSA-8r8p-23f3-64c2 2 years ago
lifenjoiner 5236e35965
Turn off IPV6_V6ONLY on Windows if it is supported (#520) 2 years ago
bradh352 f95ca36cde ares_getaddrinfo using service of "0" should be allowed 2 years ago
Nikolaos Chatzikonstantinou 38b30bc922
fix memory leak in ares_send (#511) 2 years ago
Nikolaos Chatzikonstantinou 87002e39b8
change comment style to old-style (#513) 2 years ago
Nikolaos Chatzikonstantinou 4263479e70
use strncasecmp in ares__strsplit (#512) 2 years ago
Douglas R. Reno 761c618084
Watcom Portability Improvements (#509) 2 years ago
Chilledheart bb8f5bb0a8
Windows: Invalid stack variable out of scope for HOSTS file path (#502) 2 years ago
bradh352 b167ae0d4f Fix inverted logic in 25523e2 2 years ago
bradh352 25523e23ab RFC6761 localhost definition includes subdomains 2 years ago
hopper-vul 9903253c34
Add str len check in config_sortlist to avoid stack overflow (#497) 2 years ago