summaryrefslogtreecommitdiff
path: root/ext/curl/multi.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2015-01-151-1/+1
* Fixed bug #67643 (curl_multi_getcontent returns '' when CURLOPT_RETURNTRANSFE...Jille Timmermans2014-11-301-2/+5
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-131-0/+2
|\
| * Fix #66562: Consistency bug where curl_multi_getcontent behaves different fro...Freek2014-04-131-0/+2
| * Bump yearXinchen Hui2014-01-031-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Improve resource management for curl handlePierrick Charron2013-01-051-9/+4
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Support for curl_strerror and curl_multi_strerrorPierrick Charron2012-12-231-1/+22
* | Add curl_multi_setopt and clean curl_share_setoptPierrick Charron2012-12-231-0/+54
* | Merge branch 'PHP-5.4'Pierrick Charron2012-09-221-0/+3
|\ \ | |/
| * Avoid calling select if maxfd returned by curl_multi_fdset is -1Pierrick Charron2012-09-221-0/+3
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed issues when streams were closed before curl read/write from them, or cl...Hannes Magnusson2011-09-121-0/+24
| * - Year++Felipe Pena2011-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Coding standardsPierrick Charron2011-12-231-2/+2
* | Fixed issues when streams were closed before curl read/write from them, or cl...Hannes Magnusson2011-09-121-0/+24
* | - Year++Felipe Pena2011-01-011-1/+1
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFHAntony Dovgal2007-12-041-4/+6
* 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