summaryrefslogtreecommitdiff
path: root/ext/curl/multi.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fix ZTS build.Sebastian Bergmann2006-10-061-0/+1
* MFH: decrement ch->uses (or destroy handle) when destroying multi handleAntony Dovgal2006-10-051-1/+22
* MFH: fix segfault in curl_multi_info_read()Antony Dovgal2006-09-151-7/+7
* Fixed bug #38693 (curl_multi_add_handle() set curl handle to null).Ilia Alshanetsky2006-09-041-10/+11
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-2/+3
* MFH: Add implementation of curl_multi_info_readBrian France2006-05-081-9/+56
* fix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get t...Antony Dovgal2006-04-131-5/+2
* bump year and license versionfoobar2006-01-011-3/+3
* 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