summaryrefslogtreecommitdiff
path: root/lib/strerror.c
Commit message (Expand)AuthorAgeFilesLines
...
* mem-include-scan: verify memory #includesDaniel Stenberg2012-11-171-0/+3
* SSPI related code: Unicode support for WinCEMark Salisbury2012-06-151-7/+26
* strerror.c: make Curl_sspi_strerror() always return code for errorsYang Tse2012-06-121-13/+15
* sspi: make Curl_sspi_strerror() libcurl's sspi status code string functionYang Tse2012-06-121-1/+313
* FTP: perform active connections non-blockingGokhan Sengun2011-12-201-2/+6
* share: don't use SSL unless enabledDaniel Stenberg2011-10-031-0/+3
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-2/+0
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+3
* CURLE_BAD_CONTENT_ENCODING: now used for transfer encoding tooDaniel Stenberg2011-04-181-1/+1
* return code cleanup: build, init and run-time errorsDaniel Stenberg2011-04-051-3/+6
* CURLE_TLSAUTH_FAILED: removedQuinn Slack2011-02-091-3/+0
* TLS-SRP: support added when using GnuTLSQuinn Slack2011-01-191-1/+4
* lib: Change some CRLF line endings to LFTor Arntsen2010-05-161-1/+1
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-121-0/+6
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-0/+6
* update copyright year since we are in 2010 nowDaniel Stenberg2010-01-011-1/+1
* - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. ThisDaniel Stenberg2010-01-011-0/+3
* - Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA.Daniel Stenberg2009-07-221-1/+1
* allow building libcurl for VxWorksYang Tse2009-06-041-4/+20
* ensure that errno is not modified inside Curl_strerror()Yang Tse2008-09-121-33/+39
* fix print formatting string directivesYang Tse2008-09-041-2/+2
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, forDaniel Stenberg2008-06-061-0/+3
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, forDaniel Stenberg2008-06-061-0/+3
* - Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg2008-05-121-0/+3
* if () => if()Daniel Stenberg2007-11-071-10/+10
* I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg2007-10-031-2/+2
* Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich2007-08-311-2/+2
* Made some of the error strings returned by the *strerror functions moreDan Fandrich2007-08-311-67/+67
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-43/+25
* CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This isDaniel Stenberg2007-05-081-2/+2
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-3/+3
* Daniel Mirchandani fix to make libcurl build nicely on WinsockYang Tse2007-02-151-1/+1
* Correct error code for CCC/SSL shutdown failureLinus Nielsen Feltzing2007-01-081-2/+2
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-051-1/+4
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-021-0/+6
* Armel Asselin separated CA cert verification problems from problems withDaniel Stenberg2006-10-211-0/+3
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-5/+5
* Replace ";;" with ";".Gisle Vanem2006-10-151-8/+8
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-3/+3
* Maciej Karpiuk fixed a crash that would occur if we passed Curl_strerror()Daniel Stenberg2006-08-011-3/+6
* Added revision ID-tag.Gisle Vanem2006-04-261-0/+1
* Fixed signed/unsigned convertion errors in Salford-C.Gisle Vanem2006-04-261-1/+2
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-0/+6
* CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore!Daniel Stenberg2006-04-091-9/+8
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-0/+10
* Yang Tse's fix to only provide the proto if there is such a function andDaniel Stenberg2005-12-021-1/+1
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-021-0/+21
* Fixed some typos in output messages.Dan Fandrich2005-07-211-3/+3