Age | Commit message (Expand) | Author |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-09-10 | curl_sspi: fix possibly undefined CRYPT_E_REVOKED | Jay Satiro |
2015-07-15 | strerror: Add CRYPT_E_REVOKED to SSPI error strings | Jay Satiro |
2015-05-22 | strerror: Change SEC_E_ILLEGAL_MESSAGE description | Jay Satiro |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-01-16 | url: add CURLOPT_SSL_VERIFYSTATUS option | Alessandro Ghedini |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-13 | Factorize pinned public key code into generic file handling and backend specific | Patrick Monnerat |
2014-10-07 | SSL: implement public key pinning | moparisthebest |
2014-07-23 | http2: more and better error checking | Daniel Stenberg |
2014-04-06 | strerror: fix comment about vxworks' strerror_r buffer size | Daniel Stenberg |
2013-08-20 | CURLM_ADDED_ALREADY: new error code | Daniel Stenberg |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-11-17 | mem-include-scan: verify memory #includes | Daniel Stenberg |
2012-06-15 | SSPI related code: Unicode support for WinCE | Mark Salisbury |
2012-06-12 | strerror.c: make Curl_sspi_strerror() always return code for errors | Yang Tse |
2012-06-12 | sspi: make Curl_sspi_strerror() libcurl's sspi status code string function | Yang Tse |
2011-12-20 | FTP: perform active connections non-blocking | Gokhan Sengun |
2011-10-03 | share: don't use SSL unless enabled | Daniel Stenberg |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-07-24 | errno.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-18 | CURLE_BAD_CONTENT_ENCODING: now used for transfer encoding too | Daniel Stenberg |
2011-04-05 | return code cleanup: build, init and run-time errors | Daniel Stenberg |
2011-02-09 | CURLE_TLSAUTH_FAILED: removed | Quinn Slack |
2011-01-19 | TLS-SRP: support added when using GnuTLS | Quinn Slack |
2010-05-16 | lib: Change some CRLF line endings to LF | Tor Arntsen |
2010-05-12 | FTP: WILDCARDMATCH/CHUNKING/FNMATCH added | Pavel Raiskup |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-01-21 | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg |
2010-01-01 | update copyright year since we are in 2010 now | Daniel Stenberg |
2010-01-01 | - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This | Daniel Stenberg |
2009-07-22 | - Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA. | Daniel Stenberg |
2009-06-04 | allow building libcurl for VxWorks | Yang Tse |
2008-09-12 | ensure that errno is not modified inside Curl_strerror() | Yang Tse |
2008-09-04 | fix print formatting string directives | Yang Tse |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for | Daniel Stenberg |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for | Daniel Stenberg |
2008-05-12 | - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send | Daniel Stenberg |
2007-11-07 | if () => if() | Daniel Stenberg |
2007-10-03 | I renamed the CURLE_SSL_PEER_CERTIFICATE error code to | Daniel Stenberg |
2007-08-31 | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich |
2007-08-31 | Made some of the error strings returned by the *strerror functions more | Dan Fandrich |
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich |
2007-05-08 | CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is | Daniel Stenberg |