summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-2/+2
* Mention last changesYang Tse2009-12-292-1/+9
* - Fix configure_socket() to use ares_socket_t instead of int data type.Yang Tse2009-12-291-2/+2
* - Where run-time error checks enabling compiler option /GZ was used it is nowYang Tse2009-12-291-2/+8
* - Ingmar Runge noticed that Windows config-win32.h configuration fileYang Tse2009-12-213-2/+10
* start working on 1.7.1Daniel Stenberg2009-11-303-27/+8
* Preserve empty line following last targetcares-1_7_0Yang Tse2009-11-271-1/+3
* - Larry Lansing fixed ares_parse_srv_reply to properly parse repliesYang Tse2009-11-264-15/+21
* When using icc, compile with -fpic and link with intel dynamic libraries.Yang Tse2009-11-241-19/+20
* Added 'currently' in italics to insist on transient situation.Yang Tse2009-11-242-4/+4
* Fix languageYang Tse2009-11-241-12/+12
* Daniel wants upcoming release to be 1.7.0Yang Tse2009-11-2310-29/+33
* Mention last changesYang Tse2009-11-232-0/+5
* - Removed from external interface preprocessor symbol definition forYang Tse2009-11-232-6/+2
* Added README.msvcYang Tse2009-11-232-1/+120
* Changed c-ares naming conventions when using MSVC as described in README.msvcYang Tse2009-11-235-62/+66
* - Mention other recent changesYang Tse2009-11-232-1/+9
* - Jakub Hrozek renamed addrttl and addr6ttl structs to ares_addrttl andYang Tse2009-11-237-18/+23
* - Jakub Hrozek fixed more function prototypes in man pages to sync themYang Tse2009-11-2310-21/+48
* Make configure remove the ares_build.h file included in distribution tarballs.Yang Tse2009-11-221-0/+5
* Fix macro redefinition.Yang Tse2009-11-221-0/+6
* Fix name space pollution.Yang Tse2009-11-222-7/+7
* Allow using different extra import libraries for debug and release builds.Yang Tse2009-11-221-12/+14
* Add manifest stuff to msvc makefileYang Tse2009-11-211-0/+6
* Sync man page with realityYang Tse2009-11-205-11/+16
* Add missing external API decoration for ares_set_socket_callback()Yang Tse2009-11-201-3/+3
* Add ares_free_data() man page.Yang Tse2009-11-202-0/+65
* - Provide in external interface preprocessor symbol definitions forYang Tse2009-11-201-0/+2
* Remove typecastYang Tse2009-11-201-1/+1
* Fix commentYang Tse2009-11-201-1/+1
* Add ares_data.c and ares_data.hYang Tse2009-11-201-0/+8
* Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() APIYang Tse2009-11-204-76/+78
* Initial support for the generic ares_free_data() function that will allowYang Tse2009-11-204-6/+216
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-182-2/+2
* workaround icc 9.1 optimizer issueYang Tse2009-11-181-1/+9
* Add icc fvisibility bug testYang Tse2009-11-161-4/+15
* Fix icc 9.0 compiler warning: external definition with no prior declarationYang Tse2009-11-162-4/+5
* Fix three var namesYang Tse2009-11-161-4/+4
* Add check for assert.h header fileYang Tse2009-11-161-0/+1
* getaddrinfo is fully thread safe on solaris versions whichYang Tse2009-11-151-7/+13
* Remove files generated on previous buildconf/configure runYang Tse2009-11-151-2/+74
* Remove enable-thread / disable-thread configure option. These were only placeboYang Tse2009-11-151-27/+0
* Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse2009-11-143-23/+110
* Assume that getaddrinfo is thread safe, unless hard codedYang Tse2009-11-131-12/+10
* Related with the threadsafe capability of getaddrinfo:Yang Tse2009-11-131-6/+15
* AIX 5.2 and newer have threadsafe getaddrinfo.Yang Tse2009-11-121-1/+19
* HP-UX 11.11 and later have threadsafe getaddrinfoYang Tse2009-11-121-1/+7
* Check if getaddrinfo is threadsafe when function check allows it to be usedYang Tse2009-11-121-2/+45
* Renamed fpGetNetworkParams and fpSystemFunction036 to avoid namespace polluti...Yang Tse2009-11-113-11/+11
* Add kernel32.libYang Tse2009-11-115-29/+29