summaryrefslogtreecommitdiff
path: root/lib/strerror.c
Commit message (Expand)AuthorAgeFilesLines
* urlapi: provide more detailed return codesbagder/urlapi-returncodesDaniel Stenberg2021-11-251-10/+46
* urlapi: add curl_url_strerror()i-ky2021-09-271-0/+72
* strerror: use sys_errlist instead of strerror on WindowsJay Satiro2021-09-171-2/+2
* lib: don't use strerror()Daniel Stenberg2021-09-091-0/+1
* CURLE_SETOPT_OPTION_SYNTAX: new error name for wrong setopt syntaxDaniel Stenberg2021-06-021-2/+2
* CURLcode: add CURLE_SSL_CLIENTCERTejanchivdorj2021-05-031-1/+4
* copyright: fix missing year (range) updatesDaniel Stenberg2021-01-291-1/+1
* strerror: skip errnum >= 0 assertion on windowsJay Satiro2021-01-221-0/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* strerror: use 'const' as the string should never be modifiedPhilipp Klaus Krause2020-10-151-1/+1
* strerror: Revert to local codepage for Windows error stringJay Satiro2020-10-131-16/+15
* strerror: fix null deref on winapi out-of-memoryJay Satiro2020-10-011-3/+5
* strerror: honor Unicode API choice on WindowsJavier Blazquez2020-09-251-15/+7
* CURLE_PROXY: new error codeDaniel Stenberg2020-08-241-0/+3
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
* ngtcp2: Add an error code for QUIC connection errorsEmil Engler2020-01-111-0/+3
* multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro2020-01-111-0/+3
* lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad2020-01-031-1/+4
* strerror: Fix compiler warning "empty expression"Gisle Vanem2019-12-181-1/+1
* strerror: Add Curl_winapi_strerror for Win API specific errorsJay Satiro2019-12-011-341/+228
* multi: add curl_multi_wakeup()Gergely Nagy2019-11-251-0/+3
* include: make CURLE_HTTP3 use a new error codeDaniel Stenberg2019-11-211-0/+1
* quiche: reject headers in the wrong orderDaniel Stenberg2019-11-121-1/+3
* strerror: Fix an error looking up some Windows error stringsJay Satiro2019-11-091-2/+4
* 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