summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-04-01 08:24:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-04-01 08:24:23 +0000
commit6c6e4710b570eccdbae87fa9bd8df2f4940ac76d (patch)
tree09fbd6b8b0c96874d3ec123d467fee4b365f7355 /CHANGES
parent5e7164f87a7b65a4790b3b3e080664dabc8d50a4 (diff)
downloadcurl-6c6e4710b570eccdbae87fa9bd8df2f4940ac76d.tar.gz
Robert Iakobashvili made curl_multi_remove_handle() a lot faster when many
easy handles are added to a multi handle, by avoiding the looping over all the handles to find which one to remove.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e084e3abc..7d4cf8fa3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
Daniel S (1 April 2007)
+- Robert Iakobashvili made curl_multi_remove_handle() a lot faster when many
+ easy handles are added to a multi handle, by avoiding the looping over all
+ the handles to find which one to remove.
+
- Matt Kraai provided a patch that makes curl build on QNX 6 fine again.
Daniel S (31 March 2007)