117 Commits (fd6124c74da0801f23f9d324559d8b66fb83f533)

Author SHA1 Message Date
elcallio 7e1e31c6cd Implement using virtual socket IO functions when set 8 years ago
Daniel Stenberg 7e0378a42a read_tcp_data: remove superfluous NULL check 8 years ago
Andrew Ayer 11e37a92ef Add ares_set_socket_configure_callback() 9 years ago
David Drysdale 7972adc5d7 api: Add entrypoints to allow use of per-server ports 9 years ago
David Drysdale f1bcfa1122 api: Allow injection of user-specified malloc/free functions 9 years ago
David Drysdale 87ff25049c Mark unhittable lines 9 years ago
David Drysdale fa14ba7b11 process_answer: fix things up correctly when removing EDNS option 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
Guenter Knauf c8ec633bf5 Fixed warning 'type specifier missing'. 11 years ago
Daniel Stenberg efdd616118 timeoffset: made static and private 11 years ago
Daniel Stenberg 30c9031afa timeadd: make static 11 years ago
Daniel Stenberg 3217c7eef2 ares__swap_lists: make private and static 12 years ago
Yang Tse 0c677f578e setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> 12 years ago
Yang Tse a1035276c1 Header inclusion clean-up 12 years ago
hpopescu@ixiacom.com 90364defb0 Added new feature (rfc2671) 12 years ago
Daniel Stenberg e447bc5c60 code police: fix indents, < 80 columns, reflowed comments 13 years ago
Gisle Vanem 4d91235900 read_udp_packets: bail out loop on bad sockets 13 years ago
Yang Tse 38b69b7269 Kill compiler warning 13 years ago
Yang Tse 66e91438c5 ares_process.c: fix compiler warning 13 years ago
Yang Tse 5ef8f5ead2 compiler warning: fix 14 years ago
David Stuart 6518b56a5e IPv6-on-windows: find DNS servers correctly 14 years ago
Yang Tse 8c503ddf79 System's errno.h inclusion cleanup. 14 years ago
Daniel Stenberg 366cd6d54d advance_tcp_send_queue: avoid NULL ptr dereference 14 years ago
Yang Tse 10ae9e4ec2 Fix GCC 4 compiler warning 'dereferencing type-punned pointer might break strict-aliasing rules'. 14 years ago
Yang Tse 4ab5eb6631 Revert commit 494274e653 14 years ago
Yang Tse 494274e653 Fix GCC 4 compiler warning 'dereferencing type-punned pointer might break strict-aliasing rules'. 14 years ago
Yang Tse 747981be8e Revert following commits: 14 years ago
Ben Greear 9912637d32 sock-addr-storage: Detect and deal with lack of .ss_family member. 15 years ago
Ben Greear 3392a50ea3 typo: Fix compile bug for platforms that don't have sockaddr_storage. 15 years ago
Ben Greear 07bc7ea795 Fix aliasing warning in gcc 4.4.4 (at least). 15 years ago
Ben Greear 3e33e2c2ba ipv6: Fix some build issues related to the local-bind feature. 15 years ago
Ben Greear e3b04e5a47 local-bind: Support binding to local interface/IPs 15 years ago
Daniel Stenberg 63627fa5ab remove all $Id$ lines 15 years ago
Peter Pentchev a83d892bb2 Fix a couple of typos and grammar nits. 15 years ago
Yang Tse 8fe746fcf2 Added IPv6 name servers support 15 years ago
Daniel Stenberg 8b6f71ce95 - Tommie Gannert pointed out a silly bug in ares_process_fd() since it didn't 15 years ago
Yang Tse 58d9b0c1bd - Fix configure_socket() to use ares_socket_t instead of int data type. 15 years ago
Yang Tse 10461d1414 Make usage of calloc()'s arguments consistent with rest of code base 15 years ago
Yang Tse a82a8fbf82 Renamed c-ares setup.h to ares_setup.h 15 years ago
Yang Tse f34c2a879b sclose() function-like macro definition used to close a socket, 16 years ago
Yang Tse 3a55bbebf1 Use build-time configured ares_socklen_t instead of socklen_t 16 years ago
Yang Tse 737707bf4b fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value 16 years ago
Phil Blundell 977de8c778 - ares__send_query() now varies the retry timeout pseudo-randomly to avoid 16 years ago
Daniel Stenberg f61fa37f40 Gregor Jasny provided the patch that introduces ares_set_socket_callback(), 16 years ago
Dan Fandrich 36a6a6e175 Only set TCP_NODELAY when it exists 16 years ago
Yang Tse 65cafbe109 Refactor configure script detection of functions used to set sockets into 16 years ago
Daniel Stenberg 1a1b4eb4f2 - Carlo Contavalli added support for the glibc "rotate" option, as documented 16 years ago
Yang Tse 64c82d0853 Charles Hardin patch: 16 years ago
Yang Tse f214b583f5 adjust inclusion of "nameser.h" 16 years ago