platform/upstream/c-ares.git
2008-05-12 Yang Tseignore libcares.pc
2008-05-12 Yang Tseconfigure script will now define HAVE_CLOCK_GETTIME_MON...
2008-05-10 Yang Tsefix syntax error: missing semicolon
2008-05-10 Yang TseAdd library checking for clock_gettime() support
2008-05-09 Yang TseUse monotonic time source if available.
2008-05-09 Daniel StenbergRemoved AC_PROG_CC_STDC again. It enforces C99/gnu99...
2008-05-08 Daniel Stenberginclude strings.h (if available) for the strcasecmp...
2008-05-08 Daniel Stenbergcheck for strings.h in configure and use it for the...
2008-05-07 Daniel Stenbergadjusted to work with the updated configure.ac
2008-05-07 Daniel Stenberg- Sebastian made c-ares able to return all PTR-records...
2008-05-07 Daniel Stenberg- Doug Goldstein provided a configure patch: updates...
2008-05-05 Yang TseImproved parsing of resolver configuration files
2008-04-07 Yang Tsemake previous compiler warning fix more portable
2008-04-07 Yang Tsefix compiler warning: indirection to slightly different...
2008-04-07 Yang Tsefix compiler warning: local variable may be used withou...
2008-04-07 Yang Tsefix compiler warning: unreferenced formal parameter
2008-04-07 Yang Tsefix compiler warning: assignment within conditional...
2008-04-04 Daniel Stenberg- Alexey Simak fixed the VC dsp file by adding the...
2008-04-04 Daniel StenbergAlexey Simak made adig support NAPTR records
2008-04-04 Daniel StenbergEino Tuominen improved the code when a file is used...
2008-02-29 Yang TseForce AIX xlc to fail and not generate object code...
2008-02-27 Gunter Knaufadded get_ver.awk since c-ares is a standalone project...
2008-02-27 Gunter Knaufa couple of small fixes to the makefile:
2008-02-16 Gunter Knauffixed linker def file for tools when compiled with...
2008-02-14 Gunter Knaufadded some files which were missing in release tarballs.
2008-01-17 Gunter Knaufupdated copyright for new year.
2008-01-02 Gisle VanemAdded '-d' option for Watt-32 debugging.
2007-12-18 Yang TseMSVC 9.0 (VS2008) does not support Windows build target...
2007-12-11 Daniel Stenbergbuild acountry too
2007-12-11 Gisle VanemAdded acountry.c.
2007-12-11 Gisle VanemAdded build of acountry.nlm.
2007-12-11 Gisle VanemAdded build of acountry.exe.
2007-12-11 Gisle VanemBuild acountry.exe. Added 'socklen_t' define.
2007-12-11 Gisle VanemAnother sample application that returns country-code and
2007-12-10 Daniel Stenberggrrr, the previous commit was meant to properly make...
2007-12-10 Daniel Stenbergwhen building
2007-12-10 Daniel Stenbergbuild ahost and adig by default but don't install them
2007-12-10 Gisle VanemFix for targets that do have 'struct in6_addr', but...
2007-12-03 Yang TseFix three issues previous cleanup introduces.
2007-12-03 Daniel Stenberg Erik Kline cleaned up ares_gethostbyaddr.c:next_lookup...
2007-12-03 Daniel StenbergBrad Spencer fixed the configure script to assume that...
2007-11-28 Daniel Stenbergthe gethostbyname fix applied here as well
2007-11-28 Daniel Stenbergfix next_lookup() to continue searching even if c-ares...
2007-11-27 Daniel StenbergRemove the check for libdl since that isn't actually...
2007-11-27 Daniel Stenbergpkgconfig fix by Andreas Schuldei
2007-11-27 Daniel Stenbergspellfix
2007-11-21 Daniel Stenbergand we start on 1.5.2!
2007-11-21 Daniel Stenbergchange
2007-11-21 Daniel Stenbergoops
2007-11-21 Daniel Stenbergstart working on 1.5.1 now
2007-11-21 Daniel Stenbergthis is what 1.5.0 is
2007-11-19 Daniel Stenbergfill in missing copyrights
2007-11-18 Gunter Knaufremoved now obsolete defines;
2007-11-16 Steinar H.... Fix a double free.
2007-11-15 Yang TseNeeded now that in6_addr is referenced in ares.h
2007-11-15 Steinar H.... When looking up in DNS and then in the hosts file,...
2007-11-15 Steinar H.... Return TTL data from ares_parse_{a,aaaa}_reply, if...
2007-11-08 Yang TseDefine WIN32 when build target is Win32 API.
2007-11-08 Yang TseThe only libraries actually needed for sample programs...
2007-11-07 Yang TseMSVC versions prior to VS2005 do not complain about...
2007-10-24 Yang TseWindows build targets have socklen_t definition in...
2007-10-22 Gunter Knaufremoved dependency on gettimeofday() since we use only...
2007-10-20 Yang TseFix compiler warning: conversion from "int" to "unsigne...
2007-10-19 Yang TseFix message shown when detecting icc version
2007-10-19 Yang TseAvoid shadowing a global declaration
2007-10-18 Yang TseRenamed a variable to avoid shadowing a global declaration
2007-10-18 Yang TseRenamed internal function to avoid a variable shadowing it
2007-10-18 Yang TseFix compiler warning: feupdateenv is not implemented...
2007-10-18 Yang TseSync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS()
2007-10-18 Yang TseFix compiler warning: conversion from "int" to "unsigne...
2007-10-17 Yang Tseactually sync with lib/setup_once.h
2007-10-17 Yang Tsesync with lib/setup_once.h
2007-10-16 Steinar H.... Fix a bug where fallback from AF_INET6 to AF_INET would...
2007-10-15 Dan FandrichMention first version with CURLOPT_COPYPOSTFIELDS.
2007-10-08 Gisle VanemAdded needed 'HAVE_*' defines.
2007-10-08 Gisle Vanem'FD_CLOXEC' is meaningless on MSDOS/Watt-32.
2007-10-04 Steinar H.... Removed a piece of redundant code (process_answer alrea...
2007-10-04 Steinar H.... Another timeout fix in ares_getnameinfo().
2007-10-04 Steinar H.... Send the timeout count in ares_getnameinfo().
2007-10-04 Steinar H.... Moved the NULL check for channel upwards in ares_destroy().
2007-10-04 Steinar H.... Clarified the comment over ares_cancel.
2007-10-02 Yang TseAvoid a segfault when generating a DNS "Transaction...
2007-10-02 Yang TseAdd ares_llist.c and ares_llist.h to MSCV project file.
2007-10-02 Daniel StenbergFixed the problem where next_lookup would use 'status...
2007-10-02 Yang TseAvoid inline C99ism, and move c-ares routines for manag...
2007-10-01 Daniel Stenbergares_strerror() segfaulted if the input error number...
2007-10-01 Daniel StenbergPrevent ares_strerror() from segfaulting if an invalid...
2007-09-30 Yang TseFix compiler warning
2007-09-30 Yang Tsecheck availability of <netinet/tcp.h>
2007-09-30 Yang Tseimprove portability, defining MAXDNAME and MAXCDNAME
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...
next