1753 Commits (c41726b42a1fb5098f0a3d2433e864e3518b9a65)
 

Author SHA1 Message Date
Brad House c41726b42a Expand XCode clock_gettime fix to include MacOS 10.12, not just iOS10 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
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
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
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
David Drysdale 9556ddf7af test: simplify deps for fuzzer entrypoint 8 years ago
David Drysdale af8f4ba1d0 test: disable MinGW tests 8 years ago
Daniel Stenberg 7e0378a42a read_tcp_data: remove superfluous NULL check 8 years ago
Daniel Stenberg 50b3138218 web: http => https 8 years ago
David Drysdale 7d3e99fd5c Merge pull request #59 from fuze/master 8 years ago
Chris Araman 6e44d4f3cd Update msvc_ver.inc 8 years ago
David Drysdale 9642b578a2 Fix trailing comment for #endif 9 years ago
Daniel Stenberg 728dc8d058 email: use Gisle's "new" address 9 years ago
David Drysdale 567e21ec2c test: drop superfluous fuzz inputs 9 years ago
svante karlsson a788a1ac1c Update msvc_ver.inc 9 years ago
David Drysdale 6498517ada test: Run fuzzcheck.sh in Travis build 9 years ago
David Drysdale 2401623710 test: add fuzzing check script to tests 9 years ago
David Drysdale cc6a16d6c2 test: allow multiple files in aresfuzz command line 9 years ago
David Drysdale d52df9123f test: Add corpus of DNS packets 9 years ago
David Drysdale b701af8a24 test: Add utility to show DNS packet from file 9 years ago
nordsturm 008e9a9ecd Fix nsort initialization 9 years ago
David Drysdale 670a38e19d test: Check setting nsort=0 option is respected 9 years ago