1659 Commits (adc95e6bd68dc98c315b1b979c93c60ad8e6c9c2)
 

Author SHA1 Message Date
David Drysdale 59b3f81ab4 doc: Show build badges in README.md 9 years ago
David Drysdale 5f59b88431 doc: Convert README to README.md 9 years ago
David Drysdale b2dbc698ea doc: Update in preparation for next release 9 years ago
David Drysdale ce1ea79943 build: Allow header compilation by Windows C++ compiler 9 years ago
David Drysdale 8042524c70 build: Expose whether symbol hiding is on 9 years ago
David Drysdale ace90cce05 build: Add autoconf macros for C++11 code using pthreads 9 years ago
David Drysdale 1b6905cc7f build: Add a code coverage option 9 years ago
David Drysdale 7972adc5d7 api: Add entrypoints to allow use of per-server ports 9 years ago
David Drysdale 06d0f72e54 api: Add ares_set_sortlist(3) entrypoint 9 years ago
David Drysdale f1bcfa1122 api: Allow injection of user-specified malloc/free functions 9 years ago
David Drysdale d493e9b17c api: Add option to expose some internal functions 9 years ago
David Drysdale b619d13693 api: Expose the ares_library_initialized() function 9 years ago
David Drysdale 4ad3111a49 ahost: Allow repeated -s <domain> options 9 years ago
David Drysdale 87ff25049c Mark unhittable lines 9 years ago
David Drysdale 35609ceb41 ares_set_servers_csv.3: make return type match code 9 years ago
David Drysdale e2c4b6f36c bitncmp: update comment to match code behaviour 9 years ago
David Drysdale de04975c48 ares_striendstr: fix so non-NULL return can happen 9 years ago
David Drysdale 74ba881295 config_sortlist: free any existing sortlist on (re)alloc failure 9 years ago
David Drysdale 970dea47b7 ares_dup: clear new channel on failure 9 years ago
David Drysdale 46bb820be3 ares_init_options: don't lose init failure 9 years ago
David Drysdale 52c9bc57bd ares_gethostbyname: don't leak valid-but-empty hostent 9 years ago
David Drysdale 6aabc42e5f ares_parse_txt_reply: propagate errors from per-substring loop 9 years ago
David Drysdale fa14ba7b11 process_answer: fix things up correctly when removing EDNS option 9 years ago
David Drysdale 68a938e771 ares__read_line: clear buf pointer on realloc failure 9 years ago
David Drysdale 02e1f7f9af ares_expand_name: check for valid bits in label length 9 years ago
Gregor Jasny 5e5b2f4239 Fix typos detected by lintian 9 years ago
Gregor Jasny a37863498f Distribute all man pages 9 years ago
Daniel Stenberg e4e40161f8 README.cares: s/I/Daniel 9 years ago
Daniel Stenberg ab78ef369d read_tcp_data: don't try to use NULL pointer after malloc failure 9 years ago
Daniel Stenberg 51dae48ecf configure_socket: explicitly ignore return code 9 years ago
Daniel Stenberg 48c0f703f6 ahost: check the select() return code 9 years ago
David Drysdale 250e7a20cc Fix buildconf on platforms using glibtoolize 9 years ago
David Drysdale 66f40230a0 Don't exit loop early leaving uninitialized entries 9 years ago
Daniel Stenberg c49a87eea5 buildconf: remove check for libtool, it only requires libtoolize 9 years ago
Gregor Jasny affc63cba8 Use libresolv to initialize cares on iPhone targets 9 years ago
Daniel Stenberg f945a0cfe3 README: updated to new repo URL 9 years ago
Lei Shi 52ecef76df Fixing slow DNS lookup issue 9 years ago
David Drysdale fe34a70d6a Merge pull request #30 from p-push/vs-2015 9 years ago
Gisle Vanem 36ca36eedd Support Visual Studio 2015 9 years ago
Andrew Andkjar cbb466e813 added another version case to Makefile.msvc 9 years ago
David Drysdale ce3a0ee056 Merge pull request #26 from bitbouncer/vs-2013 9 years ago
svante karlsson cac35ac5d8 added define for visual studio 2013 10 years ago
Jakub Hrozek bba4dc573f ares__read_line: free buf on realloc failure 10 years ago
Jakub Hrozek 453578354f Destroy options if ares_save_options fails 10 years ago
David Drysdale a0b24beb95 Continue loop if space for hostname not large enough 10 years ago
Daniel Stenberg 3d3ab03c6d ares_getnameinfo.3: there is no ares_getaddrinfo 10 years ago
Gregor Jasny 9456c39934 Prevent tmpbuf from overrunning 10 years ago
Gregor Jasny 296ced3a0d Re-start loop if select fails 10 years ago
Gregor Jasny bd2c61353f Free temporary variable in error path 10 years ago
Gregor Jasny 7db1afd38f Fix integer shift overflow if both tcp_socket and udp_socket are set 10 years ago