98 Commits (8fbfc0283c46e7a8b9913a99572bddcc4ea92d35)

Author SHA1 Message Date
David Drysdale 3768a2da5a test: test ares_free_data on long chain of structs 7 years ago
David Drysdale 7e1a8fcd04 windows: only look for ancient compilers (#146) 7 years ago
Anna Henningsen 0ef4a0c64b
gethostbyaddr: fail with `ECANCELLED` for `ares_cancel()` 7 years ago
David Drysdale 82a4d111ba test: use ares_free_string() throughout 7 years ago
David Drysdale 3968d13f7a test: Build dnsdump on Windows too 8 years ago
David Drysdale a4a0d2fb7e test: distribute the fuzzcheck.sh script 8 years ago
David Drysdale d9fd0a5ed9 test: run the name-parsing corpus check too 8 years ago
David Drysdale ee7d235822 test: Feed in short NAPTR 8 years ago
David Drysdale f3ac6e96d1 test: Add fuzz input with short NAPTR 8 years ago
David Drysdale 833e3f2368 test: add ares_parse_naptr_reply to fuzzer 8 years ago
David Drysdale 7a179e5c82 test: fuzz input file that takes a while to process 8 years ago
David Drysdale ccbb8ffa7b test: copy data in fuzz regression driver 8 years ago
David Drysdale 7833f601c9 test: use io.h not unistd.h for Windows 8 years ago
David Drysdale efc94b9559 test: try building fuzz binaries on Windows 8 years ago
David Drysdale ab6125b27c test: stick to int in ares-fuzz.c 8 years ago
David Drysdale 47d4f3f85b test: force ARES_OPT_NOROTATE for no-rotate tests 8 years ago
David Drysdale be956361b9 test: check expected NOROTATE value 8 years ago
Brad House 5838d53df1 Need ares.h for ares_ssize_t 8 years ago
Brad House 60561aebc1 tests should not use ssize_t, use ares_ssize_t 8 years ago
Brad House 39aeafd27d Windows DNS server sorting (#81) 8 years ago
Calle Wilund 4a890715dc ares test: fix win32 build errors with virtual socket function tests 8 years ago
Calle Wilund 20f9090746 ares-test: Add test helpers and cases for virtual socket IO 8 years ago
David Drysdale bac968cbb0 test: ignore aresfuzzname binary 8 years ago
David Drysdale 8fdd3d3d19 test: add fuzz entrypoint for ares_create_query() 8 years ago
David Drysdale d6823a5cf3 test: Add gTest/gMock files to SOURCES 8 years ago
David Drysdale 1e5dbb9e45 test: check ares_create_query with too-long name 8 years ago
David Drysdale 727d0352f6 ares-test-misc: test ares_create_query with escaped trailing dot 8 years ago
David Drysdale 0d46f76110 test: fix gMock to work with gcc >= 6.x 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 87d24facd8 test: Add null pointer to gtest args 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 567e21ec2c test: drop superfluous fuzz inputs 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
David Drysdale 670a38e19d test: Check setting nsort=0 option is respected 9 years ago
David Drysdale 5bbb7538bb test: Update fuzzing function prototype 9 years ago
David Drysdale 529f848f16 test: for AF_UNSPEC, return CNAME only for AAAA, but valid A record 9 years ago
David Drysdale b81e1628a1 build: commonize MSVC version detection 9 years ago
David Drysdale 97ff366e76 test: Use different name in live test 9 years ago
David Drysdale af5c33bbbf test: Only pass unused args to GoogleTest 9 years ago
David Drysdale 3b1ff9da74 test: Build with MinGW on AppVeyor 9 years ago
David Drysdale 23b9ad9ede test: avoid in6addr_* constants 9 years ago
David Drysdale 6917640336 test: add missing #includes for dns-proto.cc 9 years ago
David Drysdale 5b46450af4 test: prefer ON_CALL to EXPECT_CALL to reduce flakes 9 years ago