Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-25 | fix some compiler warnings | Yang Tse | |
2012-03-22 | fix several compiler warnings | Yang Tse | |
2012-03-20 | fix several compiler warnings | Yang Tse | |
2012-03-16 | fix some compiler warnings | Yang Tse | |
2012-01-13 | http_negotiate_sspi.c: fix compiler warning | Yang Tse | |
2011-08-24 | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse | |
Previous interfaces for these libcurl internal functions did not allow to tell apart a legitimate zero size result from an error condition. These functions now return a CURLcode indicating function success or otherwise specific error. Output size is returned using a pointer argument. All usage of these two functions, and others closely related, has been adapted to the new interfaces. Relative error and OOM handling adapted or added where missing. Unit test 1302 also adapted. | |||
2011-06-01 | warnless: icc 9.1 workaround | Yang Tse | |
2011-05-27 | warnless: header inclusion fix | Yang Tse | |
2011-05-26 | compiler warning: fix | Yang Tse | |
Fix compiler warning: conversion may lose significant bits | |||
2011-05-24 | compiler warning: fix | Yang Tse | |
Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored | |||
2010-12-04 | fix compiler warning: conversion may lose significant bits | Yang Tse | |
2010-12-02 | fix compiler warning: rounding, sign extension, or loss of accuracy may result | Yang Tse | |
2010-12-01 | fix compiler warning: conversion may lose significant bits | Yang Tse | |
2010-03-25 | use CURL_SIZEOF_LONG instead of SIZEOF_LONG | Daniel Stenberg | |
That's the symbol we have or generate in include/curl/curlbuild.h | |||
2010-03-24 | Fix curl CMake build. | Bill Hoffman | |
This commit fixes the cmake build of curl, and cleans up the cmake code a little. It removes some commented out code and some trailing whitespace. To get curl to build the binary tree include/curl directory needed to be added to the include path. Also, SIZEOF_SHORT needed to be added. A check for the lack of defines of SIZEOF_* for warnless.c was added. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-26 | Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems | Yang Tse | |
2010-02-26 | fix compiler warning | Yang Tse | |
2010-02-22 | convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and | Yang Tse | |
curlx_ultouc(), exposing them through curlx.h to allow proper code reuse later in our test harness. | |||
2010-02-22 | fix compiler warning | Yang Tse | |
2010-02-19 | fix compiler warning | Yang Tse | |