summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-29Jakub Hrozek added ares_parse_txt_reply() for TXT parsingDaniel Stenberg6-1/+270
2009-10-29use 'ares_srv_reply' for proper name-spacingDaniel Stenberg2-6/+6
2009-10-29Add reference for ares_parse_srv_reply.pdfYang Tse1-0/+1
2009-10-29Add reference for ares_parse_srv_reply docsYang Tse1-0/+2
2009-10-29External API function linkage decoration adjustmentYang Tse2-9/+12
2009-10-29External API function linkage decoration adjustmentYang Tse2-9/+11
2009-10-28Initial step towards the ability to reduce c-ares exported symbolsYang Tse5-75/+373
2009-10-27Fix commentYang Tse1-4/+4
2009-10-27Fix spellingYang Tse4-4/+4
2009-10-27Fix Pelles C Win32 target compilation issuesYang Tse2-18/+58
2009-10-23John Engelhart noticed an unreleased problem relative to a duplicateYang Tse4-6/+13
2009-10-19Fix compiler warning: local variable may be used without having been initializedYang Tse1-13/+13
2009-10-19Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATORYang Tse2-3/+12
2009-10-19Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'dYang Tse1-4/+3
2009-10-13Fix compiler warning: argument is incompatible with corresponding format stri...Yang Tse1-5/+17
2009-10-10Fix potential out-of-bounds readYang Tse1-1/+1
2009-10-10Fix compiler warning: loop without bodyYang Tse1-8/+12
2009-10-09Fix compiler warningYang Tse2-7/+8
2009-10-08Fix compiler warningYang Tse5-9/+11
2009-10-08Fix compiler warningYang Tse1-2/+2
2009-10-08Fix compiler warning: addition result could be truncated before cast to bigge...Yang Tse2-3/+3
2009-10-07Overhauled ares__get_hostent()Yang Tse3-96/+163
2009-10-06Fix ssize_t redefinition errors on WIN64 reported by Alexey SimakYang Tse2-7/+5
2009-10-05more files to ignoreYang Tse1-0/+2
2009-09-29Check if _REENTRANT definition is required toYang Tse1-2/+57
2009-09-17Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse2-13/+15
2009-09-14ignore more filesYang Tse1-2/+4
2009-09-07Suppress warnings about unused prototypes in Watt32 and Win32 programs.Gisle Vanem1-15/+19
2009-09-07Update email address.Gisle Vanem1-1/+1
2009-09-07Update my email address. Add ares_config.h as dependency for 'make depend'.Gisle Vanem1-1/+3
2009-09-06T_SRV portability checkYang Tse1-0/+5
2009-09-05changed includes to match style how we do with all other *.c files.Gunter Knauf1-9/+17
2009-09-05changed u_int16_t to unsigned short because it is the only place within ares ...Gunter Knauf4-13/+13
2009-09-05Replace 'uint16_t' with 'u_int16_t' since the latter is used in ares.h.Gisle Vanem1-6/+6
2009-09-05Added 'ares_parse_srv_reply.obj'. Added definition of 'u_int16_t'. This is I ...Gisle Vanem1-1/+2
2009-09-04- Jakub Hrozek added ares_parse_srv_reply() for SRV parsingDaniel Stenberg6-2/+253
2009-08-27Support lookup of IPv4 literals in ares_gethostbyname(), even when the addres...Steinar H. Gunderson1-5/+9
2009-08-03Remove call to LoadLibrary(). (leftover from debugging).Gisle Vanem1-4/+0
2009-08-03Fix bad sentence.Gisle Vanem1-2/+6
2009-08-03- Timo Teras changed the reason code used in the resolve callback done whenDaniel Stenberg5-3/+15
2009-08-03- Joshua Kwan fixed the init routine to fill in the defaults for stuff thatDaniel Stenberg3-7/+16
2009-07-16test if adding ../lib to includes can fix the current break ...Gunter Knauf1-1/+2
2009-07-14renamed generated config.h to ares_config.h in order to avoid clashes when li...Gunter Knauf8-15/+19
2009-06-21Refactor how libraries are checked for connect() function, follow-up.Yang Tse1-0/+5
2009-06-20Refactor how libraries are checked for connect() function,Yang Tse3-3/+142
2009-06-20Remove unneeded defines.Gisle Vanem1-68/+2
2009-06-20Use select_s() and not select().Gisle Vanem1-1/+1
2009-06-19sclose() function-like macro definition used to close a socket,Yang Tse5-15/+25
2009-06-18add CloseSocket camel case function checkYang Tse2-1/+92
2009-06-17check for socket() and closesocket() as it is done for other functionsYang Tse2-1/+217