summaryrefslogtreecommitdiff
path: root/ext/curl/interface.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed #63859 Memory leak when reusing curl-handlePierrick Charron2012-12-271-0/+3
* 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.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
* | 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
* | 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.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
| * Fixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before ca...Hannes Magnusson2011-09-081-0/+20
| * - Fix #55301 (curl part) check if malloc succededPierre Joye2011-07-281-0/+3
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LAR...Pierrick Charron2011-04-291-0/+12
| * - add CURLINFO_REDIRECT_URLPierre Joye2011-04-011-1/+33
| * - Year++Felipe Pena2011-01-011-1/+1
| * Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).Ilia Alshanetsky2010-11-301-14/+15
| * Fixed bug #52828 (curl_setopt does not accept persistent streams).Ilia Alshanetsky2010-11-291-1/+1
| * Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)).Adam Harvey2010-09-141-1/+0
| * - Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleadingPierre Joye2010-04-221-1/+1
| * fix buildAntony Dovgal2010-04-201-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/+8
* | Fix memory leakPierrick Charron2011-11-211-0/+12
* | Add a test and declare the local vars locallyRasmus Lerdorf2011-09-231-4/+5
* | Fix for bug #55767Rasmus Lerdorf2011-09-231-0/+5
* | Fixed issues when streams were closed before curl read/write from them, or cl...Hannes Magnusson2011-09-121-26/+80
* | Fixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before ca...Hannes Magnusson2011-09-081-0/+20
* | - Fix #55301 (curl part) check if malloc succededPierre Joye2011-07-281-0/+3
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - add CURLINFO_REDIRECT_URLPierre Joye2011-04-011-1/+14
* | - [doc] add ini option to set the default cainfo file, in case none was set a...Pierre Joye2011-04-011-0/+17
* | - Year++Felipe Pena2011-01-011-1/+1
* | Add more constants to curl_getinfo(), dependent on cURL version installed so ...Scott MacVicar2010-12-101-0/+27
* | Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).Ilia Alshanetsky2010-11-301-14/+15
* | Fixed bug #52828 (curl_setopt does not accept persistent streams).Ilia Alshanetsky2010-11-291-1/+1
* | Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)).Adam Harvey2010-09-141-1/+0
* | Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE.Pierrick Charron2010-05-141-0/+12