Yang Tse
f871de0064
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.
2012-12-28 19:37:11 +01:00
Yang Tse
f6af9d9886
warnless.c: fix compiler warnings
2012-12-15 20:31:42 +01:00
Yang Tse
a0b207164c
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
2012-12-14 17:38:18 +01:00
Yang Tse
9801596fb3
fix some compiler warnings
2012-03-25 18:30:16 +02:00
Yang Tse
3c80309c27
fix several compiler warnings
2012-03-22 04:54:04 +01:00
Yang Tse
c6825b7a6b
fix several compiler warnings
2012-03-20 18:28:24 +01:00
Yang Tse
8af4b657d0
fix some compiler warnings
2012-03-16 19:06:34 +01:00
Yang Tse
8e82ef9c32
http_negotiate_sspi.c: fix compiler warning
2012-01-13 13:34:43 +01:00
Yang Tse
fd00b382b2
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.
2011-08-24 08:10:30 +02:00
Yang Tse
a689072f33
warnless: icc 9.1 workaround
2011-06-01 12:13:42 +02:00
Yang Tse
7dd449d843
warnless: header inclusion fix
2011-05-27 06:56:56 +02:00
Yang Tse
3c9ff41a1f
compiler warning: fix
...
Fix compiler warning: conversion may lose significant bits
2011-05-26 15:44:53 +02:00
Yang Tse
b735717606
compiler warning: fix
...
Fix compiler warning: variable was set but never used
Fix compiler warning: clobber ignored
2011-05-24 20:39:58 +02:00
Yang Tse
c1901f7ed0
fix compiler warning: conversion may lose significant bits
2010-12-04 05:53:07 +01:00
Yang Tse
07f60235b0
fix compiler warning: rounding, sign extension, or loss of accuracy may result
2010-12-02 18:46:13 +01:00
Yang Tse
7e3f0bffe5
fix compiler warning: conversion may lose significant bits
2010-12-01 23:33:43 +01:00
Daniel Stenberg
675330b8df
use CURL_SIZEOF_LONG instead of SIZEOF_LONG
...
That's the symbol we have or generate in include/curl/curlbuild.h
2010-03-25 11:39:13 +01:00
Bill Hoffman
d42f9329dc
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.
2010-03-24 10:57:54 -04:00
Daniel Stenberg
2309b4e330
remove the CVSish $Id$ lines
2010-03-24 11:02:54 +01:00
Yang Tse
cef95aadeb
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
2010-02-26 18:32:46 +00:00
Yang Tse
bcd1c7c2e9
fix compiler warning
2010-02-26 16:42:33 +00:00
Yang Tse
439f62bfa8
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.
2010-02-22 18:56:29 +00:00
Yang Tse
dc9f0a9758
fix compiler warning
2010-02-22 02:37:13 +00:00
Yang Tse
048438345a
fix compiler warning
2010-02-19 18:02:38 +00:00