Age | Commit message (Expand) | Author |
2007-09-26 | Philip Langdale provided the new CURLOPT_POST301 option for | Daniel Stenberg |
2007-09-26 | Max Katsev reported that when doing a libcurl FTP request with | Daniel Stenberg |
2007-09-18 | Rob Crittenden provided an NSS update with the following highlights: | Daniel Stenberg |
2007-08-31 | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich |
2007-08-26 | Fixed some minor mismatched types found by splint. | Dan Fandrich |
2007-08-15 | added define PORT_LDAPS. | Gunter Knauf |
2007-08-01 | Patrick Monnerat and I modified libcurl so that now it *copies* all strings | Daniel Stenberg |
2007-07-29 | Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use | Daniel Stenberg |
2007-07-27 | added missing part for the qsossl support | Daniel Stenberg |
2007-07-23 | Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed | Dan Fandrich |
2007-07-10 | * Finish moving sftp:// into a state machine so it won't block in multi mode | James Housley |
2007-07-01 | Thomas J. Moore provided a patch that introduces Kerberos5 support in | Daniel Stenberg |
2007-06-27 | Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMS | James Housley |
2007-06-19 | Change rsa and rsa_pub from static arrays in ssh_conn to be dynamically | James Housley |
2007-06-12 | * Updates for the latest version of libssh2, specifically | James Housley |
2007-06-12 | Convert Curl_ssh_connect() to run in a state machine for | James Housley |
2007-04-24 | Robert Iakobashvili made the 'master_buffer' get allocated first once it is | Daniel Stenberg |
2007-04-16 | - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a | Daniel Stenberg |
2007-04-10 | Ravi Pratap provided fixes for HTTP pipelining | Daniel Stenberg |
2007-04-01 | Robert Iakobashvili made curl_multi_remove_handle() a lot faster when many | Daniel Stenberg |
2007-02-25 | - Adam D. Moss made the HTTP CONNECT procedure less blocking when used from | Daniel Stenberg |
2007-02-22 | Fix compiler warnings | Yang Tse |
2007-02-20 | New FTP CCC functionality - adds passive and active mode to accomodate for di... | Linus Nielsen Feltzing |
2007-02-18 | Michal Marek comment fix | Yang Tse |
2007-02-16 | maxdownload is actually -1 for unlimited | Daniel Stenberg |
2007-02-13 | ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on | Daniel Stenberg |
2007-02-12 | Rob Crittenden added support for NSS (Network Security Service) for the | Daniel Stenberg |
2007-02-12 | - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent | Daniel Stenberg |
2007-02-05 | - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS | Daniel Stenberg |
2007-02-03 | - Manfred Schwarb reported that socks5 support was broken and help us pinpoint | Daniel Stenberg |
2007-01-16 | - Armel Asselin improved libcurl to behave a lot better when an easy handle | Daniel Stenberg |
2007-01-05 | - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to | Daniel Stenberg |
2006-12-22 | - Robert Foreman provided a prime example snippet showing how libcurl would | Daniel Stenberg |
2006-12-21 | Robson Braga Araujo reported bug #1618359 | Daniel Stenberg |
2006-12-11 | PROT_CLOSEACTION doesn't have to be its own bit but can just as well just | Daniel Stenberg |
2006-12-06 | Sebastien Willemijns reported bug #1603712 | Daniel Stenberg |
2006-12-05 | removed the final traces of the closepolicy option | Daniel Stenberg |
2006-11-24 | James Housley did lots of work and introduced SFTP downloads. | Daniel Stenberg |
2006-11-03 | Olaf Stueben provided a patch that I edited slightly. It fixes the notorious | Daniel Stenberg |
2006-11-02 | James Housley brought support for SCP transfers | Daniel Stenberg |
2006-10-23 | Ravi Pratap provided a major update with pipelining fixes. We also no longer | Daniel Stenberg |
2006-10-20 | When a resolve is made on a pipelined connection we need to detect it properly | Daniel Stenberg |
2006-09-30 | Support for FTP third party transfers is now dropped | Daniel Stenberg |
2006-09-28 | Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl | Daniel Stenberg |
2006-09-16 | Resize the connection cache upwards when adding more handles than what | Daniel Stenberg |
2006-09-11 | - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a | Daniel Stenberg |
2006-09-10 | Jeff Pohlmeyer presented a *multi_socket()-using program that exposed a | Daniel Stenberg |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |
2006-08-29 | BUFSIZE defined in Metaware's <stdio.h>. Undefine to avoid warning. | Gisle Vanem |
2006-08-29 | David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA to | Daniel Stenberg |