summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
...
* Mention last changesYang Tse2009-11-101-0/+10
* Reinstate copyright symbol lost in previous commitYang Tse2009-11-101-1/+1
* Make some strings different in resource file for debug or release buildsYang Tse2009-11-101-1/+8
* Ignore more subdirsYang Tse2009-11-105-0/+10
* Fix compiler warning: conditional expression is constantYang Tse2009-11-104-4/+4
* Sync linker and resource compiler options with Makefile.msvcYang Tse2009-11-104-64/+64
* Follow Makefile.msvc subdirectory naming scheme, and sync compiler optionsYang Tse2009-11-094-138/+138
* Updated MSVC makefile that allows building dynamic and staticYang Tse2009-11-093-276/+454
* Test for USE_WINSOCK since it is more restrictive than WIN32Yang Tse2009-11-093-8/+8
* Make header inclusion depend on HAVE_*_H definitionYang Tse2009-11-092-2/+2
* Remove unneeded preprocessor directivesYang Tse2009-11-091-4/+0
* Adjust c-ares include paths for memory tracking enabled (--enable-curldebug) ...Yang Tse2009-11-051-5/+7
* source files used by sample programsYang Tse2009-11-042-3/+15
* Renamed c-ares setup.h to ares_setup.hYang Tse2009-11-0251-85/+88
* Adjust include paths to take in account that currently:Yang Tse2009-11-021-0/+4
* Undo old temporary change once used for testing purposesYang Tse2009-11-011-2/+1
* Mention many changesYang Tse2009-10-311-1/+66
* Mention --enable-symbol-hiding configure optionYang Tse2009-10-311-0/+1
* Symbol hiding configure options renamed to the hopefully less ambiguousYang Tse2009-10-314-150/+143
* Header inclusion depending on HAVE_* symbol.Yang Tse2009-10-301-10/+23
* Comparison of the Initial revision of this file with ares_parse_a_reply.cYang Tse2009-10-302-16/+18
* Add CVS Id tag.Yang Tse2009-10-301-4/+6
* Add CVS Id tag.Yang Tse2009-10-301-0/+2
* Fix commentYang Tse2009-10-301-1/+1
* In no particular order, changed/fixed all of the following inYang Tse2009-10-303-21/+38
* Add c-ares DLL resource file to distribution archiveYang Tse2009-10-291-1/+1
* ignore filesYang Tse2009-10-295-0/+24
* Empty subdirYang Tse2009-10-291-3/+0
* Updated MSVC 6.0 workspace and project files that allows buildingYang Tse2009-10-2912-658/+982
* no need to check for NULL pointers before dereferencing, as the pointersDaniel Stenberg2009-10-291-4/+3
* shorten the descriptions somewhatDaniel Stenberg2009-10-293-4/+3
* update to the new struct nameDaniel Stenberg2009-10-291-6/+5
* Jakub Hrozek added ares_parse_txt_reply() for TXT parsingDaniel Stenberg2009-10-296-1/+270
* use 'ares_srv_reply' for proper name-spacingDaniel Stenberg2009-10-292-6/+6
* Add reference for ares_parse_srv_reply.pdfYang Tse2009-10-291-0/+1
* Add reference for ares_parse_srv_reply docsYang Tse2009-10-291-0/+2
* External API function linkage decoration adjustmentYang Tse2009-10-292-9/+12
* External API function linkage decoration adjustmentYang Tse2009-10-292-9/+11
* Initial step towards the ability to reduce c-ares exported symbolsYang Tse2009-10-285-75/+373
* Fix commentYang Tse2009-10-271-4/+4
* Fix spellingYang Tse2009-10-274-4/+4
* Fix Pelles C Win32 target compilation issuesYang Tse2009-10-272-18/+58
* John Engelhart noticed an unreleased problem relative to a duplicateYang Tse2009-10-234-6/+13
* Fix compiler warning: local variable may be used without having been initializedYang Tse2009-10-191-13/+13
* Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATORYang Tse2009-10-192-3/+12
* Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'dYang Tse2009-10-191-4/+3
* Fix compiler warning: argument is incompatible with corresponding format stri...Yang Tse2009-10-131-5/+17
* Fix potential out-of-bounds readYang Tse2009-10-101-1/+1
* Fix compiler warning: loop without bodyYang Tse2009-10-101-8/+12
* Fix compiler warningYang Tse2009-10-092-7/+8