Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-25 | fix some 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-05-26 | compiler warning: fix | Yang Tse | |
Fix compiler warning: conversion may lose significant bits | |||
2011-05-25 | compiler warning: fix followup | Yang Tse | |
Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored | |||
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-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
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 | |