diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-04-25 23:24:05 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-04-25 23:24:05 +0200 |
commit | 79dc74e84de3e239f2c7e2e03317ad2bcf679ab7 (patch) | |
tree | 011f3ea8d53daec3a02621f75b8fd80e6b3ea9ba /CHANGES | |
parent | 6be508dcc2097e1c659293b5a79b868c08da1711 (diff) | |
download | curl-79dc74e84de3e239f2c7e2e03317ad2bcf679ab7.tar.gz |
new configure option --enable-threaded-resolver
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel Stenberg (25 Apr 2010) +- Based on work by Kamil Dudka, I've introduced the new configure option + --enable-threaded-resolver. When used, the configure script will check for + pthreads and if around, it will build libcurl to use pthreads to do name + resolving in a threaded manner. Note that this is just a fix to offer an + option that can enable the code that already included. The threader resolver + code was mostly added on Jan 26 2010. + Daniel Stenberg (24 Apr 2010) - Alex Bligh introduced the --proto and -proto-redir options that limit what protocols curl accepts for the requests and when following redirects. |