summaryrefslogtreecommitdiff
path: root/ext/curl/multi.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fixed bug #34420 (Possible crash inside curl_multi_remove_handle()).Ilia Alshanetsky2005-09-081-2/+0
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #33475 (cURL handle is not closed on curl_close().Ilia Alshanetsky2005-06-261-0/+2
* fix wrong check from return value, binary content should not be \0'd,Sterling Hughes2004-09-101-1/+1
* Readability++Ilia Alshanetsky2004-03-111-3/+3
* Fixed memory leak in the multi interface.Ilia Alshanetsky2004-03-111-3/+7
* Fixed memory leak with curl_multi_init() de-initialization.Ilia Alshanetsky2004-03-091-1/+5
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* ZTS FixesEdin Kadribasic2003-06-191-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Added HAVE_CONFIG_H check so the phpize build method worksBrian France2003-04-051-0/+4
* forgot to commit this.Sterling Hughes2003-04-041-1/+1
* add the ability for curl_multi_info to introspect the handles.Sterling Hughes2003-04-021-1/+1
* WS & CS fixesfoobar2003-03-171-21/+26
* proto fixesHartmut Holzgraefe2003-03-171-2/+5
* (hope) fix some win32 build errorsfoobar2003-02-251-1/+14
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* remove C++ commentsSterling Hughes2002-11-141-3/+3
* curl_multi_info_read is unimplemented...Sterling Hughes2002-11-131-0/+3
* add multi support and reorganize things a bit...Sterling Hughes2002-11-131-0/+238