- Feb 06, 2010
-
-
Yang Tse authored
OOM handling fix
-
- Feb 05, 2010
-
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
Addes OOM handling for curl_easy_setopt() calls in test
-
Yang Tse authored
- avoid OpenSSL 0.9.8 ENGINE_by_id memory leak - cleanup parenthesis usage in return statements
-
Yang Tse authored
- attempt to workaround icc 9.1 optimizer issue
-
- Feb 04, 2010
-
-
Yang Tse authored
fix printf-style format strings
-
Yang Tse authored
Validate server port argument
-
Yang Tse authored
Fix variable initialization
-
Yang Tse authored
Modified test case 557 to additionally verify libcurl's internal curl_m*printf() functions formatting functionality when handling signed and unsigned shorts.
-
Yang Tse authored
Added size check for 'short' data type
-
Yang Tse authored
Fix compiler warning: unused variable
-
Yang Tse authored
added an additional second to allow test to pass on heavily loaded servers
-
- Feb 03, 2010
-
-
Dan Fandrich authored
Makefile.inc since that can't be included directly.
-
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
-