#
e649432e |
| 14-Apr-2019 |
Daniel Stenberg |
CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse ... and disconnect too old ones instead of trying to reuse. Default max age is set to 118 seconds. Ref: #372
CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse ... and disconnect too old ones instead of trying to reuse. Default max age is set to 118 seconds. Ref: #3722 Closes #3782
show more ...
|
#
d69ffec9 |
| 16-Apr-2019 |
Jay Satiro |
TODO: Add issue link to an existing entry
|
#
538db66f |
| 13-Apr-2019 |
Jay Satiro |
tool_help: Warn if curl and libcurl versions do not match .. because functionality may be affected if the versions differ. This commit implements TODO 18.7 "warning if curl version
tool_help: Warn if curl and libcurl versions do not match .. because functionality may be affected if the versions differ. This commit implements TODO 18.7 "warning if curl version is not in sync with libcurl version". Ref: https://github.com/curl/curl/blob/curl-7_64_1/docs/TODO#L1028-L1033 Closes https://github.com/curl/curl/pull/3774
show more ...
|
#
7b758e98 |
| 03-Apr-2019 |
Tim Rühsen |
documentation: Fix several typos Closes #3724 Reviewed-by: Jakub Zakrzewski Reviewed-by: Daniel Gustafsson
|
Revision tags: curl-7_64_1 |
|
#
40181043 |
| 25-Mar-2019 |
Daniel Stenberg |
TODO: config file parsing Closes #3698
|
#
8bc5ceb2 |
| 20-Feb-2019 |
Daniel Stenberg |
TODO: Allow SAN names in HTTP/2 server push Suggested-by: Nicolas Grekas
|
#
d957b61d |
| 14-Feb-2019 |
Daniel Stenberg |
TODO: Upgrade to websockets Closes #3523
|
#
885eea10 |
| 14-Feb-2019 |
Daniel Stenberg |
TODO: cmake test suite improvements Closes #3109
|
#
a7c228ab |
| 13-Feb-2019 |
Daniel Stenberg |
TODO: TFO support on Windows Nobody works on this now. Closes #3378
|
Revision tags: curl-7_64_0 |
|
#
3de60741 |
| 29-Jan-2019 |
Jay Satiro |
TODO: WinSSL: 'Add option to disable client cert auto-send' By default WinSSL selects and send a client certificate automatically, but for privacy and consistency we should offer an opti
TODO: WinSSL: 'Add option to disable client cert auto-send' By default WinSSL selects and send a client certificate automatically, but for privacy and consistency we should offer an option to disable the default auto-send behavior. Reported-by: Jeroen Ooms Closes https://github.com/curl/curl/issues/2262
show more ...
|
#
9e651848 |
| 14-Dec-2018 |
Daniel Stenberg |
TODO: Windows: set attribute 'archive' for completed downloads Closes #3354
|
#
7a09b52c |
| 13-Dec-2018 |
Daniel Gustafsson |
cookies: leave secure cookies alone Only allow secure origins to be able to write cookies with the 'secure' flag set. This reduces the risk of non-secure origins to influence the sta
cookies: leave secure cookies alone Only allow secure origins to be able to write cookies with the 'secure' flag set. This reduces the risk of non-secure origins to influence the state of secure origins. This implements IETF Internet-Draft draft-ietf-httpbis-cookie-alone-01 which updates RFC6265. Closes #2956 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
Revision tags: curl-7_63_0 |
|
#
436b50f2 |
| 29-Nov-2018 |
Daniel Gustafsson |
TODO: remove CURLOPT_DNS_USE_GLOBAL_CACHE entry Commit 7c5837e79280e6abb3ae143dfc49bca5e74cdd11 deprecated the option making it a manual code-edit operation to turn it back on. The remov
TODO: remove CURLOPT_DNS_USE_GLOBAL_CACHE entry Commit 7c5837e79280e6abb3ae143dfc49bca5e74cdd11 deprecated the option making it a manual code-edit operation to turn it back on. The removal process has thus started and is now documented in docs/DEPRECATE.md so remove from the TODO to avoid anyone looking for something to pick up spend cycles on an already in-progress entry. Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
Revision tags: curl-7_62_0 |
|
#
e431daf0 |
| 08-Oct-2018 |
Frank Gevaerts |
curl: add %{stderr} and %{stdout} for --write-out Closes #3115
|
#
64f9d391 |
| 07-Nov-2018 |
Daniel Stenberg |
TODO: Have the URL API offer IDN decoding Similar to how URL decoding/encoding is done, we could have URL functions to convert IDN host names to punycode. Suggested-by: Alexey M
TODO: Have the URL API offer IDN decoding Similar to how URL decoding/encoding is done, we could have URL functions to convert IDN host names to punycode. Suggested-by: Alexey Melnichuk Closes #3232
show more ...
|
#
29c05ce9 |
| 05-Nov-2018 |
Daniel Stenberg |
TODO: 2.6 multi upkeep Closes #3199
|
#
6450a557 |
| 08-Oct-2018 |
Daniel Stenberg |
TODO: fixed 'API for URL parsing/splitting'
|
#
ff9d7f44 |
| 08-Oct-2018 |
Viktor Szakats |
spelling fixes [ci skip] as detected by codespell 1.14.0 Closes https://github.com/curl/curl/pull/3114 Reviewed-by: Marcel Raad <Marcel.Raad@teamviewer.com>
|
#
c1af9b76 |
| 07-Oct-2018 |
Daniel Gustafsson |
TODO: add LD_PRELOAD support on macOS Add DYLD_INSERT_LIBRARIES support to the TODO list. Reported in #2394.
|
#
f078361c |
| 22-Sep-2018 |
Viktor Szakats |
URL and mailmap updates, remove an obsolete directory [ci skip] Closes https://github.com/curl/curl/pull/3031
|
#
e968029b |
| 20-Sep-2018 |
Daniel Stenberg |
TODO: c-ares and CURLOPT_OPENSOCKETFUNCTION Removed DoH. Closes #2734
|
#
056cc37e |
| 19-Sep-2018 |
Daniel Gustafsson |
todo: Update reference to already done item TODO item 1.1 was implemented in commit 946ce5b61f, update reference to it with instead referencing the implemented option. Closes #3
todo: Update reference to already done item TODO item 1.1 was implemented in commit 946ce5b61f, update reference to it with instead referencing the implemented option. Closes #3013 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
#
683fed1a |
| 12-Sep-2018 |
Daniel Gustafsson |
TODO: fix typo in item Closes #2968 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
|
Revision tags: curl-7_61_1 |
|
#
39cb7130 |
| 15-Aug-2018 |
Daniel Stenberg |
TODO: host name sections in config files
|
#
1fb8048a |
| 28-Jul-2018 |
Daniel Stenberg |
TODO: Support Authority Information Access certificate extension (AIA) Closes #2793
|