#
ad641698 |
| 10-May-2020 |
Peter Wu |
CMake: fix runtests.pl with CMake, add new test targets * runtests.pl: - Fix out-of-tree build under CMake when srcdir is not set. Default srcdir to the location of runte
CMake: fix runtests.pl with CMake, add new test targets * runtests.pl: - Fix out-of-tree build under CMake when srcdir is not set. Default srcdir to the location of runtests.pl. - Add a hack to allow CMake to use the TFLAGS option as documented in tests/README and used in scripts/travis/script.sh. * Bump CMake version to 3.2 for USES_TERMINAL, dropping Debian Jessie support (no one should care, it is already EOL.). * Remove CTest since it defines its own 'test' target with no tests since all unittests are already broken and not built by default. * Add new test targets based on the options from Makefile.am. Since new test targets are rarely added, I opted for duplicating the runtests.pl options as opposed to creating a new Makefile.inc file. Use top-level target names (test-x) instead of x-test since that is used by CI and others. Closes #5358
show more ...
|
#
8329775a |
| 08-May-2020 |
Marc Hoersken |
TODO: update regarding missing Schannel features Some aspects have already been implemented over the years. 15.1 Client certificates are now supported: - System stores via
TODO: update regarding missing Schannel features Some aspects have already been implemented over the years. 15.1 Client certificates are now supported: - System stores via e35b0256eb34f1fe562e3e2a2615beb50a391c52 - PKCS#12 files via 0fdf96512613574591f501d63fe49495ba40e1d5 15.2 Ciphers can now be specified through: - Algorithms via 9aefbff30d280c60fc9d8cc3e0b2f19fc70a2f28 Reviewed-by: Daniel Stenberg and Marcel Raad Closes #5358
show more ...
|
#
76b9e8de |
| 08-May-2020 |
Daniel Stenberg |
TODO: native IDN support on macOS
|
Revision tags: curl-7_70_0 |
|
#
42e18528 |
| 11-Apr-2020 |
Jay Satiro |
KNOWN_BUGS: Add entry 'Blocking socket operations' - Add threaded resolver cleanup and GSSAPI for FTP to the TODO list of known blocking operations. - New known bugs entry 'Bl
KNOWN_BUGS: Add entry 'Blocking socket operations' - Add threaded resolver cleanup and GSSAPI for FTP to the TODO list of known blocking operations. - New known bugs entry 'Blocking socket operations in non-blocking API' that directs to the TODO's list of known blocking operations. Ref: https://github.com/curl/curl/pull/5214#issuecomment-612488021 Reported-by: Marc Hoersken Closes https://github.com/curl/curl/pull/5216
show more ...
|
#
89098651 |
| 14-Apr-2020 |
Daniel Stenberg |
TODO: Consider convenience options for JSON and XML? Closes #5203
|
#
920dfacb |
| 05-Apr-2020 |
Daniel Stenberg |
TODO: Option to make -Z merge lined based outputs on stdout Closes #5175
|
#
37b6cc2f |
| 28-Mar-2020 |
Daniel Stenberg |
TODO: Set custom client ip when using haproxy protocol Closes #5125
|
#
4b355dd1 |
| 22-Mar-2020 |
Daniel Stenberg |
TODO: Use "random" ports for the test servers
|
#
51fde337 |
| 15-Mar-2020 |
Daniel Stenberg |
TODO: TLS-PSK with OpenSSL Closes #5081
|
Revision tags: curl-7_69_1, curl-7_69_0 |
|
#
0e06c163 |
| 28-Feb-2020 |
Daniel Stenberg |
TODO: curl --proxycommand Suggested-by: Kristian Mide Closes #4941
|
#
4a4b63da |
| 14-Feb-2020 |
Daniel Stenberg |
socks: make the connect phase non-blocking Removes two entries from KNOWN_BUGS. Closes #4907
|
#
b26c92fb |
| 14-Feb-2020 |
Daniel Stenberg |
TODO: Paged searches on LDAP server Closes #4452
|
#
95d628e1 |
| 14-Feb-2020 |
Daniel Stenberg |
TODO: CURLOPT_SSL_CTX_FUNCTION for LDAPS Closes #4108
|
Revision tags: curl-7_68_0 |
|
#
1ff63fa6 |
| 28-Nov-2019 |
Daniel Gustafsson |
docs: fix typos
|
#
f3c35e37 |
| 17-Nov-2019 |
Gergely Nagy |
multi: add curl_multi_wakeup() This commit adds curl_multi_wakeup() which was previously in the TODO list under the curl_multi_unblock name. On some platforms and with some conf
multi: add curl_multi_wakeup() This commit adds curl_multi_wakeup() which was previously in the TODO list under the curl_multi_unblock name. On some platforms and with some configurations this feature might not be available or can fail, in these cases a new error code (CURLM_WAKEUP_FAILURE) is returned from curl_multi_wakeup(). Fixes #4418 Closes #4608
show more ...
|
#
cba52e2c |
| 08-Nov-2019 |
Daniel Stenberg |
TODO: curl_multi_unblock Closes #4418
|
#
d04ee4c8 |
| 08-Nov-2019 |
Daniel Stenberg |
TODO: Run web-platform-tests url tests Closes #4477
|
#
1464abf7 |
| 08-Nov-2019 |
Daniel Stenberg |
TODO: 1.4 alt-svc sharing Closes #4476
|
Revision tags: curl-7_67_0 |
|
#
07e98784 |
| 13-Oct-2019 |
Daniel Stenberg |
TODO: Handle growing SFTP files Closes #4344
|
#
67bb7926 |
| 08-Oct-2019 |
Daniel Stenberg |
TODO: Consult %APPDATA% also for .netrc Closes #4016
|
Revision tags: curl-7_66_0 |
|
#
0f37c8df |
| 05-Sep-2019 |
Daniel Stenberg |
KNOWN_BUGS/TODO: cleanup and remove outdated issues
|
#
7c31a898 |
| 16-Aug-2019 |
Daniel Stenberg |
TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3 HTTP3 is now already in full progress Downgrade redirects can be achived almost exactly like that by setting CURLOPT
TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3 HTTP3 is now already in full progress Downgrade redirects can be achived almost exactly like that by setting CURLOPT_REDIR_PROTOCOLS.
show more ...
|
Revision tags: curl-7_65_3, curl-7_65_2 |
|
#
8c88e8e6 |
| 03-Jun-2019 |
Daniel Stenberg |
TODO: "at least N milliseconds between requests" [ci skip] Suggested-by: dkwolfe4 on github Closes #3920
|
Revision tags: curl-7_65_1, curl-7_65_0 |
|
#
2d0e9b40 |
| 03-May-2019 |
Daniel Stenberg |
urlapi: add CURLUPART_ZONEID to set and get The zoneid can be used with IPv6 numerical addresses. Updated test 1560 to verify. Closes #3834
|
#
bdb2dbc1 |
| 30-Apr-2019 |
Daniel Stenberg |
urlapi: strip off scope id from numerical IPv6 addresses ... to make the host name "usable". Store the scope id and put it back when extracting a URL out of it. Also makes curl_
urlapi: strip off scope id from numerical IPv6 addresses ... to make the host name "usable". Store the scope id and put it back when extracting a URL out of it. Also makes curl_url_set() syntax check CURLUPART_HOST. Fixes #3817 Closes #3822
show more ...
|