platform/upstream/c-ares.git
2007-09-30 Steinar H.... Fix a memory leak that I recently inadvertedly introduced.
2007-09-29 Steinar H.... Use ISDIGIT instead of isdigit; fixes a gcc warning.
2007-09-29 Steinar H.... Port the TCP socket fix made in ares_fds() to ares_gets...
2007-09-29 Steinar H.... Previously, processing a large batch of timeouts was...
2007-09-29 Gisle VanemWe should standarise on C comments.
2007-09-29 Gisle VanemFix compiler warning in setsockopt().
2007-09-29 Steinar H.... TCP queries can time out too, not just UDP queries...
2007-09-29 Steinar H.... Read and process as many packets as possible in read_ud...
2007-09-29 Steinar H.... There are two different places in write_tcp_data()...
2007-09-29 Steinar H.... Reject names that are longer than 255 characters, to...
2007-09-29 Steinar H.... In ares_mkquery, make sure we set buflen and buf to...
2007-09-29 Steinar H.... Be stricter about what's a valid IP address in fake_hos...
2007-09-29 Steinar H.... Handle the root of the DNS tree correctly in ares_expan...
2007-09-28 Daniel Stenbergtoday's modifications by Steinar and me
2007-09-28 Daniel StenbergBumped version to 1.5.0 for next release and soname...
2007-09-28 Steinar H.... Unrevert previous 'missing' hunks. They were missing...
2007-09-28 Steinar H.... Yet more missing hunks... Nggh.
2007-09-28 Steinar H.... Always register for TCP events even if there are no...
2007-09-28 Steinar H.... Forgot to include a few hunks from ares_process.c earli...
2007-09-28 Steinar H.... Support a few more socket options, and refactor the...
2007-09-28 Steinar H.... Make the query callbacks return the number of timeouts...
2007-09-28 Steinar H.... Three fixes in one commit (sorry): a) Take care of...
2007-09-28 Steinar H.... Don't skip a server if it's the only one. (Bugfix from...
2007-09-27 Daniel Stenbergwrong, revert the previous "fix" and instead check...
2007-09-27 Daniel Stenbergeek, fix the conditions to return on either problem...
2007-09-22 Daniel StenbergSteinar H. Gunderson fixed: Correctly clear sockets...
2007-09-22 Daniel StenbergSteinar H. Gunderson modified c-ares to now also do...
2007-09-22 Daniel StenbergBrad House provided a fix for ares_save_options():...
2007-07-26 Daniel Stenbergadded initial pkg-config file (attempt)
2007-07-20 Gunter Knaufadded curl include for debug builds.
2007-07-14 Daniel Stenbergadded another SEE ALSO
2007-07-14 Daniel StenbergBrad House's fix to hish a win32 compiler warning
2007-07-14 Daniel Stenbergadded Vlad's entire description of his valgrind fix
2007-07-14 Daniel StenbergVlad Dinulescu fixed two outstanding valgrind reports
2007-07-08 Gunter Knaufadded better CodeWarrior detection.
2007-07-07 Gunter Knaufremoved some obsolete include paths and defines.
2007-07-04 Gunter Knaufadd test for gettimeofday() so that HAVE_GETTIMEOFDAY...
2007-07-04 Gunter Knaufalthough the check for HAVE_STRUCT_TIMEVAL solved the...
2007-07-04 Gunter Knaufadded check for sys/param.h.
2007-07-03 Gunter Knauftrial to catch problem with Daniels cross-mingw ares...
2007-07-03 Gunter Knaufadded NetWare CLIB-own header to solve gcc warnings.
2007-07-03 Gunter Knauffew minor changes to make ares compile for NetWare...
2007-07-03 Gunter Knaufchanged to build for CLIB / LIBC.
2007-07-02 Gunter Knaufsync'd with lib makefile changes: use var for awk;...
2007-06-08 Daniel Stenbergstart working on 1.4.1
2007-06-08 Daniel Stenberg1.4.0 preps
2007-06-05 Daniel Stenbergthe revert
2007-06-04 Daniel StenbergRevered Ashish Sharma's multiple entries patch, as...
2007-06-04 Daniel Stenbergminor edit since getting an ID seems pointless when...
2007-06-04 Daniel Stenbergfix the bad bad bad mess this caused on name resolves...
2007-06-02 Daniel StenbergBrad Spencer found and fixed three flaws in the code...
2007-06-02 Daniel StenbergBrad House fixed VS2005 compiler warnings due to time_t...
2007-06-02 Daniel StenbergAshish Sharma provided a patch for supporting multiple...
2007-06-02 Daniel Stenbergares_destroy_options() and ares_save_options() man...
2007-05-30 Daniel Stenbergmake next version 1.4.0
2007-05-30 Daniel Stenbergfirst take at detecting a random device and seeding...
2007-05-30 Daniel StenbergShmulik Regev brought cryptographically secure transact...
2007-05-30 Daniel StenbergBrad House added ares_save_options() and ares_destroy_o...
2007-05-30 Daniel Stenbergadded ares_process_fd() to allow applications to ask...
2007-05-25 Daniel StenbergRavi Pratap fixed a flaw in the init_by_resolv_conf...
2007-04-25 Yang TseSteve Little's fixes to allow compilation on VMS 64...
2007-04-21 Gunter Knauffixed ARFLAGS for CodeWarrior build.
2007-04-16 Gunter Knaufadded ranlib when library is created with ar.
2007-04-16 Gisle VanemNo need for USE_MANUAL. Use select_s() instead of select().
2007-04-16 Yang Tsemove linkage var declarations to ares_getopt.h
2007-04-16 Gunter Knaufuse Makefile.inc to determine sources.
2007-04-16 Gunter Knaufares_getopt() command-line parser function does not...
2007-04-16 Yang Tseares_getopt() command-line parser function does not...
2007-04-16 Yang Tseares_getopt() command-line parser function does not...
2007-04-12 Yang Tseupdate MSVC project files with ares_getopt()
2007-04-12 Yang Tseuse ares_getopt for all platforms
2007-04-12 Yang Tseadd ares_getopt prototype
2007-04-12 Yang TseRename function as ares_getopt()
2007-04-12 Yang TseReplace tabs with spaces
2007-04-12 Yang TseAdd file ares_getopt.c
2007-04-11 Yang Tseconvenience SIG_ATOMIC_T macro definition
2007-04-04 Yang Tsemove WinSock definitions of EBADF, EINTR, EINVAL and...
2007-04-03 Yang Tseupdate copyright year
2007-04-03 Yang TseCleanup. Warnings related with FD_SET, FD_ISSET, and...
2007-03-27 Gunter Knaufadded variadic macro stuff.
2007-03-26 Gunter Knaufadded CVS Id tag.
2007-03-26 Gunter Knauffixed build to use compiler-default lib extension.
2007-03-22 Yang Tseattempt to keep message length below 80 chars
2007-03-17 Gisle VanemAdded a hack to work around the circular dependency...
2007-03-15 Yang Tseshow better description for AMD64-linux static librarie...
2007-03-08 Yang Tseremove code superceeded by the new method used to force
2007-03-07 Yang Tsefix test leftover in previous commit
2007-03-07 Yang Tseforce libtool to build static libraries with PIC on...
2007-03-07 Yang TseAutoconf redefines the M4 builtin macro 'm4_undefine...
2007-03-06 Dan FandrichAutoconf 2.57 didn't like these m4_undefine for some...
2007-03-06 Yang Tseskip libtool C++ and Fortran linker checks
2007-03-06 Yang Tseskip libtool C++ and Fortran checks
2007-02-27 Gisle VanemAdded TOPDIR variable. Put dependencies in external...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> in .c-files
2007-02-22 Yang Tseinclude <sys/types.h> when checking availability of...
2007-02-22 Yang TseCheck for stdbool.h at configuration stage, and include...
2007-02-21 Yang Tsecurlassert macro replaced with DEBUGASSERT macro define...
2007-02-21 Gisle VanemCleanup WIN32 target using WSACleanup().
2007-02-20 Yang TseMove header file inclusion logic and definition of...
2007-02-19 Gisle VanemAdded ares_parse_ns_reply.obj etc.
next