Revision tags: curl-7_28_1, curl-7_28_0, curl-7_27_0, curl-7_26_0 |
|
#
9801596f |
| 25-Mar-2012 |
Yang Tse |
fix some compiler warnings
|
Revision tags: curl-7_25_0 |
|
#
c6825b7a |
| 20-Mar-2012 |
Yang Tse |
fix several compiler warnings
|
#
8af4b657 |
| 16-Mar-2012 |
Yang Tse |
fix some compiler warnings
|
Revision tags: curl-7_24_0 |
|
#
8e82ef9c |
| 13-Jan-2012 |
Yang Tse |
http_negotiate_sspi.c: fix compiler warning
|
Revision tags: curl-7_23_1, curl-7_23_0, curl-7_22_0 |
|
#
fd00b382 |
| 24-Aug-2011 |
Yang Tse |
base64: fix Curl_base64_encode and Curl_base64_decode interfaces Previous interfaces for these libcurl internal functions did not allow to tell apart a legitimate zero size result from a
base64: fix Curl_base64_encode and Curl_base64_decode interfaces 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.
show more ...
|
Revision tags: curl-7_21_7 |
|
#
3c9ff41a |
| 26-May-2011 |
Yang Tse |
compiler warning: fix Fix compiler warning: conversion may lose significant bits
|
#
a947a9ac |
| 25-May-2011 |
Yang Tse |
compiler warning: fix followup Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored
|
#
b7357176 |
| 24-May-2011 |
Yang Tse |
compiler warning: fix Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored
|
Revision tags: curl-7_21_6, curl-7_21_5, curl-7_21_4, curl-7_21_3 |
|
#
c1901f7e |
| 04-Dec-2010 |
Yang Tse |
fix compiler warning: conversion may lose significant bits
|
#
07f60235 |
| 02-Dec-2010 |
Yang Tse |
fix compiler warning: rounding, sign extension, or loss of accuracy may result
|
#
7e3f0bff |
| 01-Dec-2010 |
Yang Tse |
fix compiler warning: conversion may lose significant bits
|
Revision tags: curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1 |
|
#
2309b4e3 |
| 24-Mar-2010 |
Daniel Stenberg |
remove the CVSish $Id$ lines
|
#
bcd1c7c2 |
| 26-Feb-2010 |
Yang Tse |
fix compiler warning
|
#
439f62bf |
| 22-Feb-2010 |
Yang Tse |
convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and curlx_ultouc(), exposing them through curlx.h to allow proper code reuse later in our test harness.
|
#
dc9f0a97 |
| 22-Feb-2010 |
Yang Tse |
fix compiler warning
|
#
04843834 |
| 19-Feb-2010 |
Yang Tse |
fix compiler warning
|