- Feb 09, 2010
-
-
Daniel Stenberg authored
to automatically uncompress it with the CURLOPT_ENCODING option, libcurl could wrongly provide the callback with more data than what the maximum documented amount. An application could thus get tricked into badness if the maximum limit was trusted to be enforced by libcurl itself (as it is documented). This is further detailed and explained in the libcurl security advisory 20100209 at http://curl.haxx.se/docs/adv_20100209.html
-
Daniel Stenberg authored
-
- Feb 06, 2010
- 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.
-