Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-20 | TODO: added 8.4 non-gcrypt under GnuTLS | Daniel Stenberg | |
We must not assume gcrypt just because of GnuTLS | |||
2010-08-25 | TODO: we now support RTMP | Daniel Stenberg | |
2010-08-25 | TODO: done "NTLM with other crypto functions" | Daniel Stenberg | |
Since NTLM was made to work with the NSS API as well, the primary SSL alternatives will be built with NTLM support in libcurl. | |||
2010-08-25 | TODO: fixed "Make curl_multi_info_read faster" | Daniel Stenberg | |
It is really fast now | |||
2010-06-02 | TODO: add multi interface improvement remove ldap select | Daniel Stenberg | |
2010-05-28 | TODO: removed fixed items | Daniel Stenberg | |
These two items are now actually implemented: 11.1 Content-Disposition 11.5 ftp wildcard download | |||
2010-04-29 | TODO: we've done PRET already, consider HOST for the future | Daniel Stenberg | |
... and GnuTLS connects are non-blocking, TFTP is better integrated as a "real" protocol and RTSP is supported. | |||
2010-04-29 | TODO: GnuTLS connects are now non-blocking | Daniel Stenberg | |
Since commit c288860 by Jerome Vouillon | |||
2010-02-21 | clarify more details on section "2.1 More non-blocking" | Daniel Stenberg | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2010-01-23 | "remove progress meter from libcurl" at next API break | Daniel Stenberg | |
2010-01-21 | "5.3 Sort outgoing cookies" removed, we now sort them | Daniel Stenberg | |
2009-10-17 | s/Make NTLM work without OpenSSL functions/Make NTLM work with other crypto ↵ | Daniel Stenberg | |
functions As it actually builds with gcrypt these days, but not the NSS functions. | |||
2009-09-05 | Make CURLOPT_FTPPORT support an additional port number | Daniel Stenberg | |
done! | |||
2009-08-19 | 5.3 Sort outgoing cookies | Daniel Stenberg | |
5.4 Rearrange request header order Things to play with when you're bored | |||
2009-05-11 | curl_multi_socket and curl_multi_socket_all to be removed at next major | Daniel Stenberg | |
release, or bump or whatevere | |||
2009-02-12 | Added support for Digest and NTLM authentication using GnuTLS. | Dan Fandrich | |
2008-11-17 | pipelining for PUT is a good idea | Daniel Stenberg | |
2008-11-11 | cleaned up entries that have been implemented already or are deemed not really | Daniel Stenberg | |
wanted anyway | |||
2008-10-14 | Added signal-based resolver timeout issue | Dan Fandrich | |
2008-09-10 | Checked in some grammatical and minor other fixes in the documentation and | Dan Fandrich | |
examples that I found in the FreeBSD ports system. | |||
2008-05-23 | Added some more to do items and a known bug. | Dan Fandrich | |
2008-01-15 | I made the torture test on test 530 go through. This was actually due to | Daniel Stenberg | |
silly code left from when we switched to let the multi handle "hold" the dns cache when using the multi interface... Of course this only triggered when a certain function call returned error at the correct moment. | |||
2008-01-14 | 5.3 support FF3 sqlite cookie files | Daniel Stenberg | |
2008-01-04 | 14.3 extend CURLOPT_SOCKOPTFUNCTION prototype | Daniel Stenberg | |
(for next SONAME bump) | |||
2007-12-09 | add in toc too | Daniel Stenberg | |
2007-12-09 | RTMP support? | Daniel Stenberg | |
2007-12-09 | oops another bad numbering | Daniel Stenberg | |
2007-12-09 | oops duplicate numbering | Daniel Stenberg | |
2007-12-09 | slightly rephrased | Daniel Stenberg | |
2007-12-08 | reformat to FAQ/CONTRIBUTE style, for nicer web-look when I apply the magic | Daniel Stenberg | |
script(s) on it online | |||
2007-09-13 | added some further stuff from the feature-requests tracker, and a bunch of URLs | Daniel Stenberg | |
to the specific tracker entries | |||
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich | |
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3) | |||
2007-08-17 | NEXT soname bump | Daniel Stenberg | |
* #undef CURL_FTP_HTTPSTYLE_HEAD in lib/ftp.c to remove the HTTP-style headers from being output in NOBODY requests over ftp | |||
2007-08-14 | the curl_multi_handle_control() idea | Daniel Stenberg | |
2007-08-07 | add URL to more "generated public config.h" details | Daniel Stenberg | |
2007-08-06 | we now support GSS/Kerberos 5 for ftp file transfers! | Daniel Stenberg | |
2007-02-12 | Rob Crittenden added support for NSS (Network Security Service) for the | Daniel Stenberg | |
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/ | |||
2007-02-11 | updated | Daniel Stenberg | |
2006-12-19 | * removed the SSH-based protocols as they are now being implemented | Daniel Stenberg | |
* added mentioning of doing the stunnel equivalent ourselves for the test suite * spell-check | |||
2006-12-05 | fixed in CVS | Daniel Stenberg | |
2006-11-03 | initial SCP support is now added | Daniel Stenberg | |
2006-09-12 | pipelining support is added now | Daniel Stenberg | |
2006-06-24 | Provide a libcurl API for setting mutex callbacks in the underlying SSL | Daniel Stenberg | |
library, so that the same application code can use mutex-locking independently of OpenSSL or GnutTLS being used. | |||
2006-05-30 | Removed a few fixed issues and a few issues currently in progress in the Hiper | Daniel Stenberg | |
project. Also added a few obvious ones. | |||
2006-01-28 | we should fix the system includes in the public headers to be based on checks | Daniel Stenberg | |
of the system instead of depending on what particular systems we think need various headers | |||
2005-12-10 | use c-ares' IPv6 abilities | Daniel Stenberg | |
fix CONNECT to a proxy that disconnects during the auth phase | |||
2005-11-10 | just implemented | Daniel Stenberg | |
2005-11-09 | * Add step parameter to the globbing. Like [0-1000;10] that would walk the | Daniel Stenberg | |
range increasing the number with 10 for every step. Requested by Jose: http://curl.haxx.se/feedback/display.cgi?id=11315662266802 | |||
2005-10-18 | Removed mention of TFTP now that it's implemented. | Dan Fandrich | |