diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-02-03 18:34:16 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-02-04 23:01:38 +0100 |
commit | 20dcd195019a286b97e48ad7491e234dfee99ae1 (patch) | |
tree | ebdd5498f6d5580cf579bf21b2f52449230aec90 /docs/TODO | |
parent | 0515e49b6b2292fb84c7e12be450f946c1aaec64 (diff) |
URLs: follow GitHub project rename (also Travis CI)
Closes #632
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -239,7 +239,7 @@ would be the ones that link to 3rd party libs. That would allow us to avoid having to load ALL dependencies since only the necessary ones for this app/invoke/used protocols would be necessary to load. See - https://github.com/bagder/curl/issues/349 + https://github.com/curl/curl/issues/349 1.12 have form functions use CURL handle argument @@ -292,7 +292,7 @@ perhaps URL encoded byte values over 128 etc (basically do what the redirect following code already does). - https://github.com/bagder/curl/issues/514 + https://github.com/curl/curl/issues/514 2. libcurl - multi interface @@ -434,7 +434,7 @@ This is not detailed in any FTP specification. 5.6 Refuse "downgrade" redirects - See https://github.com/bagder/curl/issues/226 + See https://github.com/curl/curl/issues/226 Consider a way to tell curl to refuse to "downgrade" protocol with a redirect and/or possibly a bit that refuses redirect to change protocol completely. @@ -729,13 +729,13 @@ that doesn't exist on the server, just like --ftp-create-dirs. {partURL1:name1,partURL2:name2,partURL3:name3} where the name following the colon is the output name. - See https://github.com/bagder/curl/issues/221 + See https://github.com/curl/curl/issues/221 17.10 improve how curl works in a windows console window If you pull the scrollbar when transferring with curl in a Windows console window, the transfer is interrupted and can get disconnected. This can - probably be improved. See https://github.com/bagder/curl/issues/322 + probably be improved. See https://github.com/curl/curl/issues/322 18. Build |