- Feb 02, 2010
-
-
Yang Tse authored
Fix compiler warning: conditional expression is constant
-
Yang Tse authored
Fix compiler warning: local variable may be used without having been initialized.
-
Yang Tse authored
Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', possible loss of data
-
Yang Tse authored
Fix compiler warning: variable was set but never used Simplify preprocessor symbol checking
-
Daniel Stenberg authored
slightly while editing
-
- Feb 01, 2010
-
-
Yang Tse authored
Conroy's fix to make the code match with the RTP documentation regarding writing out the whole header. The docs say it writes the whole header, but the code (before this patch) did not write out the leading $.
-
Daniel Stenberg authored
simply check for CURLM_CALL_MULTI_PERFORM internally. This has the added benefit that this goes in line with my long-term wishes to get rid of the CURLM_CALL_MULTI_PERFORM all together from the public API.
-
- Jan 30, 2010
-
-
Yang Tse authored
Make Curl_pop3_write() additionally truncate trailing POP3_EOB from received string buffer, otherwise Curl_client_write() call with zero size would write to the end of string buffer including matched POP3_EOB.
-
- Jan 29, 2010
- Jan 28, 2010
- Jan 27, 2010
-
-
Yang Tse authored
fix compiler warning
-
- Jan 26, 2010
-
-
Daniel Stenberg authored
proxy that cannot be resolved when using c-ares. This matches the behaviour when not using c-ares.
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jan 25, 2010
- Jan 24, 2010
-
-
Daniel Stenberg authored
-
Yang Tse authored
HAVE_GETADDRINFO_THREADSAFE definition for non-configure win32 builds
-
- Jan 23, 2010
-
-
Yang Tse authored
add inclusion of curl_memory.h
-
Yang Tse authored
adjust preprocessor symbol definition check relative to resolver specialty
-
Dan Fandrich authored
-
- Jan 22, 2010
-
-
Daniel Stenberg authored
-
Yang Tse authored
from hostip.h to setup.h in order to allow proper inclusion in any file. This represents no functional change at all in which resolver is used, everything still works as usual, internally and externally there is no difference in behavior.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
s/RTPDATA/INTERLEAVEDATA/
-
Yang Tse authored
removal of Curl_addrinfo_copy(), Curl_addrinfo6_callback(), and Curl_addrinfo4_callback()
-
- Jan 21, 2010
-
-
Dan Fandrich authored
-