summaryrefslogtreecommitdiff
path: root/lib/strerror.c
Commit message (Expand)AuthorAgeFilesLines
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-141-0/+3
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-261-12/+8
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-13/+13
* ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han2018-09-061-6/+3
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-0/+6
* strerror: Preserve Windows error code in some functionsJay Satiro2017-07-111-25/+42
* errno: fix non-windows builds after af0216251b94e7Daniel Stenberg2017-07-101-5/+7
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-101-6/+18
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-8/+12
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-6/+6
* idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg2016-10-311-79/+2
* s/cURL/curlDaniel Stenberg2016-10-181-1/+1
* errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro2016-09-071-2/+2
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* http2: Add handling stream level errorTatsuhiro Tsujikawa2016-04-111-0/+3
* strerror: don't bit shift a signed integerJay Satiro2016-03-311-4/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_sspi: fix possibly undefined CRYPT_E_REVOKEDJay Satiro2015-09-101-0/+4
* strerror: Add CRYPT_E_REVOKED to SSPI error stringsJay Satiro2015-07-151-0/+3
* strerror: Change SEC_E_ILLEGAL_MESSAGE descriptionJay Satiro2015-05-221-0/+6
* checksrc: use space after commaDaniel Stenberg2015-03-171-6/+6
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+1
* url: add CURLOPT_SSL_VERIFYSTATUS optionAlessandro Ghedini2015-01-161-1/+4
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-2/+2
* Factorize pinned public key code into generic file handling and backend specificPatrick Monnerat2014-10-131-1/+1
* SSL: implement public key pinningmoparisthebest2014-10-071-0/+3
* http2: more and better error checkingDaniel Stenberg2014-07-231-1/+3
* strerror: fix comment about vxworks' strerror_r buffer sizeDaniel Stenberg2014-04-061-2/+2
* CURLM_ADDED_ALREADY: new error codeDaniel Stenberg2013-08-201-1/+4
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-0/+3
* 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/+1119
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1119/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* mem-include-scan: verify memory #includesDaniel Stenberg2012-11-171-0/+3
* SSPI related code: Unicode support for WinCEMark Salisbury2012-06-151-7/+26
* strerror.c: make Curl_sspi_strerror() always return code for errorsYang Tse2012-06-121-13/+15
* sspi: make Curl_sspi_strerror() libcurl's sspi status code string functionYang Tse2012-06-121-1/+313
* FTP: perform active connections non-blockingGokhan Sengun2011-12-201-2/+6
* share: don't use SSL unless enabledDaniel Stenberg2011-10-031-0/+3
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-2/+0
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+3
* CURLE_BAD_CONTENT_ENCODING: now used for transfer encoding tooDaniel Stenberg2011-04-181-1/+1
* return code cleanup: build, init and run-time errorsDaniel Stenberg2011-04-051-3/+6
* CURLE_TLSAUTH_FAILED: removedQuinn Slack2011-02-091-3/+0
* TLS-SRP: support added when using GnuTLSQuinn Slack2011-01-191-1/+4
* lib: Change some CRLF line endings to LFTor Arntsen2010-05-161-1/+1
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-121-0/+6
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0