aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
AgeCommit message (Collapse)Author
2015-01-31TODO: moved WinSSL/SChannel todo items into docsMarc Hoersken
2015-01-27docs: cite SASL external authentication.Patrick Monnerat
2015-01-16TODO: Added some SMB ideasSteve Holme
2014-12-28TODO: 2.3 Better support for same name resolvesDaniel Stenberg
2014-12-27docs: Updated following the addition of SASL GSSAPI via GSS-API librariesSteve Holme
As this feature has been implemented for 7.40.0.
2014-12-27code/docs: Use correct case for IPv4 and IPv6Steve Holme
For consistency, as we seem to have a bit of a mixed bag, changed all instances of ipv4 and ipv6 in comments and documentations to use the correct case.
2014-12-10TODO: Cache negative name resolvesDaniel Stenberg
Worth exploring
2014-11-15TODO: Lets support QOP options in GSSAPI authenticationSteve Holme
2014-11-06docs: Updated following the addition of SSPI based HTTP digest authSteve Holme
2014-10-28TODO: consider supporting STATDaniel Stenberg
2014-08-16TODO: Updated following GSSAPI (Kerberos V5) additionsSteve Holme
Updated "FTP 4.6 GSSAPI via Windows SSPI" and "SASL 14.1 Other authentication mechanisms" following recent additions. Added SASL 14.2 GSSAPI via GSS-API libraries.
2014-08-06TODO: HTTP Digest via Windows SSPISteve Holme
2014-08-06TODO: FTP GSSAPI via Windows SSPISteve Holme
2014-05-09TODO: firefox will soon support SSL (HTTPS) to proxyDaniel Stenberg
2014-05-06TODO: Fixed some spelling mistakesSteve Holme
2014-05-06TODO: Add support for concurrent connections in ftpserver.plSteve Holme
2014-05-05TODO: the FTP HOST command is now in RFC 7151Daniel Stenberg
2014-05-05TODO: Update date and version in man pagesDaniel Stenberg
Mentioned in bug #1342
2014-03-31docs: Removed mention of -g hack when using IPv6 literalsDan Fandrich
This limitation was removed in commit 0bc4938e
2014-03-11TODO: remove http2, we now have itDaniel Stenberg
2014-02-09TODO: Removed url-specific optionsSteve Holme
2014-01-14TODO: Allow SSL (HTTPS) to proxyDaniel Stenberg
2014-01-14TODO: remove FTP proxy and more SSL librariesDaniel Stenberg
2014-01-14TODO: Detect when called from witin callbacksDaniel Stenberg
2013-11-12TODO: Added auth= in URLs to the wish list for HTTPSteve Holme
2013-10-30TODO: Removed the 'Graceful base64 decoding failure' sectionsSteve Holme
Updated following the recent changes to support graceful failures during the authentication phrase.
2013-10-27TODO: remove "Happy Eyeball dual stack connect"Daniel Stenberg
... as it was just merged in commit 7d7df
2013-07-18CURLOPT_XFERINFOFUNCTION: introducing a new progress callbackDaniel Stenberg
CURLOPT_XFERINFOFUNCTION is now the preferred progress callback function and CURLOPT_PROGRESSFUNCTION is considered deprecated. This new callback uses pure 'curl_off_t' arguments to pass on full resolution sizes. It otherwise retains the same characteristics: the same call rate, the same meanings for the arguments and the return code is used the same way. The progressfunc.c example is updated to show how to use the new callback for newer libcurls while supporting the older one if built with an older libcurl or even built with a newer libcurl while running with an older.
2013-06-23TODO: 1.8 Modified buffer size approachDaniel Stenberg
Thoughts around buffer sizes and what might be possible to do...
2013-06-18TODO: mention the DANE patch from MarchDaniel Stenberg
2013-06-15TODO: HTTP2/SPDY supportDaniel Stenberg
2013-04-30TODO: Updated following the addition of CURLOPT_SASL_IRSteve Holme
2013-04-25TODO: Corrected copy/paste typoSteve Holme
2013-04-25TODO: Added new ideas for future SMTP, POP3 and IMAP featuresSteve Holme
2013-04-25TODO: Updated following the addition of ;auth=<MECH> supportSteve Holme
2013-03-18TODO: Reordered the protocol and security sectionsSteve Holme
Moved SMTP, POP3, IMAP and New Protocol sections to be listed after the other protocols (FTP, HTTP and TELNET) and SASL to be after SSL and GnuTLS as these are all security related. Additionally fixed numbering of the SSL and GnuTLS sections as they weren't consecutive.
2013-03-16TODO: Corrected typo in TOCSteve Holme
2013-03-16TODO: Added IMAP section and removed unused Other protocols sectionSteve Holme
2013-03-16TODO: Added graceful base64 decoding failure to SMTP and POP3Steve Holme
2013-03-16TODO: Corrected typo on section 10.2 headingSteve Holme
2013-03-15TODO: Added section 10.2 Initial response to POP3 to do listSteve Holme
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
Remove internal separated behavior of the easy vs multi intercace. curl_easy_perform() is now using the multi interface itself. Several minor multi interface quirks and bugs have been fixed in the process. Much help with debugging this has been provided by: Yang Tse
2013-01-14TODO: Updated following IMAP SASL additionsSteve Holme
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