summaryrefslogtreecommitdiff
path: root/ext/curl/multi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-181-0/+5
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-181-0/+5
| |\
| | * Fixed bug #77946Abyr Valg2019-07-181-0/+5
* | | Merge branch 'PHP-7.3' into PHP-7.4Rasmus Lerdorf2019-05-211-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Rasmus Lerdorf2019-05-211-1/+1
| |\ \ | | |/
| | * Fix precedence issue causing sub-second timeouts to be 0 inRasmus Lerdorf2019-05-211-1/+1
* | | Deprecate CURLPIPE_HTTP1Christoph M. Becker2019-05-071-1/+12
* | | Fix commentChristoph M. Becker2019-05-031-1/+1
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-151-5/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-151-5/+1
| |\ \ | | |/
| | * Don't immediately destroy curl pushfunctionNikita Popov2019-03-151-5/+1
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | 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