summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-10-08 20:45:02 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-10-08 20:45:02 +0200
commit67bb7926edb062aac9fa844e02026ea7210dfa9d (patch)
treef02bdf7a676fbe2642556f4cb34577438ddc2960
parent63791638779778d390f9722a1b47c76f5321741b (diff)
downloadcurl-67bb7926edb062aac9fa844e02026ea7210dfa9d.tar.gz
TODO: Consult %APPDATA% also for .netrc
Closes #4016
-rw-r--r--docs/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 6d30d26a4..199cc84a0 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -18,6 +18,7 @@
1. libcurl
1.1 TFO support on Windows
+ 1.2 Consult %APPDATA% also for .netrc
1.3 struct lifreq
1.5 get rid of PATH_MAX
1.7 Support HTTP/2 for HTTP(S) proxies
@@ -181,6 +182,12 @@
See https://github.com/curl/curl/pull/3378
+1.2 Consult %APPDATA% also for .netrc
+
+ %APPDATA%\.netrc is not considered when running on Windows. Shouldn't it?
+
+ See https://github.com/curl/curl/issues/4016
+
1.3 struct lifreq
Use 'struct lifreq' and SIOCGLIFADDR instead of 'struct ifreq' and