Age | Commit message (Expand) | Author |
2007-06-30 | minor patches to enable building for NetWare CLIB. | Gunter Knauf |
2007-06-27 | Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMS | James Housley |
2007-06-25 | fix the version string as well | Daniel Stenberg |
2007-06-25 | start working towards 7.16.4 | Daniel Stenberg |
2007-05-30 | Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for setting | Daniel Stenberg |
2007-05-08 | CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is | Daniel Stenberg |
2007-04-20 | ifndef check the CURL_MAX_WRITE_SIZE define to allow this value to easier be | Daniel Stenberg |
2007-04-16 | - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a | Daniel Stenberg |
2007-04-11 | start working on 7.16.3 | Daniel Stenberg |
2007-02-20 | New FTP CCC functionality - adds passive and active mode to accomodate for di... | Linus Nielsen Feltzing |
2007-02-12 | - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent | Daniel Stenberg |
2007-02-12 | When building tarballs, we also set the timestamp of the generated package. T... | Daniel Stenberg |
2007-02-05 | - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS | Daniel Stenberg |
2007-01-30 | start working on 7.16.2 | Daniel Stenberg |
2007-01-08 | Correct error code for CCC/SSL shutdown failure | Linus Nielsen Feltzing |
2007-01-05 | - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to | Daniel Stenberg |
2006-11-02 | James Housley brought support for SCP transfers | Daniel Stenberg |
2006-10-30 | Allow 'curl_*printf()' to be used in C++ programs. | Gisle Vanem |
2006-10-30 | start working on 7.16.1 | Daniel Stenberg |
2006-10-21 | Armel Asselin separated CA cert verification problems from problems with | Daniel Stenberg |
2006-10-12 | Jeff Pohlmeyer has been working with the hiperfifo.c example source code, | Daniel Stenberg |
2006-09-30 | Support for FTP third party transfers is now dropped | Daniel Stenberg |
2006-09-11 | - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a | Daniel Stenberg |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |
2006-09-04 | oops, we're on the .6 track now | Daniel Stenberg |
2006-09-03 | Watcom lacks <sys/time.h>. | Gisle Vanem |
2006-08-29 | Metaware's High-C has an ISO cpp. | Gisle Vanem |
2006-08-29 | David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA to | Daniel Stenberg |
2006-08-11 | Use __minix to detect Minix, which works on both ACK and GCC. | Dan Fandrich |
2006-08-04 | Initial stab at making libcurl compile under Minix 3. | Dan Fandrich |
2006-08-04 | Added 'curl_version_info_data::iconv_ver_num' for iconv version. | Gisle Vanem |
2006-08-04 | Fixed typo. | Gisle Vanem |
2006-08-03 | adding CURLM_CALL_MULTI_SOCKET that's just the same as CURLM_CALL_MULTI_PERFORM | Daniel Stenberg |
2006-07-30 | curl_multi_socket() and curl_multi_socket_all() got modified prototypes: they | Daniel Stenberg |
2006-07-26 | [Hiper-related work] Added a function called curl_multi_assign() that will | Daniel Stenberg |
2006-07-25 | Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl | Daniel Stenberg |
2006-07-11 | Enable --enable-hidden-symbols for SunPro C | Dan Fandrich |
2006-07-05 | Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he... | Yang Tse |
2006-06-24 | Michael Wallner added curl_formget(), which allows an application to extract | Daniel Stenberg |
2006-06-22 | Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and | Daniel Stenberg |
2006-06-12 | Implemented --enable-hidden-symbols configure option to enable | Dan Fandrich |
2006-06-12 | starting the journey towards the next release | Daniel Stenberg |
2006-04-26 | Added SalfordC support. | Gisle Vanem |
2006-04-19 | CURL_VERSION_CONV is returned by curl_version_info if libcurl has been built | Daniel Stenberg |
2006-04-10 | curl_multi_socket() updates | Daniel Stenberg |
2006-04-09 | CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore! | Daniel Stenberg |
2006-04-07 | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg |
2006-03-28 | for the CURLDEBUG case, we redefine sprintf and vsprintf to make us notice | Daniel Stenberg |
2006-03-21 | David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path | Daniel Stenberg |
2006-03-20 | start working towards 7.15.4 | Daniel Stenberg |