mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 22:15:13 -05:00
Revert "TODO: remove configure --disable-pthreads"
This reverts commit d5d683a97f
.
--disable-pthreads can be used to disable pthreads and get the threaded
resolver to use the windows threading when building with mingw.
This commit is contained in:
parent
1621aed9be
commit
d29c455d8c
17
docs/TODO
17
docs/TODO
@ -110,6 +110,7 @@
|
|||||||
13.4 Cache/share OpenSSL contexts
|
13.4 Cache/share OpenSSL contexts
|
||||||
13.5 Export session ids
|
13.5 Export session ids
|
||||||
13.6 Provide callback for cert verification
|
13.6 Provide callback for cert verification
|
||||||
|
13.7 improve configure --with-ssl
|
||||||
13.8 Support DANE
|
13.8 Support DANE
|
||||||
13.11 Support intermediate & root pinning for PINNEDPUBLICKEY
|
13.11 Support intermediate & root pinning for PINNEDPUBLICKEY
|
||||||
13.12 Support HSTS
|
13.12 Support HSTS
|
||||||
@ -159,8 +160,6 @@
|
|||||||
19. Build
|
19. Build
|
||||||
19.1 roffit
|
19.1 roffit
|
||||||
19.2 Enable PIE and RELRO by default
|
19.2 Enable PIE and RELRO by default
|
||||||
19.3 improve configure --with-ssl
|
|
||||||
19.4 remove configure --disable-pthreads
|
|
||||||
|
|
||||||
20. Test suite
|
20. Test suite
|
||||||
20.1 SSL tunnel
|
20.1 SSL tunnel
|
||||||
@ -753,6 +752,11 @@ that doesn't exist on the server, just like --ftp-create-dirs.
|
|||||||
certificate, but this doesn't seem to be exposed in the libcurl APIs. Could
|
certificate, but this doesn't seem to be exposed in the libcurl APIs. Could
|
||||||
it be? There's so much that could be done if it were!
|
it be? There's so much that could be done if it were!
|
||||||
|
|
||||||
|
13.7 improve configure --with-ssl
|
||||||
|
|
||||||
|
make the configure --with-ssl option first check for OpenSSL, then GnuTLS,
|
||||||
|
then NSS...
|
||||||
|
|
||||||
13.8 Support DANE
|
13.8 Support DANE
|
||||||
|
|
||||||
DNS-Based Authentication of Named Entities (DANE) is a way to provide SSL
|
DNS-Based Authentication of Named Entities (DANE) is a way to provide SSL
|
||||||
@ -1093,15 +1097,6 @@ that doesn't exist on the server, just like --ftp-create-dirs.
|
|||||||
to no impact, neither on the performance nor on the general functionality of
|
to no impact, neither on the performance nor on the general functionality of
|
||||||
curl.
|
curl.
|
||||||
|
|
||||||
19.3 improve configure --with-ssl
|
|
||||||
|
|
||||||
make the configure --with-ssl option first check for OpenSSL, then GnuTLS,
|
|
||||||
then NSS...
|
|
||||||
|
|
||||||
19.4 remove configure --disable-pthreads
|
|
||||||
|
|
||||||
That option that work. We have --disable-threaded-resolver already that works
|
|
||||||
and is more specific and preferable.
|
|
||||||
|
|
||||||
20. Test suite
|
20. Test suite
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user