2007-10-01 |
Daniel Stenberg | Prevent ares_strerror() from segfaulting if an invalid... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Yang Tse | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Yang Tse | check availability of <netinet/tcp.h> |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Yang Tse | improve portability, defining MAXDNAME and MAXCDNAME |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Steinar H.... | Fix a memory leak that I recently inadvertedly introduced. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Use ISDIGIT instead of isdigit; fixes a gcc warning. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Port the TCP socket fix made in ares_fds() to ares_gets... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Previously, processing a large batch of timeouts was... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Gisle Vanem | We should standarise on C comments. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Gisle Vanem | Fix compiler warning in setsockopt(). |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | TCP queries can time out too, not just UDP queries... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Read and process as many packets as possible in read_ud... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | There are two different places in write_tcp_data()... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Reject names that are longer than 255 characters, to... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | In ares_mkquery, make sure we set buflen and buf to... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Be stricter about what's a valid IP address in fake_hos... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Handle the root of the DNS tree correctly in ares_expan... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Daniel Stenberg | today's modifications by Steinar and me |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Daniel Stenberg | Bumped version to 1.5.0 for next release and soname... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Unrevert previous 'missing' hunks. They were missing... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Yet more missing hunks... Nggh. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Always register for TCP events even if there are no... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Forgot to include a few hunks from ares_process.c earli... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Support a few more socket options, and refactor the... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Make the query callbacks return the number of timeouts... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Three fixes in one commit (sorry): a) Take care of... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Don't skip a server if it's the only one. (Bugfix from... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Daniel Stenberg | wrong, revert the previous "fix" and instead check... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Daniel Stenberg | eek, fix the conditions to return on either problem... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Daniel Stenberg | Steinar H. Gunderson fixed: Correctly clear sockets... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Daniel Stenberg | Steinar H. Gunderson modified c-ares to now also do... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Daniel Stenberg | Brad House provided a fix for ares_save_options():... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Daniel Stenberg | added initial pkg-config file (attempt) |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Gunter Knauf | added curl include for debug builds. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Daniel Stenberg | added another SEE ALSO |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Daniel Stenberg | Brad House's fix to hish a win32 compiler warning |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Daniel Stenberg | added Vlad's entire description of his valgrind fix |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Daniel Stenberg | Vlad Dinulescu fixed two outstanding valgrind reports |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Gunter Knauf | added better CodeWarrior detection. |
commit | commitdiff | tree | snapshot |
2007-07-07 |
Gunter Knauf | removed some obsolete include paths and defines. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Gunter Knauf | add test for gettimeofday() so that HAVE_GETTIMEOFDAY... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Gunter Knauf | although the check for HAVE_STRUCT_TIMEVAL solved the... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Gunter Knauf | added check for sys/param.h. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Gunter Knauf | trial to catch problem with Daniels cross-mingw ares... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Gunter Knauf | added NetWare CLIB-own header to solve gcc warnings. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Gunter Knauf | few minor changes to make ares compile for NetWare... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Gunter Knauf | changed to build for CLIB / LIBC. |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Gunter Knauf | sync'd with lib makefile changes: use var for awk;... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Daniel Stenberg | start working on 1.4.1 |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Daniel Stenberg | 1.4.0 preps |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Daniel Stenberg | the revert |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Daniel Stenberg | Revered Ashish Sharma's multiple entries patch, as... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Daniel Stenberg | minor edit since getting an ID seems pointless when... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Daniel Stenberg | fix the bad bad bad mess this caused on name resolves... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Daniel Stenberg | Brad Spencer found and fixed three flaws in the code... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Daniel Stenberg | Brad House fixed VS2005 compiler warnings due to time_t... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Daniel Stenberg | Ashish Sharma provided a patch for supporting multiple... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Daniel Stenberg | ares_destroy_options() and ares_save_options() man... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Daniel Stenberg | make next version 1.4.0 |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Daniel Stenberg | first take at detecting a random device and seeding... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Daniel Stenberg | Shmulik Regev brought cryptographically secure transact... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Daniel Stenberg | Brad House added ares_save_options() and ares_destroy_o... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Daniel Stenberg | added ares_process_fd() to allow applications to ask... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Daniel Stenberg | Ravi Pratap fixed a flaw in the init_by_resolv_conf... |
commit | commitdiff | tree | snapshot |
2007-04-25 |
Yang Tse | Steve Little's fixes to allow compilation on VMS 64... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Gunter Knauf | fixed ARFLAGS for CodeWarrior build. |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Gunter Knauf | added ranlib when library is created with ar. |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Gisle Vanem | No need for USE_MANUAL. Use select_s() instead of select(). |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Yang Tse | move linkage var declarations to ares_getopt.h |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Gunter Knauf | use Makefile.inc to determine sources. |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Gunter Knauf | ares_getopt() command-line parser function does not... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Yang Tse | ares_getopt() command-line parser function does not... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Yang Tse | ares_getopt() command-line parser function does not... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Yang Tse | update MSVC project files with ares_getopt() |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Yang Tse | use ares_getopt for all platforms |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Yang Tse | add ares_getopt prototype |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Yang Tse | Rename function as ares_getopt() |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Yang Tse | Replace tabs with spaces |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Yang Tse | Add file ares_getopt.c |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Yang Tse | convenience SIG_ATOMIC_T macro definition |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Yang Tse | move WinSock definitions of EBADF, EINTR, EINVAL and... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Yang Tse | update copyright year |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Yang Tse | Cleanup. Warnings related with FD_SET, FD_ISSET, and... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Gunter Knauf | added variadic macro stuff. |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Gunter Knauf | added CVS Id tag. |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Gunter Knauf | fixed build to use compiler-default lib extension. |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Yang Tse | attempt to keep message length below 80 chars |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Gisle Vanem | Added a hack to work around the circular dependency... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Yang Tse | show better description for AMD64-linux static librarie... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Yang Tse | remove code superceeded by the new method used to force |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Yang Tse | fix test leftover in previous commit |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Yang Tse | force libtool to build static libraries with PIC on... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Yang Tse | Autoconf redefines the M4 builtin macro 'm4_undefine... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Dan Fandrich | Autoconf 2.57 didn't like these m4_undefine for some... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Yang Tse | skip libtool C++ and Fortran linker checks |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Yang Tse | skip libtool C++ and Fortran checks |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Gisle Vanem | Added TOPDIR variable. Put dependencies in external... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Gisle Vanem | Removed inclusion of <sys/types.h> in .c-files |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Yang Tse | include <sys/types.h> when checking availability of... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Yang Tse | Check for stdbool.h at configuration stage, and include... |
commit | commitdiff | tree | snapshot |
next |