summaryrefslogtreecommitdiff
path: root/ext/curl/interface.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Reduce (some more) compile noise of 'unused variable' and 'may be usedChristopher Jones2013-08-191-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-08-191-5/+9
|\
| * Track created curl_slist structs by option so they can be updated in situ.Adam Harvey2013-08-191-5/+9
* | - Fixed typo on conditionFelipe Pena2013-06-251-1/+1
* | Remove curl wrappersPierrick Charron2013-04-231-33/+0
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-041-2/+2
|\ \
| * | s ,CURL_WRAPPERS_ENABLE,CURL_WRAPPERS_ENABLED,Xinchen Hui2013-04-041-2/+2
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-031-0/+3
|\ \ \ | |/ /
| * | Add CURL_WRAPPERS_ENABLE constantXinchen Hui2013-04-031-0/+3
| |/
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | fix free vs. curl_freeAnatol Belski2013-02-171-2/+2
* | Implement fix for bug #46439 - add CURLFile class for safer uploadsStanislav Malyshev2013-01-281-44/+100
* | Improve resource management for curl handlePierrick Charron2013-01-051-9/+2
* | Remove passwd handler from struct when not neededPierrick Charron2013-01-011-0/+2
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Add new curl optionsPierrick Charron2012-12-281-0/+30
* | Merge branch 'PHP-5.4' into PHP-5.5Pierrick Charron2012-12-271-0/+3
|\ \ | |/
| * Fixed #63859 Memory leak when reusing curl-handlePierrick Charron2012-12-271-0/+3
* | New curl_pause() functionPierrick Charron2012-12-231-0/+39
* | Support for curl_strerror and curl_multi_strerrorPierrick Charron2012-12-231-1/+37
* | Add curl_multi_setopt and clean curl_share_setoptPierrick Charron2012-12-231-0/+14
* | Merge branch 'PHP-5.4' into PHP-5.5Pierrick Charron2012-12-221-0/+24
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-12-221-0/+24
| |\
| | * Fixed segfault due to libcurl connection cachingPierrick Charron2012-12-221-0/+24
* | | Merge branch 'PHP-5.4' into PHP-5.5Pierrick Charron2012-12-211-2/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-12-211-2/+8
| |\ \ | | |/
| | * CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST)Pierrick Charron2012-12-211-1/+10
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-211-4/+0
|\ \ \ | |/ /
| * | Unused variable copystrXinchen Hui2012-11-211-4/+0
| * | Notice if CURLOPT_SSL_VERIFYHOST is set to trueJohn Jawed (JJ)2012-10-251-1/+5
| * | Fixed bug #62912 (CURLINFO_PRIMARY_IP is not exposed)Pierrick Charron2012-08-241-3/+13
* | | Notice if CURLOPT_SSL_VERIFYHOST is set to trueJohn Jawed (JJ)2012-10-251-1/+4
* | | Add CURLOPT_READDATA which was removed by mistakePierrick Charron2012-09-221-0/+1
* | | - Fixed compiler warningsFelipe Pena2012-08-271-4/+4
* | | Fix bad version for CURLINFO_CERTINFOPierrick Charron2012-08-261-1/+3
* | | Add missing constants in cURLPierrick Charron2012-08-251-1/+4
* | | Update bad versions for cURL constantsPierrick Charron2012-08-241-13/+20
* | | Merge branch 'PHP-5.4'Pierrick Charron2012-08-161-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-08-161-2/+2
| |\ \ | | |/
| | * Fixed bug #62839Pierrick Charron2012-08-161-2/+2
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-07-091-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-091-1/+1
| |\ \ | | |/
| | * Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false)Xinchen Hui2012-07-091-1/+1
| | * Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)Xinchen Hui2012-05-061-1/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * Fixed bug #60439curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNC...Pierrick Charron2011-12-041-0/+7
| | * Fix memory leak when using libcurl < 7.17.0Pierrick Charron2011-11-221-22/+16
| | * Fix memory leakPierrick Charron2011-11-211-0/+12
| | * Fixed issues when streams were closed before curl read/write from them, or cl...Hannes Magnusson2011-09-121-26/+80