aboutsummaryrefslogtreecommitdiff
path: root/lib/warnless.c
AgeCommit message (Expand)Author
2019-02-10cleanup: make local functions staticDaniel Stenberg
2017-08-17CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg
2017-08-17system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg
2017-02-28warnless: suppress compiler warningMarcel Raad
2016-03-26warnless?: Added some integer based conversion functionsSteve Holme
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2014-05-22tool_getparam.c: Fixed compilation warningsSteve Holme
2014-02-16warnless: Updated copyright year for recent changesSteve Holme
2014-02-16warnless: add wrapper function for read and write on WindowsMarc Hoersken
2013-01-09sockfilt.c: fix some W64 compiler warningsYang Tse
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-15warnless.c: fix compiler warningsYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-03-25fix some compiler warningsYang Tse
2012-03-22fix several compiler warningsYang Tse
2012-03-20fix several compiler warningsYang Tse
2012-03-16fix some compiler warningsYang Tse
2012-01-13http_negotiate_sspi.c: fix compiler warningYang Tse
2011-08-24base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse
2011-06-01warnless: icc 9.1 workaroundYang Tse
2011-05-27warnless: header inclusion fixYang Tse
2011-05-26compiler warning: fixYang Tse
2011-05-24compiler warning: fixYang Tse
2010-12-04fix compiler warning: conversion may lose significant bitsYang Tse
2010-12-02fix compiler warning: rounding, sign extension, or loss of accuracy may resultYang Tse
2010-12-01fix compiler warning: conversion may lose significant bitsYang Tse
2010-03-25use CURL_SIZEOF_LONG instead of SIZEOF_LONGDaniel Stenberg
2010-03-24Fix curl CMake build.Bill Hoffman
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-26Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systemsYang Tse
2010-02-26fix compiler warningYang Tse
2010-02-22convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() andYang Tse
2010-02-22fix compiler warningYang Tse
2010-02-19fix compiler warningYang Tse