- Feb 02, 2010
-
-
Daniel Stenberg authored
slightly while editing
-
Yang Tse authored
include headers
-
- Feb 01, 2010
-
-
Yang Tse authored
Conroy added a check to the coded message size since the docs stipulate that each call will contain a full protocol packet.
-
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.
-
Yang Tse authored
update rtsp server header field from SWS to RTSPD
-
Yang Tse authored
Test suite support for RTSP
-
- 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
-
-
Yang Tse authored
WIN32 fix, _beginthreadex() may return either 0 or -1L upon failure
-
Yang Tse authored
fix errno usage for WIN32 builds
-
Yang Tse authored
fix printf-style format strings
-
Yang Tse authored
Chris Conroy fixed test #568 issues with carriage returns
-
Yang Tse authored
RTSP followup fix. Both the pipelined and non-pipelined case need to check for (excess > 0 && !k->ignorebody).
-
- Jan 28, 2010
-
-
Daniel Stenberg authored
check for broken connections like ares_process() did. Based on that, I merged the two functions into a single generic one with two front-ends.
-
Yang Tse authored
fix printf-style format strings
-
Yang Tse authored
Use 'size_t' for GETNAMEINFO_TYPE_ARG2 definition for VMS. http://curl.haxx.se/mail/lib-2009-12/0293.html
-
Yang Tse authored
portability fix
-
Yang Tse authored
fix printf-style format strings
-
Yang Tse authored
Known bug #64 fixed by Constantine Sapuntzakis and Joshua Kwan in 7.20.0
-
Yang Tse authored
Chris Conroy provided first RTSP tests
-
Yang Tse authored
RTSP tests disabled until test harness RTSP support is updated
-
Yang Tse authored
Chris Conroy's RTSP followup fixes
-
- Jan 27, 2010
-
-
Yang Tse authored
mention asynchronous DNS lookups enhancements
-
Yang Tse authored
Restore normal operation: c-ares is only enabled when specifically requested. Consequently, c-ares default setting is disabled.
-
Yang Tse authored
fix c-ares assumed check being skipped
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
fix LDFLAGS preservation in CURL_CHECK_LIB_ARES
-
- Jan 26, 2010
-
-
Daniel Stenberg authored
is now a very long time ago
-
Daniel Stenberg authored
proxy that cannot be resolved when using c-ares. This matches the behaviour when not using c-ares.
-
Dan Fandrich authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jan 25, 2010
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
-
Yang Tse authored
fix compiler warning
-