summaryrefslogtreecommitdiff
path: root/ext/curl/multi.c
Commit message (Expand)AuthorAgeFilesLines
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Merge branch 'PHP-7.3'Nikita Popov2019-01-181-0/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-181-0/+1
| |\
| | * Fixed bug #76675Pedro Magalhães2019-01-181-0/+1
* | | Implement typed propertiesNikita Popov2019-01-111-6/+5
* | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-5/+2
|/ /
* | Merge branch 'PHP-7.2' into PHP-7.3Pierrick Charron2018-09-171-1/+17
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Pierrick Charron2018-09-171-1/+17
| |\
| | * Fix 76480: Use curl_multi_wait() so that timeouts are respectedPierrick Charron2018-09-171-1/+17
| | * Fix potential memory leak in curl extensionThomas Punt2018-04-291-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | Use zval_ptr_dtor_nogc() instead of zval_dtor() inplaces where circular-refer...Dmitry Stogov2018-07-051-1/+1
* | | Use int instead of long in protosGabriel Caruso2018-02-231-1/+1
* | | Bump libcurl requirement to 7.15.5Nikita Popov2018-02-031-2/+0
* | | remove false dupXinchen Hui2018-01-081-10/+5
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Bump libcurl requirement to 7.12.1Nikita Popov2017-12-191-2/+0
|/ /
* | Fixed wrong usage of old ZPP API.Dmitry Stogov2017-06-191-1/+1
* | Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-6/+6
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Migrate curl to new parameters APISara Golemon2016-12-281-30/+39
|/
* Implement curl server pushDavey Shafik2016-06-271-0/+106
* Refactor easy handle lookupDavey Shafik2016-06-271-29/+38
* Add curl_multi/share_errno() curl_share_strerror()Pierrick Charron2016-06-261-6/+40
* Expose some of the new curl constants to PHP userspacePierrick Charron2016-04-291-0/+7
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
| * Fixed bug #67643 (curl_multi_getcontent returns '' when CURLOPT_RETURNTRANSFE...Jille Timmermans2014-11-301-2/+5
* | Fixed Bug #69998 curl multi leaking memoryPierrick Charron2015-08-011-2/+2
* | Sorry, missed here should be checkedXinchen Hui2015-05-081-2/+3
* | revert previously change to thisXinchen Hui2015-05-081-1/+2
* | use zval_get_longXinchen Hui2015-05-061-4/+2
* | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* | Cleanup resource handling APIsXinchen Hui2015-02-021-20/+44
* | Revert "Revert "Fixed warning "(null)(): supplied resource is not a valid cUR...Xinchen Hui2015-02-021-3/+9
* | Revert "Fixed warning "(null)(): supplied resource is not a valid cURL handle...Xinchen Hui2015-01-301-9/+3
* | Fixed warning "(null)(): supplied resource is not a valid cURL handle resourc...Xinchen Hui2015-01-301-3/+9
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-10/+10
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-18/+17
* | Merge branch 'pull-request/728'Stanislav Malyshev2014-11-301-2/+5
|\ \
| * | Fixed bug #67643 (curl_multi_getcontent returns '' when CURLOPT_RETURNTRANSFE...Jille Timmermans2014-07-171-2/+5
| |/
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | master renames phase 1Anatol Belski2014-08-251-17/+17
* | ported ext/curlAnatol Belski2014-08-191-7/+7