summaryrefslogtreecommitdiff
path: root/lib/strerror.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: check for spaces before the colon of switch labelsEmanuele Torre2023-04-271-2/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* urlapi: add CURLU_PUNYCODEDaniel Stenberg2022-12-261-0/+3
* strerror: improve two URL API error messagesDaniel Stenberg2022-09-151-2/+2
* curl.h: CURLE_CONV_FAILED is obsoletedDaniel Stenberg2022-06-291-3/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* select: return error from "lethal" poll/select errorsDaniel Stenberg2022-06-081-0/+6
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-3/+1
* vxworks: drop supportDaniel Stenberg2022-02-011-17/+2
* ldap: return CURLE_URL_MALFORMAT for bad URLDaniel Stenberg2022-01-101-4/+2
* multi: handle errors returned from socket/timer callbacksDaniel Stenberg2021-12-061-0/+3
* 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