Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-26 | TODO: improve how curl works in a windows console window | Daniel Stenberg | |
Closes #322 for now | |||
2015-07-26 | 1.11 minimize dependencies with dynamicly loaded modules | Daniel Stenberg | |
Closes #349 for now | |||
2015-06-18 | TODO: Support IDNA2008 | Daniel Stenberg | |
2015-06-16 | docs: update URLs | Viktor Szakats | |
2015-06-08 | docs: Spelling fixes | Ville Skyttä | |
2015-05-31 | 5.6 Refuse "downgrade" redirects | Daniel Stenberg | |
2015-04-15 | TODO: 17.9 Choose the name of file in braces for complex URLs | Daniel Stenberg | |
2015-04-15 | TODO: a little caution that maybe not all ideas are still good | Daniel Stenberg | |
2015-04-15 | TODO: 17.8 offer color-coded HTTP header output | Daniel Stenberg | |
2015-04-15 | TODO: 17.7 warning when sending binary output to terminal | Daniel Stenberg | |
2015-01-31 | TODO: moved WinSSL/SChannel todo items into docs | Marc Hoersken | |
2015-01-27 | docs: cite SASL external authentication. | Patrick Monnerat | |
2015-01-16 | TODO: Added some SMB ideas | Steve Holme | |
2014-12-28 | TODO: 2.3 Better support for same name resolves | Daniel Stenberg | |
2014-12-27 | docs: Updated following the addition of SASL GSSAPI via GSS-API libraries | Steve Holme | |
As this feature has been implemented for 7.40.0. | |||
2014-12-27 | code/docs: Use correct case for IPv4 and IPv6 | Steve 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-10 | TODO: Cache negative name resolves | Daniel Stenberg | |
Worth exploring | |||
2014-11-15 | TODO: Lets support QOP options in GSSAPI authentication | Steve Holme | |
2014-11-06 | docs: Updated following the addition of SSPI based HTTP digest auth | Steve Holme | |
2014-10-28 | TODO: consider supporting STAT | Daniel Stenberg | |
2014-08-16 | TODO: Updated following GSSAPI (Kerberos V5) additions | Steve 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-06 | TODO: HTTP Digest via Windows SSPI | Steve Holme | |
2014-08-06 | TODO: FTP GSSAPI via Windows SSPI | Steve Holme | |
2014-05-09 | TODO: firefox will soon support SSL (HTTPS) to proxy | Daniel Stenberg | |
2014-05-06 | TODO: Fixed some spelling mistakes | Steve Holme | |
2014-05-06 | TODO: Add support for concurrent connections in ftpserver.pl | Steve Holme | |
2014-05-05 | TODO: the FTP HOST command is now in RFC 7151 | Daniel Stenberg | |
2014-05-05 | TODO: Update date and version in man pages | Daniel Stenberg | |
Mentioned in bug #1342 | |||
2014-03-31 | docs: Removed mention of -g hack when using IPv6 literals | Dan Fandrich | |
This limitation was removed in commit 0bc4938e | |||
2014-03-11 | TODO: remove http2, we now have it | Daniel Stenberg | |
2014-02-09 | TODO: Removed url-specific options | Steve Holme | |
2014-01-14 | TODO: Allow SSL (HTTPS) to proxy | Daniel Stenberg | |
2014-01-14 | TODO: remove FTP proxy and more SSL libraries | Daniel Stenberg | |
2014-01-14 | TODO: Detect when called from witin callbacks | Daniel Stenberg | |
2013-11-12 | TODO: Added auth= in URLs to the wish list for HTTP | Steve Holme | |
2013-10-30 | TODO: Removed the 'Graceful base64 decoding failure' sections | Steve Holme | |
Updated following the recent changes to support graceful failures during the authentication phrase. | |||
2013-10-27 | TODO: remove "Happy Eyeball dual stack connect" | Daniel Stenberg | |
... as it was just merged in commit 7d7df | |||
2013-07-18 | CURLOPT_XFERINFOFUNCTION: introducing a new progress callback | Daniel 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-23 | TODO: 1.8 Modified buffer size approach | Daniel Stenberg | |
Thoughts around buffer sizes and what might be possible to do... | |||
2013-06-18 | TODO: mention the DANE patch from March | Daniel Stenberg | |
2013-06-15 | TODO: HTTP2/SPDY support | Daniel Stenberg | |
2013-04-30 | TODO: Updated following the addition of CURLOPT_SASL_IR | Steve Holme | |
2013-04-25 | TODO: Corrected copy/paste typo | Steve Holme | |
2013-04-25 | TODO: Added new ideas for future SMTP, POP3 and IMAP features | Steve Holme | |
2013-04-25 | TODO: Updated following the addition of ;auth=<MECH> support | Steve Holme | |
2013-03-18 | TODO: Reordered the protocol and security sections | Steve 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-16 | TODO: Corrected typo in TOC | Steve Holme | |
2013-03-16 | TODO: Added IMAP section and removed unused Other protocols section | Steve Holme | |
2013-03-16 | TODO: Added graceful base64 decoding failure to SMTP and POP3 | Steve Holme | |
2013-03-16 | TODO: Corrected typo on section 10.2 heading | Steve Holme | |