]> granicus.if.org Git - curl/commit
- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a
authorDaniel Stenberg <daniel@haxx.se>
Mon, 16 Apr 2007 16:34:08 +0000 (16:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Apr 2007 16:34:08 +0000 (16:34 +0000)
commit76627b322e369c209c60863b9e1f05e3ce02953d
tree74658f06175743e0518963b8e5ed9e37eae3f1c5
parent827228bd69f8dd17824ae878d6211809b193eaff
- 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*().
CHANGES
RELEASE-NOTES
docs/libcurl/curl_multi_socket.3
include/curl/multi.h
lib/connect.c
lib/multi.c
lib/select.c
lib/select.h
lib/socks.c
lib/transfer.c
lib/urldata.h