1. ab9d8b2 test: Add Clang static analysis build to Travis by David Drysdale · 8 years ago
  2. c49e45f test: more info on how to run fuzz testing by David Drysdale · 8 years ago
  3. edc76de test: make fuzzer driver code C not C++ by David Drysdale · 8 years ago
  4. 5a1ae0b test: fuzzer mode for AFL's persistent mode by David Drysdale · 8 years ago
  5. 9556ddf test: simplify deps for fuzzer entrypoint by David Drysdale · 8 years ago
  6. af8f4ba test: disable MinGW tests by David Drysdale · 8 years ago
  7. 7e0378a read_tcp_data: remove superfluous NULL check by Daniel Stenberg · 8 years ago
  8. 50b3138 web: http => https by Daniel Stenberg · 8 years ago
  9. 7d3e99f Merge pull request #59 from fuze/master by David Drysdale · 8 years ago
  10. 6e44d4f Update msvc_ver.inc by Chris Araman · 8 years ago
  11. 9642b57 Fix trailing comment for #endif by David Drysdale · 8 years ago
  12. 728dc8d email: use Gisle's "new" address by Daniel Stenberg · 8 years ago
  13. 567e21e test: drop superfluous fuzz inputs by David Drysdale · 8 years ago
  14. a788a1a Update msvc_ver.inc by svante karlsson · 8 years ago
  15. 6498517 test: Run fuzzcheck.sh in Travis build by David Drysdale · 8 years ago
  16. 2401623 test: add fuzzing check script to tests by David Drysdale · 8 years ago
  17. cc6a16d test: allow multiple files in aresfuzz command line by David Drysdale · 8 years ago
  18. d52df91 test: Add corpus of DNS packets by David Drysdale · 8 years ago
  19. b701af8 test: Add utility to show DNS packet from file by David Drysdale · 8 years ago
  20. 008e9a9 Fix nsort initialization by nordsturm · 8 years ago
  21. 670a38e test: Check setting nsort=0 option is respected by David Drysdale · 8 years ago
  22. 5bbb753 test: Update fuzzing function prototype by David Drysdale · 8 years ago
  23. d311c47 Explicitly clear struct servent before use by David Drysdale · 8 years ago
  24. 529f848 test: for AF_UNSPEC, return CNAME only for AAAA, but valid A record by David Drysdale · 8 years ago
  25. cd77448 msvc_ver.inc: support Visual Studio 2015 Update 1 by Chris Araman · 8 years ago
  26. b81e162 build: commonize MSVC version detection by David Drysdale · 8 years ago
  27. 97ff366 test: Use different name in live test by David Drysdale · 8 years ago
  28. af5c33b test: Only pass unused args to GoogleTest by David Drysdale · 8 years ago
  29. a9021ed ahost.c: add cast to fix C++ compile by David Drysdale · 8 years ago
  30. 02b328f ares_library_cleanup: reset ares_realloc too by David Drysdale · 8 years ago
  31. c64a374 configure: check if tests can get built before enabled by Brad House · 8 years ago
  32. 0b7a497 Makefile.m32: add support for CROSSPREFIX by Viktor Szakats · 8 years ago
  33. ebe7b81 Makefile.m32: add support for extra flags by Viktor Szakats · 8 years ago
  34. 3b1ff9d test: Build with MinGW on AppVeyor by David Drysdale · 8 years ago
  35. 23b9ad9 test: avoid in6addr_* constants by David Drysdale · 8 years ago
  36. 6917640 test: add missing #includes for dns-proto.cc by David Drysdale · 8 years ago
  37. bf45d4c Fix man page typos detected by Lintian by Gregor Jasny · 8 years ago
  38. 10a1b7d configure: acknowledge --disable-tests by Daniel Stenberg · 8 years ago
  39. fab050f AUTHORS: added contributors from the 1.11.0 release by Daniel Stenberg · 8 years ago
  40. 3e897ff bump: start working on the next version by Daniel Stenberg · 8 years ago
  41. e7fe274 RELEASE-NOTES: final edits for 1.11.0 by Daniel Stenberg · 8 years ago cares-1_11_0
  42. e41a39b ares_dup.3: remove mention of nonexistent function by David Drysdale · 8 years ago
  43. 6549138 test: skip repeated build steps by David Drysdale · 8 years ago
  44. f61151a test: namespaces unavailable when cross-compiling by David Drysdale · 8 years ago
  45. 63909b5 configure: only run configure in test when NOT cross-compiling by Daniel Stenberg · 8 years ago
  46. 5b46450 test: prefer ON_CALL to EXPECT_CALL to reduce flakes by David Drysdale · 8 years ago
  47. f4fe737 configure: run configure in 'test' too by Daniel Stenberg · 8 years ago
  48. 18eeb34 configure: build silently by default by Daniel Stenberg · 8 years ago
  49. 85c865e buildconf: run test/buildconf too if present by Daniel Stenberg · 8 years ago
  50. f0d04b2 test/configure: build silently by default by Daniel Stenberg · 8 years ago
  51. 8d023b7 dist: Distribute README.md by Gregor Jasny · 8 years ago
  52. 4ef6817 Makefile.am: distribute the test dir too by Daniel Stenberg · 8 years ago cares-1_11_0-rc1
  53. 80bda0e RELEASE-NOTES: synced with 385582bd14b68a by Daniel Stenberg · 8 years ago
  54. 385582b ares_win32_init: make LoadLibrary work when using UNICODE too by Nicolas \"Pixel\" Noble · 10 years ago
  55. 7e17c22 Use "resolve" as synonym of "dns" in nsswitch.conf by David Drysdale · 8 years ago
  56. ed7df96 ares_set_socket_callback: make manpage match code by David Drysdale · 8 years ago
  57. d8a0182 Merge pull request #36 from AGWA-forks/master by David Drysdale · 8 years ago
  58. 56cd98b test: Update init tests to match behaviour by David Drysdale · 8 years ago
  59. e514088 Ignore `fopen` errors to use default values by Fedor Indutny · 8 years ago
  60. 2b6a1fb Document callback type in man page for ares_set_socket_callback by Andrew Ayer · 8 years ago
  61. 11e37a9 Add ares_set_socket_configure_callback() by Andrew Ayer · 8 years ago
  62. 87d641a test: ares_set_socket_callback failure behaviour by David Drysdale · 8 years ago
  63. 2bae2d5 test: Check ares_parse_txt_reply_ext() entrypoint by David Drysdale · 8 years ago
  64. 53c2186 txt: introduce `ares_parse_txt_reply_ext` by Fedor Indutny · 10 years ago
  65. 0c4c1ca doc: Update missed repo references by David Drysdale · 8 years ago
  66. adc95e6 doc: Update docs on contributing by David Drysdale · 8 years ago
  67. 03ba16f test: Run command line tools in Travis by David Drysdale · 8 years ago
  68. 3f301a6 acountry: drop inert test by David Drysdale · 8 years ago
  69. d4a549c doc: update badge locations to master repo by David Drysdale · 8 years ago
  70. 6f1862f test: Enable maintainer mode + debug in Travis by David Drysdale · 8 years ago
  71. 31ca576 test: Add an iOS build target by David Drysdale · 8 years ago
  72. c957987 test: Ignore SIGPIPE in tests by David Drysdale · 8 years ago
  73. 86beb81 test: More initialization tests by David Drysdale · 8 years ago
  74. ff1f7a1 test: Improve containerized test mechanism by David Drysdale · 8 years ago
  75. b644412 test: Make contained tests easier to write by David Drysdale · 8 years ago
  76. 5dc450a test: Add framework for containerized testing by David Drysdale · 8 years ago
  77. 439eb45 test: Use a longer timeout for less flakiness by David Drysdale · 8 years ago
  78. 78f9ec5 test: Make failure tests more robust by David Drysdale · 8 years ago
  79. 3478963 test: Get test code building under Windows by David Drysdale · 8 years ago
  80. 830e8fe test: Disable tests that manipulate env on Windows by David Drysdale · 8 years ago
  81. d3bccff test: Move file lists into Makefile.inc by David Drysdale · 8 years ago
  82. 9edf941 test: Add a simple multi-server test by David Drysdale · 8 years ago
  83. d448d66 test: Allow for multiple mock servers by David Drysdale · 8 years ago
  84. 92656bc test: Update test for set/get_servers variants by David Drysdale · 8 years ago
  85. 3231480 test: Make GetNameServers() utility function port-aware by David Drysdale · 8 years ago
  86. e26a678 test: more testing, including of internal static functions by David Drysdale · 8 years ago
  87. 25adcc4 test: more tests, especially fallback processing by David Drysdale · 8 years ago
  88. a05f240 test: more tests, particularly of initialization by David Drysdale · 8 years ago
  89. 83839fd test: Run mock tests over both TCP and UDP by David Drysdale · 8 years ago
  90. 0c423ef test: Run mock tests over both IPv4 and IPv6 by David Drysdale · 8 years ago
  91. 0ef5633 test: Add more tests for edge cases by David Drysdale · 8 years ago
  92. ce3f896 test: more nooks and crannies of pton functions by David Drysdale · 8 years ago
  93. f939efe test: More tests for PTR parsing by David Drysdale · 8 years ago
  94. a2c5b1d test: Use of HOSTALIAS environment variable by David Drysdale · 8 years ago
  95. 834c98e test: Add RAII utility classes for testing by David Drysdale · 8 years ago
  96. 693e566 test: More search domain scenarios by David Drysdale · 8 years ago
  97. 3ce586f test: Remove duplicate flags from Makefile.am by David Drysdale · 8 years ago
  98. 6589ebf test: Make test code leak-free by David Drysdale · 8 years ago
  99. 4a09121 test: More tests by David Drysdale · 8 years ago
  100. f2ae5d7 test: Test ares_gethostbyname_file() by David Drysdale · 8 years ago