summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-07-30 22:44:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-07-30 22:44:07 +0000
commit01b2cf82ec9495f36976710af0015d4cf7f529cd (patch)
treef9d3cb9e0bb77da8796d9a8b66b97c37564cae68 /CHANGES
parentc033c4c71c44a29a043941c83688e2042dcd6660 (diff)
downloadcurl-01b2cf82ec9495f36976710af0015d4cf7f529cd.tar.gz
curl_multi_socket() and curl_multi_socket_all() got modified prototypes: they
both now provide the number of running handles back to the calling function.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3fcac9b36..66a810baf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,17 @@
Changelog
+Daniel (31 July 2006)
+- *ARLERT* curl_multi_socket() and curl_multi_socket_all() got modified
+ prototypes: they both now provide the number of running handles back to the
+ calling function. It makes the functions resemble the good old
+ curl_multi_perform() more and provides a nice way to know when the multi
+ handle goes empty.
+
+ ALERT2: don't use the curl_multi_socket*() functionality in anything
+ production-like until I say it's somewhat settled, as I suspect there might
+ be some further API changes before I'm done...
+
Daniel (28 July 2006)
- Yves Lejeune fixed so that replacing Content-Type: when doing multipart
formposts work exactly the way you want it (and the way you'd assume it