platform/upstream/c-ares.git
2009-11-21 Yang TseAdd manifest stuff to msvc makefile
2009-11-20 Yang TseSync man page with reality
2009-11-20 Yang TseAdd missing external API decoration for ares_set_socket...
2009-11-20 Yang TseAdd ares_free_data() man page.
2009-11-20 Yang Tse- Provide in external interface preprocessor symbol...
2009-11-20 Yang TseRemove typecast
2009-11-20 Yang TseFix comment
2009-11-20 Yang TseAdd ares_data.c and ares_data.h
2009-11-20 Yang TseJakub Hrozek modified ares_parse_srv_reply() and ares_p...
2009-11-20 Yang TseInitial support for the generic ares_free_data() functi...
2009-11-18 Yang TseMake usage of calloc()'s arguments consistent with...
2009-11-18 Yang Tseworkaround icc 9.1 optimizer issue
2009-11-16 Yang TseAdd icc fvisibility bug test
2009-11-16 Yang TseFix icc 9.0 compiler warning: external definition with...
2009-11-16 Yang TseFix three var names
2009-11-16 Yang TseAdd check for assert.h header file
2009-11-15 Yang Tsegetaddrinfo is fully thread safe on solaris versions...
2009-11-15 Yang TseRemove files generated on previous buildconf/configure run
2009-11-15 Yang TseRemove enable-thread / disable-thread configure option...
2009-11-14 Yang TseRefactor how preprocessor symbol _THREAD_SAFE definitio...
2009-11-13 Yang TseAssume that getaddrinfo is thread safe, unless hard...
2009-11-13 Yang TseRelated with the threadsafe capability of getaddrinfo:
2009-11-12 Yang TseAIX 5.2 and newer have threadsafe getaddrinfo.
2009-11-12 Yang TseHP-UX 11.11 and later have threadsafe getaddrinfo
2009-11-12 Yang TseCheck if getaddrinfo is threadsafe when function check...
2009-11-11 Yang TseRenamed fpGetNetworkParams and fpSystemFunction036...
2009-11-11 Yang TseAdd kernel32.lib
2009-11-10 Yang TseMention last changes
2009-11-10 Yang TseReinstate copyright symbol lost in previous commit
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...
next