summaryrefslogtreecommitdiff
path: root/lib/strerror.c
AgeCommit message (Expand)Author
2020-04-01Merge tag 'curl-7_69_1'nikita
2020-01-11ngtcp2: Add an error code for QUIC connection errorsEmil Engler
2020-01-11multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro
2020-01-10Merge tag 'curl-7_68_0'ng0
2020-01-03lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad
2019-12-20Merge branch 'master' of https://github.com/curl/curlng0
2019-12-20Merge remote-tracking branch 'upstream/master'ng0
2019-12-18strerror: Fix compiler warning "empty expression"Gisle Vanem
2019-12-01strerror: Add Curl_winapi_strerror for Win API specific errorsJay Satiro
2019-11-25multi: add curl_multi_wakeup()Gergely Nagy
2019-11-21include: make CURLE_HTTP3 use a new error codeDaniel Stenberg
2019-11-12quiche: reject headers in the wrong orderDaniel Stenberg
2019-11-09strerror: Fix an error looking up some Windows error stringsJay Satiro
2019-09-12Merge tag 'curl-7_66_0'ng0
2019-08-14vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2019-01-12Merge tag 'curl-7_63_0'ng0
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-09-06ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22strerror: Preserve Windows error code in some functionsJay Satiro
2017-08-22errno: fix non-windows builds after af0216251b94e7Daniel Stenberg
2017-08-22curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2017-08-22checksrc: warn for assignments within if() expressionsDaniel Stenberg
2017-08-22checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2017-08-22idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg
2017-08-22s/cURL/curlDaniel Stenberg
2017-07-11strerror: Preserve Windows error code in some functionsJay Satiro
2017-07-10errno: fix non-windows builds after af0216251b94e7Daniel Stenberg
2017-07-10curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-10-31idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg
2016-10-18s/cURL/curlDaniel Stenberg
2016-09-07errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-11http2: Add handling stream level errorTatsuhiro Tsujikawa
2016-03-31strerror: don't bit shift a signed integerJay Satiro
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-09-10curl_sspi: fix possibly undefined CRYPT_E_REVOKEDJay Satiro
2015-07-15strerror: Add CRYPT_E_REVOKED to SSPI error stringsJay Satiro
2015-05-22strerror: Change SEC_E_ILLEGAL_MESSAGE descriptionJay Satiro
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-01-16url: add CURLOPT_SSL_VERIFYSTATUS optionAlessandro Ghedini
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg