Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl ↵ | Felipe Pena | 2010-03-10 | 1 | -1/+1 |
| | | | | | | | version 7.10.1) patch by: aron dot ujvari at microsec dot hu | ||||
* | Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when ↵ | Ilia Alshanetsky | 2010-03-02 | 1 | -0/+5 |
| | | | | an invalid option is provided) | ||||
* | - Fixed bug #50756 (CURLOPT_FTP_SKIP_PASV_IP does not exist.) | Sriram Natarajan | 2010-01-23 | 1 | -0/+3 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #49921 (Curl post upload functions changed). | Ilia Alshanetsky | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after ↵ | Ilia Alshanetsky | 2009-09-30 | 1 | -3/+28 |
| | | | | fclose). | ||||
* | - Fixed bug #49571 (CURLOPT_POSTREDIR not implemented). | Sriram Natarajan | 2009-09-24 | 1 | -0/+10 |
| | |||||
* | - Fixed bug #49531 (CURLOPT_INFILESIZE sometimes causes warning ↵ | Felipe Pena | 2009-09-23 | 1 | -1/+2 |
| | | | | "CURLPROTO_FILE cannot be set ...") | ||||
* | Fixed compiler warning | Ilia Alshanetsky | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | Fixed build with older version of libcurl | Ilia Alshanetsky | 2009-09-22 | 1 | -6/+6 |
| | |||||
* | - Fixed ZTS build | Felipe Pena | 2009-09-16 | 1 | -5/+3 |
| | |||||
* | - #49253, add support for libcurl's CERTINFO option | Pierre Joye | 2009-09-15 | 1 | -0/+114 |
| | |||||
* | - fix #49372, segfault in php_curl_option_url | Pierre Joye | 2009-08-26 | 1 | -1/+1 |
| | |||||
* | - Fix ZTS build | Felipe Pena | 2009-07-26 | 1 | -1/+1 |
| | |||||
* | The test for bug #46739 doesn't actually need the remote | Rasmus Lerdorf | 2009-07-26 | 1 | -3/+3 |
| | | | | | | | | responder, so get rid of the skipif in PHP 5, and it was broken in PHP 6 because the keys in the curl_info array were not unicode. All internally-generated arrays should have unicode keys. | ||||
* | - Fixed bug #48637 ("file" wrapper is overwritten when using ↵ | Jani Taskinen | 2009-07-25 | 1 | -1/+12 |
| | | | | | | | --with-curlwrappers) # Also fixes bug #48603, basically same issue. | ||||
* | - Making Valgrind happy | Felipe Pena | 2009-07-25 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()). | Sriram Natarajan | 2009-07-21 | 1 | -2/+21 |
| | |||||
* | Fixed bug #48962 (cURL does not upload files with specified filename). | Ilia Alshanetsky | 2009-07-21 | 1 | -14/+14 |
| | |||||
* | - Removed unnecessary strlen() call and if statement. | Felipe Pena | 2009-07-19 | 1 | -4/+1 |
| | |||||
* | - Fixed bug #48893 (Problems compiling with Curl) | Felipe Pena | 2009-07-17 | 1 | -0/+3 |
| | |||||
* | MFB: Fixed bug #48733 (CURLOPT_WRITEHEADER|CURLOPT_FILE|CURLOPT_STDERR warns | Ilia Alshanetsky | 2009-07-02 | 1 | -3/+3 |
| | | | | | on files that have been opened with r+). | ||||
* | - fix regression introduced by the fix for #48518 (Ilia, Rasmus) | Pierre Joye | 2009-06-27 | 1 | -0/+8 |
| | |||||
* | MFB: 48518 | Ilia Alshanetsky | 2009-06-15 | 1 | -4/+1 |
| | |||||
* | - Fixed bug #48514 (cURL extension uses same resource name for simple and ↵ | Felipe Pena | 2009-06-12 | 1 | -1/+1 |
| | | | | multi APIs) | ||||
* | fix bug #48518 (curl crashes when writing into invalid file handle) | Antony Dovgal | 2009-06-11 | 1 | -0/+2 |
| | |||||
* | fix arginfo for curl_multi_info_read() | Antony Dovgal | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | fix build | Antony Dovgal | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | - Fix build for winblows | Jani Taskinen | 2009-05-28 | 1 | -7/+7 |
| | |||||
* | - Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file) | Jani Taskinen | 2009-05-26 | 1 | -2/+24 |
| | |||||
* | MFB: Fixed bug #48207 (CURLOPT_(FILE|WRITEHEADER options do not error out | Ilia Alshanetsky | 2009-05-21 | 1 | -4/+16 |
| | | | | | when working with a non-writable stream) | ||||
* | fix segfault | Antony Dovgal | 2009-05-20 | 1 | -1/+2 |
| | |||||
* | Fixed compiler warnings | Kalle Sommer Nielsen | 2009-05-19 | 1 | -5/+5 |
| | | | | | | # Is it intended that curl_progress should cast to long rather than keeping the # double? Or doesn't it matter? | ||||
* | - fix CS, merged one parameter parsing patch missing from HEAD | Jani Taskinen | 2009-05-18 | 1 | -19/+16 |
| | |||||
* | - Fix CS | Jani Taskinen | 2009-05-18 | 1 | -28/+24 |
| | |||||
* | - sync with 5.3 | Pierre Joye | 2009-05-18 | 1 | -3/+2 |
| | |||||
* | - return NULL on invalid args | Pierre Joye | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | - WS | Pierre Joye | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | - MFB: - disable file:// when open_basedir are enabled | Pierre Joye | 2009-05-18 | 1 | -44/+82 |
| | |||||
* | Add missing #ifdef for curl version that does not have FTP_FILEMETHOD or ↵ | Brian Shire | 2009-05-08 | 1 | -0/+6 |
| | | | | IPRESOLVE options. related to fix for bug #39637 | ||||
* | - [DOC] a note about the symbol -> version page/doc | Pierre Joye | 2009-05-04 | 1 | -0/+5 |
| | |||||
* | - [DOC] #39637, add CURLOPT_FTP_FILEMETHOD which accepts ↵ | Pierre Joye | 2009-05-04 | 1 | -0/+8 |
| | | | | CURLFTPMETHOD_MULTICWD, CURLFTPMETHOD_NOCWD and CURLFTPMETHOD_SINGLECWD | ||||
* | - [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts ↵ | Pierre Joye | 2009-05-04 | 1 | -0/+5 |
| | | | | CURL_IPRESOLVE_WHATEVER, CURL_IPRESOLVE_V4 or CURL_IPRESOLVE_V6 | ||||
* | - #47966, cannot access curl info array without binary | Pierre Joye | 2009-05-03 | 1 | -1/+1 |
| | | | | | To check: why add_assoc_ascii_string_ex fails while add_assoc_ascii_string works | ||||
* | - ws/cs | Pierre Joye | 2009-05-03 | 1 | -80/+80 |
| | |||||
* | - c/p error | Pierre Joye | 2009-05-03 | 1 | -1/+1 |
| | |||||
* | - [DOC] #41712, implement progress callback | Pierre Joye | 2009-05-03 | 1 | -0/+95 |
| | | | | | - add constants CURLOPT_NOPROGRESS and CURLOPT_PROGRESSFUNCTION | ||||
* | - Fixed bug #47616 (curl keeps crashing) | Felipe Pena | 2009-03-16 | 1 | -0/+1 |
| | |||||
* | add new CURL options | Stanislav Malyshev | 2009-03-13 | 1 | -0/+22 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| |