summaryrefslogtreecommitdiff
path: root/ext/curl/multi.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #67643 (curl_multi_getcontent returns '' when ↵Jille Timmermans2014-11-301-2/+5
| | | | CURLOPT_RETURNTRANSFER isn't set)
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-131-0/+2
|\ | | | | | | | | * PHP-5.4: Fix #66562: Consistency bug where curl_multi_getcontent behaves different from curl_exec
| * Fix #66562: Consistency bug where curl_multi_getcontent behaves different ↵Freek2014-04-131-0/+2
| | | | | | | | | | | | | | from curl_exec curl_exec returns an empty string when data is received from a domain that returns zero content. curl_multi_getcontent returned null. Now it returns an empty string fixing the incosistency
| * 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
| | | | | | | | | | | | Previous implementation was using its own refcounting (uses field of the php_curl struct). zend_list_add/remove already implements its own refcount, so we don't need to use an other one.
* | Happy New YearXinchen Hui2013-01-011-1/+1
| |
* | Support for curl_strerror and curl_multi_strerrorPierrick Charron2012-12-231-1/+22
| | | | | | | | | | | | Add the support for both curl_strerror and curl_multi_strerror. Those function will return a string describing the error code passed in the argument errornum
* | Add curl_multi_setopt and clean curl_share_setoptPierrick Charron2012-12-231-0/+54
| | | | | | | | | | curl_multi_setopt is now available and supports CURLMOPT_PIPELINING and CURLMOPT_MAXCONNECTS
* | Merge branch 'PHP-5.4'Pierrick Charron2012-09-221-0/+3
|\ \ | |/ | | | | | | | | * PHP-5.4: Avoid calling select if maxfd returned by curl_multi_fdset is -1 Fixing NEWS file
| * Avoid calling select if maxfd returned by curl_multi_fdset is -1Pierrick Charron2012-09-221-0/+3
| | | | | | | | | | | | | | | | | | As per libcurl documentation : When libcurl returns -1 in max_fd, it is because libcurl currently does something that isn't possible for your application to monitor with a socket and unfortunately you can then not know exactly when the current action is completed using select().
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * Fixed issues when streams were closed before curl read/write from them, or ↵Hannes Magnusson2011-09-121-0/+24
| | | | | | | | | | | | | | | | cleaning Closing a original handle after copying it now no longer cleans up all resources (fixes missing CURLOPT_POSTFIELDS values among others)
| * - 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 ↵Hannes Magnusson2011-09-121-0/+24
| | | | | | | | | | | | | | | | cleaning Closing a original handle after copying it now no longer cleans up all resources (fixes missing CURLOPT_POSTFIELDS values among others)
* | - 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 ↵Antony Dovgal2006-04-131-5/+2
| | | | | | | the data length from cURL, so it's binary safe. fix leak appearing when re-using curl handle
* 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
| | | | | non-binary content should be \0'd.
* Readability++Ilia Alshanetsky2004-03-111-3/+3
|
* Fixed memory leak in the multi interface.Ilia Alshanetsky2004-03-111-3/+7
| | | | | | | Fixed proto of curl_multi_exec(). Fixed crash in curl resource attached to curl multi resource is manually freed via curl_close().
* 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
| | | | | | # Zend commit doesn't break anything, so I'm committing it. If anyone # has problems, just speak up. :)
* 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
|