- Feb 03, 2010
-
-
Daniel Stenberg authored
-
Yang Tse authored
Fix OOM handling
-
Yang Tse authored
Fix progressmode Configurable struct member data type. Changed to 'int' which fits better with existing CURL_PROGRESS_* definitions.
-
Yang Tse authored
Fix portability issue related with unaligned memory access
-
Yang Tse authored
Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', possible loss of data
-
Yang Tse authored
cookies with same path length might get sorted in different order when using different qsort implementations. In order to make this test give same results on different systems, paths now have different lengths.
-
Yang Tse authored
added an additional second to allow test to pass on heavily loaded servers
-
- 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 warnings: (1) conversion from 'const int ' to 'unsigned char ', possible loss of data (2) conditional expression is constant
-
Yang Tse authored
mention a couple of changes back from November
-
Yang Tse authored
mention run time statistics options
-
Yang Tse authored
- Symbol CURL_FORMAT_OFF_T now obsoleted, will be removed in a future release, symbol will not be available when building with CURL_NO_OLDIES defined. Use of CURL_FORMAT_CURL_OFF_T is preferred since 7.19.0
-
Yang Tse authored
avoid possibility of using obsoleted stuff
-
Yang Tse authored
remove setup.h inclusion which is already done from test.h inclusion
-
Kamil Dudka authored
-
Yang Tse authored
Fix compiler warning: variable was set but never used Simplify preprocessor symbol checking
-
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
-