summaryrefslogtreecommitdiff
path: root/ext/curl/interface.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-12-051-1/+1
|\
| * Revert unintentional docblock changeChris Christoff2014-12-051-1/+1
| * Fix bug #68089 - do not accept options with embedded \0Stanislav Malyshev2014-10-131-0/+6
| * Bump yearXinchen Hui2014-01-031-1/+1
| * Suppress compiler warning "warning: variable ‘length’ set but not used [-...Christopher Jones2013-08-211-2/+0
* | TLS 1.0, 1.1 and 1.2 Curl constants - bug #68247Rasmus Lerdorf2014-10-161-0/+6
* | Fix return code (merges are hard :( )Stanislav Malyshev2014-10-141-1/+1
* | Fix bug #68089 - do not accept options with embedded \0Stanislav Malyshev2014-10-141-0/+5
* | fix bug #64247 (CURLOPT_INFILE doesn't allow reset)Michael Wallner2014-04-301-19/+49
* | Fix compile error with theoretically supported versions of libcurl < 7.12.3.Adam Harvey2014-03-111-0/+2
* | don't compare constants on run timeAnatol Belski2014-02-281-1/+5
* | Allow NULL as value for CURLOPT_CUSTOMREQUEST option.datibbaw2014-02-281-100/+79
* | 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