aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
AgeCommit message (Collapse)Author
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de0... build: make use of 76 lib/*.h renamed files ffd8e12... build: rename 76 lib/*.h files This also reverts removal of redundant include guard (redundant thanks to changes in above commits) done 2-12-2013, reverting 1 commit: c087374... curl_setup.h: remove redundant include guard This also reverts renaming and usage of lib/*.c source files done 3-12-2013, reverting 3 commits: 13606bb... build: make use of 93 lib/*.c renamed files 5b6e792... build: rename 93 lib/*.c files 7d83dff... build: commit 13606bbfde follow-up 1 Start of related discussion thread: http://curl.haxx.se/mail/lib-2013-01/0012.html Asking for confirmation on pushing this revertion commit: http://curl.haxx.se/mail/lib-2013-01/0048.html Confirmation summary: http://curl.haxx.se/mail/lib-2013-01/0079.html NOTICE: The list of 2 files that have been modified by other intermixed commits, while renamed, and also by at least one of the 6 commits this one reverts follows below. These 2 files will exhibit a hole in history unless git's '--follow' option is used when viewing logs. lib/curl_imap.h lib/curl_smtp.h
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
93 *.c source files renamed to use our standard naming scheme. This change affects 77 files in libcurl's source tree.
2012-12-26curl tool: renaming hugehelp files to tool_hugehelpYang Tse
2012-08-07TODO: support DANE, we already support gnutls without gcryptDaniel Stenberg
2012-07-28TODO: Updated after 7.27.0 releaseSteve Holme
Removed APOP and SASL authentication from the POP3 section and metalink support from the client section as these features were implemented in this release. Moved adding gssapi to SASL into it's own section rather than repeat it for each protocol.
2012-06-03DOCS: Fixed list in Section 18.2 not displaying correctly on web siteSteve Holme
2012-06-03DOCS: Corrected missed heading renumbering from commit 530675a1ad7Steve Holme
2012-06-03DOCS: Added IMAP and LDAP sectionsSteve Holme
Added new sections 11. IMAP and 12. LDAP to document adding SASL based authentication. Renumbered current sections 11 to 17 as 13 to 19. Additionally added 19.10 Add CURLOPT_MAIL_CLIENT option.
2012-05-24TODO: Removed DIGEST-MD5 authentication from SMTP to do listSteve Holme
Removed DIGEST-MD5 from Section 9.1 Other authentication mechanisms as the feature was added to SMTP in 7.26.0. Also corrected small spelling mistake.
2012-05-12TODO: happy eyeballs is now RFC6555Daniel Stenberg
2012-03-28TODO: Corrected POP3 section headingSteve Holme
2012-03-27TODO: Added SMTP and POP3 specific featuresSteve Holme
2011-12-21TODO: 1.7 Happy Eyeball dual stack connectDaniel Stenberg
2011-12-20TODO: remove active FTP from section 2.1Daniel Stenberg
It is no longer done blocking in the multi interface
2011-10-16TODO: have form functions use CURL handle argumentDaniel Stenberg
2011-09-11TODO: remove 4 entries, add one newDaniel Stenberg
Zero-copy and "Avoid having to remove/readd handles" are not really features we think are worthwhile to add. Removed. SRP features have been added already, removed. 11.9 IPv6 addresses with globbing added
2011-08-25TODO: progress callback without doublesDaniel Stenberg
2011-08-10TODO: remove curl_formpost in a future versionDaniel Stenberg
15.8 remove 'curl_httppost' from public
2011-01-03TODO: get rid of PATH_MAXDaniel Stenberg
2010-09-20TODO: added 8.4 non-gcrypt under GnuTLSDaniel Stenberg
We must not assume gcrypt just because of GnuTLS
2010-08-25TODO: we now support RTMPDaniel Stenberg
2010-08-25TODO: 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-25TODO: fixed "Make curl_multi_info_read faster"Daniel Stenberg
It is really fast now
2010-06-02TODO: add multi interface improvement remove ldap selectDaniel Stenberg
2010-05-28TODO: removed fixed itemsDaniel Stenberg
These two items are now actually implemented: 11.1 Content-Disposition 11.5 ftp wildcard download
2010-04-29TODO: we've done PRET already, consider HOST for the futureDaniel Stenberg
... and GnuTLS connects are non-blocking, TFTP is better integrated as a "real" protocol and RTSP is supported.
2010-04-29TODO: GnuTLS connects are now non-blockingDaniel Stenberg
Since commit c288860 by Jerome Vouillon
2010-02-21clarify more details on section "2.1 More non-blocking"Daniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2010-01-23"remove progress meter from libcurl" at next API breakDaniel Stenberg
2010-01-21"5.3 Sort outgoing cookies" removed, we now sort themDaniel Stenberg
2009-10-17s/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-05Make CURLOPT_FTPPORT support an additional port numberDaniel Stenberg
done!
2009-08-195.3 Sort outgoing cookiesDaniel Stenberg
5.4 Rearrange request header order Things to play with when you're bored
2009-05-11curl_multi_socket and curl_multi_socket_all to be removed at next majorDaniel Stenberg
release, or bump or whatevere
2009-02-12Added support for Digest and NTLM authentication using GnuTLS.Dan Fandrich
2008-11-17pipelining for PUT is a good ideaDaniel Stenberg
2008-11-11cleaned up entries that have been implemented already or are deemed not reallyDaniel Stenberg
wanted anyway
2008-10-14Added signal-based resolver timeout issueDan Fandrich
2008-09-10Checked in some grammatical and minor other fixes in the documentation andDan Fandrich
examples that I found in the FreeBSD ports system.
2008-05-23Added some more to do items and a known bug.Dan Fandrich
2008-01-15I made the torture test on test 530 go through. This was actually due toDaniel 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-145.3 support FF3 sqlite cookie filesDaniel Stenberg
2008-01-0414.3 extend CURLOPT_SOCKOPTFUNCTION prototypeDaniel Stenberg
(for next SONAME bump)
2007-12-09add in toc tooDaniel Stenberg
2007-12-09RTMP support?Daniel Stenberg
2007-12-09oops another bad numberingDaniel Stenberg
2007-12-09oops duplicate numberingDaniel Stenberg
2007-12-09slightly rephrasedDaniel Stenberg
2007-12-08reformat to FAQ/CONTRIBUTE style, for nicer web-look when I apply the magicDaniel Stenberg
script(s) on it online