From 76627b322e369c209c60863b9e1f05e3ce02953d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Apr 2007 16:34:08 +0000 Subject: - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a function that deprecates the curl_multi_socket() function. Using the new function the application tell libcurl what action that was found in the socket that it passes in. This gives a significant performance boost as it allows libcurl to avoid a call to poll()/select() for every call to curl_multi_socket*(). --- RELEASE-NOTES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index db4a21622..1a6239a15 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,7 +11,8 @@ Curl and libcurl 7.16.3 This release includes the following changes: - o + o Added curl_multi_socket_action() + o Deprecated curl_multi_socket() This release includes the following bugfixes: @@ -37,6 +38,6 @@ New curl mirrors: This release would not have looked like this without help, code, reports and advice from friends like these: - Song Ma, Dan Fandrich, Yang Tse, Jay Austin + Song Ma, Dan Fandrich, Yang Tse, Jay Austin, Robert Iakobashvil Thanks! (and sorry if I forgot to mention someone) -- cgit v1.2.3