History log of /curl/lib/warnless.c (Results 26 – 49 of 49)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f871de00 28-Dec-2012 Yang Tse

build: make use of 76 lib/*.h renamed files

76 private header files renamed to use our standard naming scheme.

This change affects 322 files in libcurl's source tree.


# f6af9d98 15-Dec-2012 Yang Tse

warnless.c: fix compiler warnings


# a0b20716 14-Dec-2012 Yang Tse

setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>

Inclusion of top two most included header files now done in setup_once.h


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
# 3c80309c 22-Mar-2012 Yang Tse

fix several compiler warnings


# 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
# a689072f 01-Jun-2011 Yang Tse

warnless: icc 9.1 workaround


# 7dd449d8 27-May-2011 Yang Tse

warnless: header inclusion fix


# 3c9ff41a 26-May-2011 Yang Tse

compiler warning: fix

Fix compiler warning: conversion may lose significant bits


# 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
# 675330b8 25-Mar-2010 Daniel Stenberg

use CURL_SIZEOF_LONG instead of SIZEOF_LONG

That's the symbol we have or generate in include/curl/curlbuild.h


# d42f9329 24-Mar-2010 Bill Hoffman

Fix curl CMake build.

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

Fix curl CMake build.

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.

show more ...


# 2309b4e3 24-Mar-2010 Daniel Stenberg

remove the CVSish $Id$ lines


# cef95aad 26-Feb-2010 Yang Tse

Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems


# 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


12