1970 Commits (1ee90f2a5a2d6491c8017e45f22ec42bdffa1103)
 

Author SHA1 Message Date
Aaron Bieber b0af263838 fix build on OpenBSD 8 years ago
Daniel Stenberg 2f467d20a6 ares_version.h: bump, working on 1.12.1 now 8 years ago
Gregor Jasny 5979d6d4ad Merge pull request #64 from bradh352/master 8 years ago
Brad House 1d8077b285 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 8 years ago
Brad House bc14ee76b9 update MacOSX 10.12 detection 8 years ago
Brad House c41726b42a Expand XCode clock_gettime fix to include MacOS 10.12, not just iOS10 8 years ago
David Drysdale 7842a9d861 Revert "travis: work around bug in PyCParser" 8 years ago
David Drysdale a24a10a348 travis: work around bug in PyCParser 8 years ago
Brad House 6db065bc54 PROJECT_SOURCE_DIR instead of CMAKE_CURRENT_SOURCE_DIR as per @gjasny 8 years ago
Brad House ec730cc1c9 use a project name of c-ares as per @gjasny 8 years ago
Brad House 096282df53 Import curl conversion of Makefile.inc to cmake form dynamically as per bdoetsch@ameritech.net to make maintaining multiple build systems easier 8 years ago
Daniel Stenberg f9cda85d07 dist: add ares_library_initialized.* to the tarball 8 years ago
David Drysdale 1e5dbb9e45 test: check ares_create_query with too-long name 8 years ago
Daniel Stenberg 3aead6a988 man pages: minor formatting edits 8 years ago
Brad House e46e59454c merge fc7917e from @daviddrysdale ... travis build updates for cmake 8 years ago
Brad House bb764c88c6 cleanups as per @gjasny ... Use naked IF statements and use NOT DEFINED 8 years ago
Daniel Stenberg 7691f773af RELEASE-NOTES: 1.12.0 8 years ago
David Drysdale 727d0352f6 ares-test-misc: test ares_create_query with escaped trailing dot 8 years ago
Daniel Stenberg 65c71be1cb ares_create_query: avoid single-byte buffer overwrite 8 years ago
Brad House 503d8712f2 CMake: Unify library versioning with the libtool methodology to make keeping library versions in sync easier with the autotools build system 8 years ago
Daniel Stenberg 51fbb479f7 ares_library_initialized.3: added 8 years ago
Daniel Stenberg 5ba7d14932 make: bump CARES_VERSION_INFO for release 8 years ago
David Drysdale 3041634a7a man: update ares_init_options.3 8 years ago
Daniel Stenberg 3d29337d7b ares_library_init.3: corrected the ares_library_init_mem proto 8 years ago
Brad House 7518c26d8e 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. 8 years ago
Brad House e4fe33edb7 Adds cmake build system support to C-Ares. 8 years ago
Daniel Stenberg 500a12b932 README.md: remove space from link 8 years ago
Daniel Stenberg a4ebe2d023 README: link to the correct c-ares badge! 8 years ago
Daniel Stenberg 2e38829571 docs: minor formatting edits 8 years ago
Daniel Stenberg 53952e3022 ares_destroy.3: formatting polish 8 years ago
Daniel Stenberg 7658fcdefb ares_init.3: split the init docs into two separate man pages 8 years ago
Daniel Stenberg 7905e3f1c5 SECURITY: point to the vulnerabilities page now 8 years ago
Daniel Stenberg d779abc401 RELEASE-NOTES: synced with daa7235b1a 8 years ago
Daniel Stenberg daa7235b1a ares_create_query.3: edit language 8 years ago
David Drysdale 0d46f76110 test: fix gMock to work with gcc >= 6.x 8 years ago
Brad House f513ad757b headers: remove checks for and defines of variable sizes 8 years ago
David Drysdale dd7a9bc89b api: add ARES_OPT_NOROTATE optmask value 8 years ago
David Drysdale 55bbe92677 ares_init_options: only propagate init failures from options 8 years ago
David Drysdale 220b2b5320 test: Force reinstall of libtool on OSX 8 years ago
David Drysdale 502554257d test: Add valgrind build variant 8 years ago
David Drysdale 87d24facd8 test: Add null pointer to gtest args 8 years ago
Daniel Stenberg a5b2e99207 AUTHOR: maybe gitgub isn't really an author =) 8 years ago
Daniel Stenberg afd6da501f AUTHORS: added contributors from the git log 8 years ago
Daniel Stenberg 4e861351d9 LICENSE.md: add a stand-alone license file 8 years ago
Daniel Stenberg a5a009c26e README: added "CII best practices" badge 8 years ago
Daniel Stenberg 66689efc07 SECURITY.md: suggested "security process" for the project 8 years ago
David Drysdale ab9d8b2f6e test: Add Clang static analysis build to Travis 8 years ago
David Drysdale c49e45f52b test: more info on how to run fuzz testing 8 years ago
David Drysdale edc76de17e test: make fuzzer driver code C not C++ 8 years ago
David Drysdale 5a1ae0bc7a test: fuzzer mode for AFL's persistent mode 8 years ago