Daniel Stenberg
14b9e780d4
TODO: improve how curl works in a windows console window
...
Closes #322 for now
2015-07-26 00:48:55 +02:00
Daniel Stenberg
8204844f47
1.11 minimize dependencies with dynamicly loaded modules
...
Closes #349 for now
2015-07-26 00:45:22 +02:00
Daniel Stenberg
2546134b97
TODO: Support IDNA2008
2015-06-18 16:32:47 +02:00
Viktor Szakats
45f21e0f37
docs: update URLs
2015-06-16 09:08:00 +02:00
Ville Skyttä
56b7663f73
docs: Spelling fixes
2015-06-08 13:43:31 +02:00
Daniel Stenberg
4e7c3c12d3
5.6 Refuse "downgrade" redirects
2015-05-31 00:39:19 +02:00
Daniel Stenberg
1ba6e4c88e
TODO: 17.9 Choose the name of file in braces for complex URLs
2015-04-15 21:13:25 +02:00
Daniel Stenberg
8f78794fd5
TODO: a little caution that maybe not all ideas are still good
2015-04-15 20:56:43 +02:00
Daniel Stenberg
0cbbbbdc31
TODO: 17.8 offer color-coded HTTP header output
2015-04-15 14:29:30 +02:00
Daniel Stenberg
78843afb9f
TODO: 17.7 warning when sending binary output to terminal
2015-04-15 14:27:32 +02:00
Marc Hoersken
4161624e94
TODO: moved WinSSL/SChannel todo items into docs
2015-01-31 12:30:11 +01:00
Patrick Monnerat
980ba2202c
docs: cite SASL external authentication.
2015-01-27 19:10:18 +01:00
Steve Holme
5c73cdef62
TODO: Added some SMB ideas
2015-01-16 22:22:28 +00:00
Daniel Stenberg
6d79722d78
TODO: 2.3 Better support for same name resolves
2014-12-28 16:30:03 +01:00
Steve Holme
e5a8a26bcb
docs: Updated following the addition of SASL GSSAPI via GSS-API libraries
...
As this feature has been implemented for 7.40.0.
2014-12-27 12:08:15 +00:00
Steve Holme
151ae59436
code/docs: Use correct case for IPv4 and IPv6
...
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-27 11:31:55 +00:00
Daniel Stenberg
cd6c13c2b3
TODO: Cache negative name resolves
...
Worth exploring
2014-12-10 11:56:43 +01:00
Steve Holme
2e05db347e
TODO: Lets support QOP options in GSSAPI authentication
2014-11-15 00:38:00 +00:00
Steve Holme
338b641370
docs: Updated following the addition of SSPI based HTTP digest auth
2014-11-06 23:44:11 +00:00
Daniel Stenberg
b790bdf46b
TODO: consider supporting STAT
2014-10-28 22:31:48 +01:00
Steve Holme
c4410c85ab
TODO: Updated following GSSAPI (Kerberos V5) additions
...
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-16 11:42:04 +01:00
Steve Holme
6c6983f477
TODO: HTTP Digest via Windows SSPI
2014-08-06 22:58:42 +01:00
Steve Holme
c399f6eeb2
TODO: FTP GSSAPI via Windows SSPI
2014-08-06 21:54:27 +01:00
Daniel Stenberg
ec9fa4f6b3
TODO: firefox will soon support SSL (HTTPS) to proxy
2014-05-09 11:36:11 +02:00
Steve Holme
3b59753c11
TODO: Fixed some spelling mistakes
2014-05-06 22:23:50 +01:00
Steve Holme
3400148768
TODO: Add support for concurrent connections in ftpserver.pl
2014-05-06 22:19:24 +01:00
Daniel Stenberg
1f93471bda
TODO: the FTP HOST command is now in RFC 7151
2014-05-05 09:57:39 +02:00
Daniel Stenberg
981bf6999d
TODO: Update date and version in man pages
...
Mentioned in bug #1342
2014-05-05 09:54:00 +02:00
Dan Fandrich
ed4972ffdb
docs: Removed mention of -g hack when using IPv6 literals
...
This limitation was removed in commit 0bc4938e
2014-03-31 09:06:09 +02:00
Daniel Stenberg
2465ee7573
TODO: remove http2, we now have it
2014-03-11 14:10:20 +01:00
Steve Holme
ae363075e6
TODO: Removed url-specific options
2014-02-09 15:20:53 +00:00
Daniel Stenberg
5b591829b6
TODO: Allow SSL (HTTPS) to proxy
2014-01-14 11:43:36 +01:00
Daniel Stenberg
9d497c6afe
TODO: remove FTP proxy and more SSL libraries
2014-01-14 11:41:51 +01:00
Daniel Stenberg
89dbb6a0da
TODO: Detect when called from witin callbacks
2014-01-14 07:43:06 +01:00
Steve Holme
434bc09263
TODO: Added auth= in URLs to the wish list for HTTP
2013-11-12 20:32:25 +00:00
Steve Holme
e232f5f3f9
TODO: Removed the 'Graceful base64 decoding failure' sections
...
Updated following the recent changes to support graceful failures
during the authentication phrase.
2013-10-30 21:01:26 +00:00
Daniel Stenberg
1709e5e966
TODO: remove "Happy Eyeball dual stack connect"
...
... as it was just merged in commit 7d7df
2013-10-27 11:34:09 +01:00
Daniel Stenberg
12d01cb6fa
CURLOPT_XFERINFOFUNCTION: introducing a new progress callback
...
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-07-18 23:44:06 +02:00
Daniel Stenberg
d23745f7c9
TODO: 1.8 Modified buffer size approach
...
Thoughts around buffer sizes and what might be possible to do...
2013-06-23 22:49:06 +02:00
Daniel Stenberg
e305f5ec71
TODO: mention the DANE patch from March
2013-06-18 09:38:06 +02:00
Daniel Stenberg
5fc24a5297
TODO: HTTP2/SPDY support
2013-06-15 14:36:35 +02:00
Steve Holme
f4e3cae8a7
TODO: Updated following the addition of CURLOPT_SASL_IR
2013-04-30 00:12:41 +01:00
Steve Holme
4dc2d965d6
TODO: Corrected copy/paste typo
2013-04-25 20:18:08 +01:00
Steve Holme
70bbbccc39
TODO: Added new ideas for future SMTP, POP3 and IMAP features
2013-04-25 20:10:09 +01:00
Steve Holme
0dd470fc61
TODO: Updated following the addition of ;auth=<MECH> support
2013-04-25 19:48:34 +01:00
Steve Holme
90110a9be0
TODO: Reordered the protocol and security sections
...
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-18 21:43:34 +00:00
Steve Holme
ff3444c36d
TODO: Corrected typo in TOC
2013-03-16 10:36:25 +00:00
Steve Holme
5e2ef3942f
TODO: Added IMAP section and removed unused Other protocols section
2013-03-16 10:18:43 +00:00
Steve Holme
f660fc4423
TODO: Added graceful base64 decoding failure to SMTP and POP3
2013-03-16 00:28:16 +00:00
Steve Holme
5d4e12bbea
TODO: Corrected typo on section 10.2 heading
2013-03-16 00:02:40 +00:00