2011-05-25 |
Yang Tse | compiler warning: fix |
blob | commitdiff |
2011-05-17 |
David Stuart | IPv6-on-windows: find DNS servers correctly |
blob | commitdiff | diff to current |
2011-03-22 |
Yang Tse | System's errno.h inclusion cleanup. |
blob | commitdiff | diff to current |
2010-12-27 |
Daniel Stenberg | advance_tcp_send_queue: avoid NULL ptr dereference |
blob | commitdiff | diff to current |
2010-11-14 |
Yang Tse | Fix GCC 4 compiler warning 'dereferencing type-punned... |
blob | commitdiff | diff to current |
2010-11-13 |
Yang Tse | Revert commit 494274e653936335c255a47599970de3df21e7c4 |
blob | commitdiff | diff to current |
2010-11-12 |
Yang Tse | Fix GCC 4 compiler warning 'dereferencing type-punned... |
blob | commitdiff | diff to current |
2010-11-12 |
Yang Tse | Revert following commits: |
blob | commitdiff | diff to current |
2010-08-04 |
Ben Greear | sock-addr-storage: Detect and deal with lack of .ss_fa... |
blob | commitdiff | diff to current |
2010-07-31 |
Ben Greear | typo: Fix compile bug for platforms that don't have... |
blob | commitdiff | diff to current |
2010-07-31 |
Ben Greear | Fix aliasing warning in gcc 4.4.4 (at least). |
blob | commitdiff | diff to current |
2010-07-30 |
Ben Greear | ipv6: Fix some build issues related to the local-bind... |
blob | commitdiff | diff to current |
2010-07-18 |
Ben Greear | local-bind: Support binding to local interface/IPs |
blob | commitdiff | diff to current |
2010-03-27 |
Daniel Stenberg | remove all $Id$ lines |
blob | commitdiff | diff to current |
2010-03-25 |
Peter Pentchev | Fix a couple of typos and grammar nits. |
blob | commitdiff | diff to current |
2010-03-05 |
Yang Tse | Added IPv6 name servers support |
blob | commitdiff | diff to current |
2010-01-28 |
Daniel Stenberg | - Tommie Gannert pointed out a silly bug in ares_proces... |
blob | commitdiff | diff to current |
2009-12-29 |
Yang Tse | - Fix configure_socket() to use ares_socket_t instead... |
blob | commitdiff | diff to current |
2009-11-18 |
Yang Tse | Make usage of calloc()'s arguments consistent with... |
blob | commitdiff | diff to current |
2009-11-02 |
Yang Tse | Renamed c-ares setup.h to ares_setup.h |
blob | commitdiff | diff to current |
2009-06-19 |
Yang Tse | sclose() function-like macro definition used to close... |
blob | commitdiff | diff to current |
2009-05-02 |
Yang Tse | Use build-time configured ares_socklen_t instead of... |
blob | commitdiff | diff to current |
2009-04-14 |
Yang Tse | fix compiler warning: implicit conversion shortens... |
blob | commitdiff | diff to current |
2009-01-13 |
Phil Blundell | - ares__send_query() now varies the retry timeout pseud... |
blob | commitdiff | diff to current |
2008-12-04 |
Daniel Stenberg | Gregor Jasny provided the patch that introduces ares_se... |
blob | commitdiff | diff to current |
2008-11-28 |
Dan Fandrich | Only set TCP_NODELAY when it exists |
blob | commitdiff | diff to current |
2008-11-13 |
Yang Tse | Refactor configure script detection of functions used... |
blob | commitdiff | diff to current |
2008-11-01 |
Daniel Stenberg | - Carlo Contavalli added support for the glibc "rotate... |
blob | commitdiff | diff to current |
2008-10-21 |
Yang Tse | Charles Hardin patch: |
blob | commitdiff | diff to current |
2008-09-17 |
Yang Tse | adjust inclusion of "nameser.h" |
blob | commitdiff | diff to current |
2008-08-26 |
Yang Tse | Functionality only possible if recvfrom() is available. |
blob | commitdiff | diff to current |
2008-08-25 |
Yang Tse | Brad House's validation that DNS response address match... |
blob | commitdiff | diff to current |
2008-07-10 |
Yang Tse | fix compiler warning |
blob | commitdiff | diff to current |
2008-05-15 |
Yang Tse | millisecond resolution support followup |
blob | commitdiff | diff to current |
2008-05-13 |
Daniel Stenberg | - Introducing millisecond resolution support for the... |
blob | commitdiff | diff to current |
2008-05-08 |
Daniel Stenberg | check for strings.h in configure and use it for the... |
blob | commitdiff | diff to current |
2007-10-18 |
Yang Tse | Renamed internal function to avoid a variable shadowing it |
blob | commitdiff | diff to current |
2007-10-08 |
Gisle Vanem | 'FD_CLOXEC' is meaningless on MSDOS/Watt-32. |
blob | commitdiff | diff to current |
2007-10-04 |
Steinar H. Gunderson | Removed a piece of redundant code (process_answer alrea... |
blob | commitdiff | diff to current |
2007-09-30 |
Yang Tse | Fix compiler warning |
blob | commitdiff | diff to current |
2007-09-30 |
Yang Tse | check availability of <netinet/tcp.h> |
blob | commitdiff | diff to current |
2007-09-29 |
Steinar H. Gunderson | Use ISDIGIT instead of isdigit; fixes a gcc warning. |
blob | commitdiff | diff to current |
2007-09-29 |
Steinar H. Gunderson | Previously, processing a large batch of timeouts was... |
blob | commitdiff | diff to current |
2007-09-29 |
Gisle Vanem | Fix compiler warning in setsockopt(). |
blob | commitdiff | diff to current |
2007-09-29 |
Steinar H. Gunderson | TCP queries can time out too, not just UDP queries... |
blob | commitdiff | diff to current |
2007-09-29 |
Steinar H. Gunderson | Read and process as many packets as possible in read_ud... |
blob | commitdiff | diff to current |
2007-09-29 |
Steinar H. Gunderson | There are two different places in write_tcp_data()... |
blob | commitdiff | diff to current |
2007-09-28 |
Steinar H. Gunderson | Forgot to include a few hunks from ares_process.c earli... |
blob | commitdiff | diff to current |
2007-09-28 |
Steinar H. Gunderson | Support a few more socket options, and refactor the... |
blob | commitdiff | diff to current |
2007-09-28 |
Steinar H. Gunderson | Make the query callbacks return the number of timeouts... |
blob | commitdiff | diff to current |
2007-09-28 |
Steinar H. Gunderson | Three fixes in one commit (sorry): a) Take care of... |
blob | commitdiff | diff to current |
2007-09-28 |
Steinar H. Gunderson | Don't skip a server if it's the only one. (Bugfix from... |
blob | commitdiff | diff to current |
2007-09-27 |
Daniel Stenberg | wrong, revert the previous "fix" and instead check... |
blob | commitdiff | diff to current |
2007-09-27 |
Daniel Stenberg | eek, fix the conditions to return on either problem... |
blob | commitdiff | diff to current |
2007-09-22 |
Daniel Stenberg | Steinar H. Gunderson fixed: Correctly clear sockets... |
blob | commitdiff | diff to current |
2007-09-22 |
Daniel Stenberg | Steinar H. Gunderson modified c-ares to now also do... |
blob | commitdiff | diff to current |
2007-07-14 |
Daniel Stenberg | Vlad Dinulescu fixed two outstanding valgrind reports |
blob | commitdiff | diff to current |
2007-06-02 |
Daniel Stenberg | Brad House fixed VS2005 compiler warnings due to time_t... |
blob | commitdiff | diff to current |
2007-05-30 |
Daniel Stenberg | added ares_process_fd() to allow applications to ask... |
blob | commitdiff | diff to current |
2007-02-26 |
Gisle Vanem | Removed inclusion of <sys/types.h> in .c-files |
blob | commitdiff | diff to current |
2007-02-22 |
Yang Tse | Check for stdbool.h at configuration stage, and include... |
blob | commitdiff | diff to current |
2007-02-16 |
Yang Tse | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER... |
blob | commitdiff | diff to current |
2007-02-04 |
Gisle Vanem | Use correct 3rd argument for ioctlsocket() under Watt-32. |
blob | commitdiff | diff to current |
2007-02-01 |
Yang Tse | compiler warning fix |
blob | commitdiff | diff to current |
2006-10-25 |
Yang Tse | Compiler warning fix |
blob | commitdiff | diff to current |
2006-10-18 |
Yang Tse | Check for USE_WINSOCK instead of WIN32 where the check... |
blob | commitdiff | diff to current |
2006-08-29 |
Daniel Stenberg | Brad Spencer did |
blob | commitdiff | diff to current |
2006-07-29 |
Yang Tse | Fix compiler warnings. |
blob | commitdiff | diff to current |
2006-07-28 |
Yang Tse | Replace send() and recv() with swrite() and sread(... |
blob | commitdiff | diff to current |
2006-07-22 |
Gisle Vanem | 2nd try adding CVS id. |
blob | commitdiff | diff to current |
2006-07-14 |
Yang Tse | Fix compiler warning |
blob | commitdiff | diff to current |
2006-06-19 |
William Ahern | Handle EAGAIN/EWOULDBLOCK readiness errors, which can... |
blob | commitdiff | diff to current |
2006-05-03 |
Daniel Stenberg | Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option... |
blob | commitdiff | diff to current |
2005-12-20 |
Gisle Vanem | Changes for PellesC for Win32. It needs <unistd.h>... |
blob | commitdiff | diff to current |
2005-12-09 |
Yang Tse | Fix compiler warning |
blob | commitdiff | diff to current |
2005-11-25 |
Daniel Stenberg | read_tcp_data() fix to get the proper buffer pointer... |
blob | commitdiff | diff to current |
2005-11-25 |
Daniel Stenberg | Yang Tse: fixed compiler warnings |
blob | commitdiff | diff to current |
2005-08-10 |
Gunter Knauf | make ares compile again for NetWare. |
blob | commitdiff | diff to current |
2005-06-03 |
Daniel Stenberg | FIONBIO is in sys/ioctl.h on AIX |
blob | commitdiff | diff to current |
2005-06-02 |
Daniel Stenberg | sigh, define TRUE if not already |
blob | commitdiff | diff to current |
2005-06-02 |
Daniel Stenberg | William Ahern: |
blob | commitdiff | diff to current |
2005-04-06 |
Daniel Stenberg | Tupone Alfredo fixed includes of arpa/nameser_compat... |
blob | commitdiff | diff to current |
2005-03-13 |
Gisle Vanem | Prevent gcc warning. |
blob | commitdiff | diff to current |
2004-10-06 |
Daniel Stenberg | removed tabs and trailing whitespace from source |
blob | commitdiff | diff to current |
2004-08-20 |
Gisle Vanem | No WSAGetLastError() on Watt-32/DOS |
blob | commitdiff | diff to current |
2004-08-20 |
Gisle Vanem | Changes for Watt-32 on Windows. I've assumed Configure |
blob | commitdiff | diff to current |
2004-07-29 |
Daniel Stenberg | variable type fix |
blob | commitdiff | diff to current |
2004-07-24 |
Daniel Stenberg | Gisle Vanem: |
blob | commitdiff | diff to current |
2004-07-22 |
Daniel Stenberg | - Fixed a few variable return types for some system... |
blob | commitdiff | diff to current |
2004-07-01 |
Daniel Stenberg | Gisle's win32-fix. 'errno' is not used for errors when... |
blob | commitdiff | diff to current |
2004-07-01 |
Daniel Stenberg | Gisle Vanem made this build fine with djgpp and the... |
blob | commitdiff | diff to current |
2004-02-27 |
Daniel Stenberg | minor size_t fix to kill a warning |
blob | commitdiff | diff to current |
2004-02-23 |
Daniel Stenberg | make ares_expand_name() take a long * instead of an... |
blob | commitdiff | diff to current |
2004-02-04 |
Daniel Stenberg | don't use 'sin' as variable name as the picky compiler... |
blob | commitdiff | diff to current |
2004-02-02 |
Daniel Stenberg | remove rcsid stuff from c files, it serves no useful... |
blob | commitdiff | diff to current |
2004-01-29 |
Daniel Stenberg | Dirk Manske fixed a flaw in the setting of the socket... |
blob | commitdiff | diff to current |
2003-10-07 |
Daniel Stenberg | ares 1.1.1 with collected applied patches |
blob | commitdiff | diff to current |
|