| Commit message (Expand) | Author | Age | Files | Lines |
* | FTP: perform active connections non-blocking | Gokhan Sengun | 2011-12-20 | 1 | -2/+6 |
* | share: don't use SSL unless enabled | Daniel Stenberg | 2011-10-03 | 1 | -0/+3 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -2/+0 |
* | errno.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-24 | 1 | -1/+0 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -2/+3 |
* | CURLE_BAD_CONTENT_ENCODING: now used for transfer encoding too | Daniel Stenberg | 2011-04-18 | 1 | -1/+1 |
* | return code cleanup: build, init and run-time errors | Daniel Stenberg | 2011-04-05 | 1 | -3/+6 |
* | CURLE_TLSAUTH_FAILED: removed | Quinn Slack | 2011-02-09 | 1 | -3/+0 |
* | TLS-SRP: support added when using GnuTLS | Quinn Slack | 2011-01-19 | 1 | -1/+4 |
* | lib: Change some CRLF line endings to LF | Tor Arntsen | 2010-05-16 | 1 | -1/+1 |
* | FTP: WILDCARDMATCH/CHUNKING/FNMATCH added | Pavel Raiskup | 2010-05-12 | 1 | -0/+6 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg | 2010-01-21 | 1 | -0/+6 |
* | update copyright year since we are in 2010 now | Daniel Stenberg | 2010-01-01 | 1 | -1/+1 |
* | - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This | Daniel Stenberg | 2010-01-01 | 1 | -0/+3 |
* | - Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA. | Daniel Stenberg | 2009-07-22 | 1 | -1/+1 |
* | allow building libcurl for VxWorks | Yang Tse | 2009-06-04 | 1 | -4/+20 |
* | ensure that errno is not modified inside Curl_strerror() | Yang Tse | 2008-09-12 | 1 | -33/+39 |
* | fix print formatting string directives | Yang Tse | 2008-09-04 | 1 | -2/+2 |
* | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for | Daniel Stenberg | 2008-06-06 | 1 | -0/+3 |
* | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for | Daniel Stenberg | 2008-06-06 | 1 | -0/+3 |
* | - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send | Daniel Stenberg | 2008-05-12 | 1 | -0/+3 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -10/+10 |
* | I renamed the CURLE_SSL_PEER_CERTIFICATE error code to | Daniel Stenberg | 2007-10-03 | 1 | -2/+2 |
* | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich | 2007-08-31 | 1 | -2/+2 |
* | Made some of the error strings returned by the *strerror functions more | Dan Fandrich | 2007-08-31 | 1 | -67/+67 |
* | Renamed several libcurl error codes and options to make them more general | Dan Fandrich | 2007-08-30 | 1 | -43/+25 |
* | CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is | Daniel Stenberg | 2007-05-08 | 1 | -2/+2 |
* | curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h | Yang Tse | 2007-02-21 | 1 | -3/+3 |
* | Daniel Mirchandani fix to make libcurl build nicely on Winsock | Yang Tse | 2007-02-15 | 1 | -1/+1 |
* | Correct error code for CCC/SSL shutdown failure | Linus Nielsen Feltzing | 2007-01-08 | 1 | -2/+2 |
* | - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to | Daniel Stenberg | 2007-01-05 | 1 | -1/+4 |
* | James Housley brought support for SCP transfers | Daniel Stenberg | 2006-11-02 | 1 | -0/+6 |
* | Armel Asselin separated CA cert verification problems from problems with | Daniel Stenberg | 2006-10-21 | 1 | -0/+3 |
* | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse | 2006-10-18 | 1 | -5/+5 |
* | Replace ";;" with ";". | Gisle Vanem | 2006-10-15 | 1 | -8/+8 |
* | Remove redundant __CYGWIN__ symbol check | Yang Tse | 2006-10-11 | 1 | -3/+3 |
* | Maciej Karpiuk fixed a crash that would occur if we passed Curl_strerror() | Daniel Stenberg | 2006-08-01 | 1 | -3/+6 |
* | Added revision ID-tag. | Gisle Vanem | 2006-04-26 | 1 | -0/+1 |
* | Fixed signed/unsigned convertion errors in Salford-C. | Gisle Vanem | 2006-04-26 | 1 | -1/+2 |
* | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg | 2006-04-10 | 1 | -0/+6 |
* | CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore! | Daniel Stenberg | 2006-04-09 | 1 | -9/+8 |
* | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg | 2006-04-07 | 1 | -0/+10 |
* | Yang Tse's fix to only provide the proto if there is such a function and | Daniel Stenberg | 2005-12-02 | 1 | -1/+1 |
* | John Kelly added TFTP support to libcurl. A bunch of new error codes was | Daniel Stenberg | 2005-09-02 | 1 | -0/+21 |
* | Fixed some typos in output messages. | Dan Fandrich | 2005-07-21 | 1 | -3/+3 |
* | The configure check for strerror_r() failed to detect the proper API at | Daniel Stenberg | 2005-05-18 | 1 | -0/+6 |
* | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg | 2005-04-26 | 1 | -1/+1 |
* | prevent compiler warning | Daniel Stenberg | 2005-03-15 | 1 | -1/+1 |
* | silence compiler warnings for mingw win32 builds --enable-debug | Daniel Stenberg | 2005-03-14 | 1 | -1/+1 |