#
981bf699 |
| 05-May-2014 |
Daniel Stenberg |
TODO: Update date and version in man pages Mentioned in bug #1342
|
#
ed4972ff |
| 31-Mar-2014 |
Dan Fandrich |
docs: Removed mention of -g hack when using IPv6 literals This limitation was removed in commit 0bc4938e
|
Revision tags: curl-7_36_0 |
|
#
2465ee75 |
| 11-Mar-2014 |
Daniel Stenberg |
TODO: remove http2, we now have it
|
#
ae363075 |
| 09-Feb-2014 |
Steve Holme |
TODO: Removed url-specific options
|
Revision tags: curl-7_35_0 |
|
#
5b591829 |
| 14-Jan-2014 |
Daniel Stenberg |
TODO: Allow SSL (HTTPS) to proxy
|
#
9d497c6a |
| 14-Jan-2014 |
Daniel Stenberg |
TODO: remove FTP proxy and more SSL libraries
|
#
89dbb6a0 |
| 14-Jan-2014 |
Daniel Stenberg |
TODO: Detect when called from witin callbacks
|
Revision tags: curl-7_34_0 |
|
#
434bc092 |
| 12-Nov-2013 |
Steve Holme |
TODO: Added auth= in URLs to the wish list for HTTP
|
#
e232f5f3 |
| 30-Oct-2013 |
Steve Holme |
TODO: Removed the 'Graceful base64 decoding failure' sections Updated following the recent changes to support graceful failures during the authentication phrase.
|
#
1709e5e9 |
| 27-Oct-2013 |
Daniel Stenberg |
TODO: remove "Happy Eyeball dual stack connect" ... as it was just merged in commit 7d7df
|
Revision tags: curl-7_33_0, curl-7_32_0, curl-7_31_0 |
|
#
12d01cb6 |
| 15-Jun-2013 |
Daniel Stenberg |
CURLOPT_XFERINFOFUNCTION: introducing a new progress callback CURLOPT_XFERINFOFUNCTION is now the preferred progress callback function and CURLOPT_PROGRESSFUNCTION is considered deprecat
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.
show more ...
|
#
d23745f7 |
| 23-Jun-2013 |
Daniel Stenberg |
TODO: 1.8 Modified buffer size approach Thoughts around buffer sizes and what might be possible to do...
|
#
e305f5ec |
| 18-Jun-2013 |
Daniel Stenberg |
TODO: mention the DANE patch from March
|
#
5fc24a52 |
| 15-Jun-2013 |
Daniel Stenberg |
TODO: HTTP2/SPDY support
|
#
f4e3cae8 |
| 29-Apr-2013 |
Steve Holme |
TODO: Updated following the addition of CURLOPT_SASL_IR
|
#
4dc2d965 |
| 25-Apr-2013 |
Steve Holme |
TODO: Corrected copy/paste typo
|
#
70bbbccc |
| 25-Apr-2013 |
Steve Holme |
TODO: Added new ideas for future SMTP, POP3 and IMAP features
|
#
0dd470fc |
| 25-Apr-2013 |
Steve Holme |
TODO: Updated following the addition of ;auth=<MECH> support
|
Revision tags: curl-7_30_0 |
|
#
90110a9b |
| 18-Mar-2013 |
Steve Holme |
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
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.
show more ...
|
#
ff3444c3 |
| 16-Mar-2013 |
Steve Holme |
TODO: Corrected typo in TOC
|
#
5e2ef394 |
| 16-Mar-2013 |
Steve Holme |
TODO: Added IMAP section and removed unused Other protocols section
|
#
f660fc44 |
| 16-Mar-2013 |
Steve Holme |
TODO: Added graceful base64 decoding failure to SMTP and POP3
|
#
5d4e12bb |
| 16-Mar-2013 |
Steve Holme |
TODO: Corrected typo on section 10.2 heading
|
#
2ba5f4bf |
| 15-Mar-2013 |
Steve Holme |
TODO: Added section 10.2 Initial response to POP3 to do list
|
Revision tags: curl-7_29_0 |
|
#
c4312741 |
| 17-Jan-2013 |
Daniel Stenberg |
always-multi: always use non-blocking internals Remove internal separated behavior of the easy vs multi intercace. curl_easy_perform() is now using the multi interface itself. S
always-multi: always use non-blocking internals 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
show more ...
|