aboutsummaryrefslogtreecommitdiff
path: root/lib/strerror.c
AgeCommit message (Expand)Author
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-03lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad
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-08-14vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-09-06ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han
2018-02-15TODO fixed: Detect when called from within callbacksBjörn 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
2014-10-13Factorize pinned public key code into generic file handling and backend specificPatrick Monnerat
2014-10-07SSL: implement public key pinningmoparisthebest
2014-07-23http2: more and better error checkingDaniel Stenberg
2014-04-06strerror: fix comment about vxworks' strerror_r buffer sizeDaniel Stenberg
2013-08-20CURLM_ADDED_ALREADY: new error codeDaniel Stenberg
2013-03-13Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-11-17mem-include-scan: verify memory #includesDaniel Stenberg
2012-06-15SSPI related code: Unicode support for WinCEMark Salisbury
2012-06-12strerror.c: make Curl_sspi_strerror() always return code for errorsYang Tse
2012-06-12sspi: make Curl_sspi_strerror() libcurl's sspi status code string functionYang Tse
2011-12-20FTP: perform active connections non-blockingGokhan Sengun
2011-10-03share: don't use SSL unless enabledDaniel Stenberg
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse