summaryrefslogtreecommitdiff
path: root/lib/warnless.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: make local functions staticDaniel Stenberg2019-02-101-39/+1
* CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg2017-08-171-2/+2
* system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-14/+14
* warnless: suppress compiler warningMarcel Raad2017-02-281-1/+4
* warnless?: Added some integer based conversion functionsSteve Holme2016-03-261-1/+58
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* tool_getparam.c: Fixed compilation warningsSteve Holme2014-05-221-0/+19
* warnless: Updated copyright year for recent changesSteve Holme2014-02-161-1/+1
* warnless: add wrapper function for read and write on WindowsMarc Hoersken2014-02-161-0/+14
* sockfilt.c: fix some W64 compiler warningsYang Tse2013-01-091-1/+23
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+431
* build: rename 93 lib/*.c filesYang Tse2013-01-031-431/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* warnless.c: fix compiler warningsYang Tse2012-12-151-0/+10
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-3/+0
* fix some compiler warningsYang Tse2012-03-251-0/+19
* fix several compiler warningsYang Tse2012-03-221-0/+8
* fix several compiler warningsYang Tse2012-03-201-0/+20
* fix some compiler warningsYang Tse2012-03-161-0/+19
* http_negotiate_sspi.c: fix compiler warningYang Tse2012-01-131-1/+19
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-0/+19
* warnless: icc 9.1 workaroundYang Tse2011-06-011-0/+8
* warnless: header inclusion fixYang Tse2011-05-271-0/+14
* compiler warning: fixYang Tse2011-05-261-0/+16
* compiler warning: fixYang Tse2011-05-241-1/+31
* fix compiler warning: conversion may lose significant bitsYang Tse2010-12-041-1/+23
* fix compiler warning: rounding, sign extension, or loss of accuracy may resultYang Tse2010-12-021-3/+53
* fix compiler warning: conversion may lose significant bitsYang Tse2010-12-011-0/+54
* use CURL_SIZEOF_LONG instead of SIZEOF_LONGDaniel Stenberg2010-03-251-3/+3
* Fix curl CMake build.Bill Hoffman2010-03-241-0/+6
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systemsYang Tse2010-02-261-1/+1
* fix compiler warningYang Tse2010-02-261-2/+70
* convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() andYang Tse2010-02-221-2/+2
* fix compiler warningYang Tse2010-02-221-0/+14
* fix compiler warningYang Tse2010-02-191-0/+40