Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #67643 (curl_multi_getcontent returns '' when ↵ | Jille Timmermans | 2014-11-30 | 1 | -2/+5 |
| | | | | CURLOPT_RETURNTRANSFER isn't set) | ||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-04-13 | 1 | -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 ↵ | Freek | 2014-04-13 | 1 | -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 year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Improve resource management for curl handle | Pierrick Charron | 2013-01-05 | 1 | -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 Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | Support for curl_strerror and curl_multi_strerror | Pierrick Charron | 2012-12-23 | 1 | -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_setopt | Pierrick Charron | 2012-12-23 | 1 | -0/+54 |
| | | | | | | | | | | curl_multi_setopt is now available and supports CURLMOPT_PIPELINING and CURLMOPT_MAXCONNECTS | ||||
* | | Merge branch 'PHP-5.4' | Pierrick Charron | 2012-09-22 | 1 | -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 -1 | Pierrick Charron | 2012-09-22 | 1 | -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 Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed issues when streams were closed before curl read/write from them, or ↵ | Hannes Magnusson | 2011-09-12 | 1 | -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 Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Coding standards | Pierrick Charron | 2011-12-23 | 1 | -2/+2 |
| | | |||||
* | | Fixed issues when streams were closed before curl read/write from them, or ↵ | Hannes Magnusson | 2011-09-12 | 1 | -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 Pena | 2011-01-01 | 1 | -1/+1 |
|/ | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-12-04 | 1 | -4/+6 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Fix ZTS build. | Sebastian Bergmann | 2006-10-06 | 1 | -0/+1 |
| | |||||
* | MFH: decrement ch->uses (or destroy handle) when destroying multi handle | Antony Dovgal | 2006-10-05 | 1 | -1/+22 |
| | |||||
* | MFH: fix segfault in curl_multi_info_read() | Antony Dovgal | 2006-09-15 | 1 | -7/+7 |
| | |||||
* | Fixed bug #38693 (curl_multi_add_handle() set curl handle to null). | Ilia Alshanetsky | 2006-09-04 | 1 | -10/+11 |
| | |||||
* | MFH: arginfo, protos, vim folding | Hannes Magnusson | 2006-06-11 | 1 | -2/+3 |
| | |||||
* | MFH: Add implementation of curl_multi_info_read | Brian France | 2006-05-08 | 1 | -9/+56 |
| | |||||
* | fix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get ↵ | Antony Dovgal | 2006-04-13 | 1 | -5/+2 |
| | | | | | | | the data length from cURL, so it's binary safe. fix leak appearing when re-using curl handle | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: Fixed bug #34420 (Possible crash inside curl_multi_remove_handle()). | Ilia Alshanetsky | 2005-09-08 | 1 | -2/+0 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33475 (cURL handle is not closed on curl_close(). | Ilia Alshanetsky | 2005-06-26 | 1 | -0/+2 |
| | |||||
* | fix wrong check from return value, binary content should not be \0'd, | Sterling Hughes | 2004-09-10 | 1 | -1/+1 |
| | | | | | non-binary content should be \0'd. | ||||
* | Readability++ | Ilia Alshanetsky | 2004-03-11 | 1 | -3/+3 |
| | |||||
* | Fixed memory leak in the multi interface. | Ilia Alshanetsky | 2004-03-11 | 1 | -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 Alshanetsky | 2004-03-09 | 1 | -1/+5 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | ZTS Fixes | Edin Kadribasic | 2003-06-19 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Added HAVE_CONFIG_H check so the phpize build method works | Brian France | 2003-04-05 | 1 | -0/+4 |
| | |||||
* | forgot to commit this. | Sterling Hughes | 2003-04-04 | 1 | -1/+1 |
| | |||||
* | add the ability for curl_multi_info to introspect the handles. | Sterling Hughes | 2003-04-02 | 1 | -1/+1 |
| | | | | | | # Zend commit doesn't break anything, so I'm committing it. If anyone # has problems, just speak up. :) | ||||
* | WS & CS fixes | foobar | 2003-03-17 | 1 | -21/+26 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2003-03-17 | 1 | -2/+5 |
| | |||||
* | (hope) fix some win32 build errors | foobar | 2003-02-25 | 1 | -1/+14 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| |