1. 52d9ef6 [config] Suppress implicit fallthrough by Tamir Duberstein · 3 years ago main master
  2. d3261d6 [Wconversion] Suppress warnings by Shai Barack · 3 years, 8 months ago
  3. fb94600 [Wconversion] Suppress warnings Bug: 56258 Bug: 58162 by Shai Barack · 3 years, 8 months ago
  4. 538d453 [cares] Suppress a Wunused-function warning by George Kulakowski · 5 years ago
  5. 58e2ae8 [cares] Allow compilation on host and from Fuchsia by Craig Tiller · 5 years ago
  6. 5dd7311 Update README.fuchsia by Petr Hosek · 6 years ago
  7. 0e83edc Update README.fuchsia by Damien Miller · 6 years ago
  8. b25f1b8 Remove unnecessary config files by Adam Barth · 6 years ago
  9. fd9491f Undefined HAS_MSG_NOSIGNAL. by Mitch Rudominer · 7 years ago
  10. ff14692 Adding BUILD.gn file for cares. by Mitch Rudominer · 7 years ago
  11. cb9521d Added support for Windows DNS Suffix Search List (#93) by ChristianAmmer · 7 years ago
  12. 3ba4f1a configure: do not heck for ar if specified manually by Thomas Köckerbauer · 8 years ago
  13. 64b169e ares_expand_name: limit number of indirections by David Drysdale · 7 years ago
  14. 7a179e5 test: fuzz input file that takes a while to process by David Drysdale · 7 years ago
  15. ccbb8ff test: copy data in fuzz regression driver by David Drysdale · 7 years ago
  16. 3d4ad15 Convert char from ISO-8859-1 to UTF-8 (#99) by David Drysdale · 7 years ago
  17. 4bc0202 travis: Use trusty for cmake builds (#109) by Gregor Jasny · 7 years ago
  18. 40eb41f msvc_ver.inc support most recent Visual Studio 2017 (#101) by David Hotham · 7 years ago
  19. 7833f60 test: use io.h not unistd.h for Windows by David Drysdale · 7 years ago
  20. efc94b9 test: try building fuzz binaries on Windows by David Drysdale · 7 years ago
  21. ab6125b test: stick to int in ares-fuzz.c by David Drysdale · 7 years ago
  22. 47d4f3f test: force ARES_OPT_NOROTATE for no-rotate tests by David Drysdale · 7 years ago
  23. be95636 test: check expected NOROTATE value by David Drysdale · 7 years ago
  24. 1f68472 ares_create_query: use ares_free not naked free by David Drysdale · 7 years ago
  25. 5838d53 Need ares.h for ares_ssize_t by Brad House · 7 years ago
  26. 60561ae tests should not use ssize_t, use ares_ssize_t by Brad House · 7 years ago
  27. 919dc45 Portability updates for legacy systems. (#92) by Brad House · 7 years ago
  28. 6b452db Update msvc_ver.inc (#91) by Michael Osei · 7 years ago
  29. 39aeafd Windows DNS server sorting (#81) by Brad House · 7 years ago
  30. 5338722 docs: fixed references to ares_set_local_ip4 and ares_set_local_ip6 by Sergii Pylypenko · 7 years ago
  31. 4a89071 ares test: fix win32 build errors with virtual socket function tests by Calle Wilund · 7 years ago
  32. f593c01 ares_process: fix return type of socket_create function (win32 warning) by Calle Wilund · 7 years ago
  33. fd6124c ares_set_socket_functions: Add man page by Calle Wilund · 7 years ago
  34. 20f9090 ares-test: Add test helpers and cases for virtual socket IO by Calle Wilund · 7 years ago
  35. 7e1e31c Implement using virtual socket IO functions when set by elcallio · 7 years ago
  36. c32103e Add virtual function set for socket IO by elcallio · 7 years ago
  37. bac968c test: ignore aresfuzzname binary by David Drysdale · 7 years ago
  38. 9fe30b5 Always use check_symbol_exists instead of check_function_exists. by Stephen Sorley · 7 years ago
  39. e7fdf48 Also add includes to TARGETS_INST_DEST by Gregor Jasny · 7 years ago
  40. 672c359 Windows build fixes by Stephen Sorley · 7 years ago
  41. 97f8b14 CMake: Export targets by Gregor Jasny · 7 years ago
  42. 7219fe2 CMake: Use GNUInstallDirs for install location defaults by Gregor Jasny · 7 years ago
  43. 0719277 Update Makefile.am for renamed INSTALL.md by David Drysdale · 7 years ago
  44. 5a869ae docs: convert INSTALL to MarkDown & tweak (#83) by David Drysdale · 7 years ago
  45. 4d56128 Merge pull request #77 from stephen-sorley/cmake_modernize by Gregor Jasny · 7 years ago
  46. 5f4cb4d Changed executables to depend directly on internal libcares target, instead of against by Stephen Sorley · 7 years ago
  47. 49b7906 Updated Travis to pull CMake 2.8.12 from kubuntu-backports ppa. by Stephen Sorley · 7 years ago
  48. 10cb4b4 Updated CMake minimum version to 2.8.12. by Stephen Sorley · 7 years ago
  49. fbf1b4b configure: clock_gettime workaround (#75) by Chris Araman · 7 years ago
  50. 8fdd3d3 test: add fuzz entrypoint for ares_create_query() by David Drysdale · 7 years ago
  51. d6823a5 test: Add gTest/gMock files to SOURCES by David Drysdale · 8 years ago
  52. b0aebb9 travis: Move build scripts under travis/ by David Drysdale · 8 years ago
  53. 98bdeee travis: check distributed tarball builds by David Drysdale · 8 years ago
  54. 02f609c dist: ship msvc_ver.inc too by Daniel Stenberg · 8 years ago
  55. b0af263 fix build on OpenBSD by Aaron Bieber · 8 years ago
  56. 2f467d2 ares_version.h: bump, working on 1.12.1 now by Daniel Stenberg · 8 years ago
  57. 5979d6d Merge pull request #64 from bradh352/master by Gregor Jasny · 8 years ago
  58. 1d8077b suggested PROJECT_NAME change broke chain building as it needs the magic PROJECT_NAME set in the ADD_LIBRARY for matching. Fix to make both goals work by Brad House · 8 years ago
  59. bc14ee7 update MacOSX 10.12 detection by Brad House · 8 years ago
  60. c41726b Expand XCode clock_gettime fix to include MacOS 10.12, not just iOS10 by Brad House · 8 years ago
  61. 7842a9d Revert "travis: work around bug in PyCParser" by David Drysdale · 8 years ago
  62. a24a10a travis: work around bug in PyCParser by David Drysdale · 8 years ago
  63. 6db065b PROJECT_SOURCE_DIR instead of CMAKE_CURRENT_SOURCE_DIR as per @gjasny by Brad House · 8 years ago
  64. ec730cc use a project name of c-ares as per @gjasny by Brad House · 8 years ago
  65. 096282d Import curl conversion of Makefile.inc to cmake form dynamically as per bdoetsch@ameritech.net to make maintaining multiple build systems easier by Brad House · 8 years ago
  66. f9cda85 dist: add ares_library_initialized.* to the tarball by Daniel Stenberg · 8 years ago
  67. 1e5dbb9 test: check ares_create_query with too-long name by David Drysdale · 8 years ago
  68. 3aead6a man pages: minor formatting edits by Daniel Stenberg · 8 years ago
  69. e46e594 merge fc7917e from @daviddrysdale ... travis build updates for cmake by Brad House · 8 years ago
  70. bb764c8 cleanups as per @gjasny ... Use naked IF statements and use NOT DEFINED by Brad House · 8 years ago
  71. 7691f77 RELEASE-NOTES: 1.12.0 by Daniel Stenberg · 8 years ago cares-1_12_0
  72. 727d035 ares-test-misc: test ares_create_query with escaped trailing dot by David Drysdale · 8 years ago
  73. 65c71be ares_create_query: avoid single-byte buffer overwrite by Daniel Stenberg · 8 years ago
  74. 503d871 CMake: Unify library versioning with the libtool methodology to make keeping library versions in sync easier with the autotools build system by Brad House · 8 years ago
  75. 51fbb47 ares_library_initialized.3: added by Daniel Stenberg · 8 years ago
  76. 5ba7d14 make: bump CARES_VERSION_INFO for release by Daniel Stenberg · 8 years ago
  77. 3041634 man: update ares_init_options.3 by David Drysdale · 8 years ago
  78. 3d29337 ares_library_init.3: corrected the ares_library_init_mem proto by Daniel Stenberg · 8 years ago
  79. 7518c26 XCode v8 introduced clock_gettime() for iOS v10. However, it is a weak symbol, which means when earlier iOS versions try to use clock_gettime() it results in a crash due to the missing symbol. Detect this condition and do not set HAVE_CLOCK_GETTIME_MONOTONIC. by Brad House · 8 years ago
  80. e4fe33e Adds cmake build system support to C-Ares. by Brad House · 8 years ago
  81. 500a12b README.md: remove space from link by Daniel Stenberg · 8 years ago
  82. a4ebe2d README: link to the correct c-ares badge! by Daniel Stenberg · 8 years ago
  83. 2e38829 docs: minor formatting edits by Daniel Stenberg · 8 years ago
  84. 53952e3 ares_destroy.3: formatting polish by Daniel Stenberg · 8 years ago
  85. 7658fcd ares_init.3: split the init docs into two separate man pages by Daniel Stenberg · 8 years ago
  86. 7905e3f SECURITY: point to the vulnerabilities page now by Daniel Stenberg · 8 years ago
  87. d779abc RELEASE-NOTES: synced with daa7235b1a5 by Daniel Stenberg · 8 years ago
  88. daa7235 ares_create_query.3: edit language by Daniel Stenberg · 8 years ago
  89. 0d46f76 test: fix gMock to work with gcc >= 6.x by David Drysdale · 8 years ago
  90. f513ad7 headers: remove checks for and defines of variable sizes by Brad House · 8 years ago
  91. dd7a9bc api: add ARES_OPT_NOROTATE optmask value by David Drysdale · 8 years ago
  92. 55bbe92 ares_init_options: only propagate init failures from options by David Drysdale · 8 years ago
  93. 220b2b5 test: Force reinstall of libtool on OSX by David Drysdale · 8 years ago
  94. 5025542 test: Add valgrind build variant by David Drysdale · 8 years ago
  95. 87d24fa test: Add null pointer to gtest args by David Drysdale · 8 years ago
  96. a5b2e99 AUTHOR: maybe gitgub isn't really an author =) by Daniel Stenberg · 8 years ago
  97. afd6da5 AUTHORS: added contributors from the git log by Daniel Stenberg · 8 years ago
  98. 4e86135 LICENSE.md: add a stand-alone license file by Daniel Stenberg · 8 years ago
  99. a5a009c README: added "CII best practices" badge by Daniel Stenberg · 8 years ago
  100. 66689ef SECURITY.md: suggested "security process" for the project by Daniel Stenberg · 8 years ago