platform/upstream/c-ares.git
2009-11-10 Yang TseMake some strings different in resource file for debug...
2009-11-10 Yang TseIgnore more subdirs
2009-11-10 Yang TseFix compiler warning: conditional expression is constant
2009-11-10 Yang TseSync linker and resource compiler options with Makefile...
2009-11-09 Yang TseFollow Makefile.msvc subdirectory naming scheme, and...
2009-11-09 Yang TseUpdated MSVC makefile that allows building dynamic...
2009-11-09 Yang TseTest for USE_WINSOCK since it is more restrictive than...
2009-11-09 Yang TseMake header inclusion depend on HAVE_*_H definition
2009-11-09 Yang TseRemove unneeded preprocessor directives
2009-11-05 Yang TseAdjust c-ares include paths for memory tracking enabled...
2009-11-04 Yang Tsesource files used by sample programs
2009-11-02 Yang TseRenamed c-ares setup.h to ares_setup.h
2009-11-02 Yang TseAdjust include paths to take in account that currently:
2009-11-01 Yang TseUndo old temporary change once used for testing purposes
2009-10-31 Yang TseMention many changes
2009-10-31 Yang TseMention --enable-symbol-hiding configure option
2009-10-31 Yang TseSymbol hiding configure options renamed to the hopefull...
2009-10-30 Yang TseHeader inclusion depending on HAVE_* symbol.
2009-10-30 Yang TseComparison of the Initial revision of this file with...
2009-10-30 Yang TseAdd CVS Id tag.
2009-10-30 Yang TseAdd CVS Id tag.
2009-10-30 Yang TseFix comment
2009-10-30 Yang TseIn no particular order, changed/fixed all of the follow...
2009-10-29 Yang TseAdd c-ares DLL resource file to distribution archive
2009-10-29 Yang Tseignore files
2009-10-29 Yang TseEmpty subdir
2009-10-29 Yang TseUpdated MSVC 6.0 workspace and project files that allow...
2009-10-29 Daniel Stenbergno need to check for NULL pointers before dereferencing...
2009-10-29 Daniel Stenbergshorten the descriptions somewhat
2009-10-29 Daniel Stenbergupdate to the new struct name
2009-10-29 Daniel StenbergJakub Hrozek added ares_parse_txt_reply() for TXT parsing
2009-10-29 Daniel Stenberguse 'ares_srv_reply' for proper name-spacing
2009-10-29 Yang TseAdd reference for ares_parse_srv_reply.pdf
2009-10-29 Yang TseAdd reference for ares_parse_srv_reply docs
2009-10-29 Yang TseExternal API function linkage decoration adjustment
2009-10-29 Yang TseExternal API function linkage decoration adjustment
2009-10-28 Yang TseInitial step towards the ability to reduce c-ares expor...
2009-10-27 Yang TseFix comment
2009-10-27 Yang TseFix spelling
2009-10-27 Yang TseFix Pelles C Win32 target compilation issues
2009-10-23 Yang TseJohn Engelhart noticed an unreleased problem relative...
2009-10-19 Yang TseFix compiler warning: local variable may be used withou...
2009-10-19 Yang TseUse *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that...
2009-10-19 Yang TseOur _AS_PATH_SEPARATOR_PREPARE override is now m4_defun...
2009-10-13 Yang TseFix compiler warning: argument is incompatible with...
2009-10-10 Yang TseFix potential out-of-bounds read
2009-10-10 Yang TseFix compiler warning: loop without body
2009-10-09 Yang TseFix compiler warning
2009-10-08 Yang TseFix compiler warning
2009-10-08 Yang TseFix compiler warning
2009-10-08 Yang TseFix compiler warning: addition result could be truncate...
2009-10-07 Yang TseOverhauled ares__get_hostent()
2009-10-06 Yang TseFix ssize_t redefinition errors on WIN64 reported by...
2009-10-05 Yang Tsemore files to ignore
2009-09-29 Yang TseCheck if _REENTRANT definition is required to
2009-09-17 Yang TseAttempt to silence bogus compiler warning: "Potential...
2009-09-14 Yang Tseignore more files
2009-09-07 Gisle VanemSuppress warnings about unused prototypes in Watt32...
2009-09-07 Gisle VanemUpdate email address.
2009-09-07 Gisle VanemUpdate my email address. Add ares_config.h as dependenc...
2009-09-06 Yang TseT_SRV portability check
2009-09-05 Gunter Knaufchanged includes to match style how we do with all...
2009-09-05 Gunter Knaufchanged u_int16_t to unsigned short because it is the...
2009-09-05 Gisle VanemReplace 'uint16_t' with 'u_int16_t' since the latter...
2009-09-05 Gisle VanemAdded 'ares_parse_srv_reply.obj'. Added definition...
2009-09-04 Daniel Stenberg- Jakub Hrozek added ares_parse_srv_reply() for SRV...
2009-08-27 Steinar H.... Support lookup of IPv4 literals in ares_gethostbyname...
2009-08-03 Gisle VanemRemove call to LoadLibrary(). (leftover from debugging).
2009-08-03 Gisle VanemFix bad sentence.
2009-08-03 Daniel Stenberg- Timo Teras changed the reason code used in the resolv...
2009-08-03 Daniel Stenberg- Joshua Kwan fixed the init routine to fill in the...
2009-07-16 Gunter Knauftest if adding ../lib to includes can fix the current...
2009-07-14 Gunter Knaufrenamed generated config.h to ares_config.h in order...
2009-06-21 Yang TseRefactor how libraries are checked for connect() functi...
2009-06-20 Yang TseRefactor how libraries are checked for connect() function,
2009-06-20 Gisle VanemRemove unneeded defines.
2009-06-20 Gisle VanemUse select_s() and not select().
2009-06-19 Yang Tsesclose() function-like macro definition used to close...
2009-06-18 Yang Tseadd CloseSocket camel case function check
2009-06-17 Yang Tsecheck for socket() and closesocket() as it is done...
2009-06-13 Yang TseRemove HAVE_CONFIG_H definition from here,
2009-06-13 Yang Tseinitial step towards decoupling c-ares from libcurl...
2009-06-13 Yang Tsedon't ignore these subdirs, they must be removed first
2009-06-13 Yang TseRemove DEBUGBUILD symbol definition, is not required...
2009-06-13 Yang TseDEBUGBUILD symbol definition for debug builds
2009-06-13 Yang Tseignore some subdirs
2009-06-13 Yang Tsefix comment
2009-06-12 Yang TseTry to make more clear that --enable-curldebug has...
2009-06-12 Yang TseRevert last change, it is inappropriate.
2009-06-12 Gisle VanemReplace CURLDEBUG with DEBUGBUILD.
2009-06-11 Yang Tsewhen running automake copy missing files instead of...
2009-06-10 Yang TseAdjusted to take in account that...
2009-06-09 Yang Tsec-ares' --enable-debug --enable-curldebug decoupling...
2009-06-08 Yang Tsemention last changes
2009-06-08 Yang TseRemove buildconf.bat from release and daily snapshot...
2009-06-08 Yang TseEnsure that buildconf.bat does nothing unless it is...
2009-06-08 Yang TseCVS-INFO file only present in CVS tree, never in releas...
2009-06-08 Gisle VanemUpdate comment about "ML". Removed "-D_USE_32BIT_TIME_T...
2009-06-08 Yang Tsejust comment it out
2009-06-08 Yang TseFor debugging purposes...
next