summaryrefslogtreecommitdiff
path: root/lib/strerror.c
AgeCommit message (Expand)Author
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
2011-07-24errno.h inclusion conditionally done in setup_once.hYang Tse
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-18CURLE_BAD_CONTENT_ENCODING: now used for transfer encoding tooDaniel Stenberg
2011-04-05return code cleanup: build, init and run-time errorsDaniel Stenberg
2011-02-09CURLE_TLSAUTH_FAILED: removedQuinn Slack
2011-01-19TLS-SRP: support added when using GnuTLSQuinn Slack
2010-05-16lib: Change some CRLF line endings to LFTor Arntsen
2010-05-12FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-01-21Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg
2010-01-01update copyright year since we are in 2010 nowDaniel Stenberg
2010-01-01- Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. ThisDaniel Stenberg
2009-07-22- Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA.Daniel Stenberg
2009-06-04allow building libcurl for VxWorksYang Tse
2008-09-12ensure that errno is not modified inside Curl_strerror()Yang Tse
2008-09-04fix print formatting string directivesYang Tse
2008-06-06- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, forDaniel Stenberg
2008-06-06- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, forDaniel Stenberg
2008-05-12- Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg