- Feb 11, 2010
-
-
Patrick Monnerat authored
_ Upgrade OS400 EBCDIC wrappers for new options. _ Upgrade ILE/RPG bindings to current state.
-
Yang Tse authored
mention last changes
-
Yang Tse authored
Steven M. Schweda updated VMS readme file
-
Yang Tse authored
Steven M. Schweda removed batch_compile.com and defines.com
-
Yang Tse authored
Steven M. Schweda fixed: VMS builder bad behavior when used in a batch job. Various ".LIS" and ".MAP" files created without being requested by a "LIST" command-line option, and in the wrong place, too. Some minor typographical changes.
-
- Feb 10, 2010
-
-
Dan Fandrich authored
-
Yang Tse authored
- remove extra "\r\n" from doc404_RTSP - avoid memory alignment issue when setting RTSP packet length
-
- Feb 09, 2010
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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
-