Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Fixes to work on Windows as well as Linux | Zoe Slattery | 2009-06-01 | 2 | -2/+2 | |
| | ||||||
* | better fix | Zoe Slattery | 2009-05-29 | 1 | -1/+1 | |
| | ||||||
* | fixing to work with older levels of libcurl | Zoe Slattery | 2009-05-29 | 1 | -1/+4 | |
| | ||||||
* | fix build | Antony Dovgal | 2009-05-28 | 1 | -1/+1 | |
| | ||||||
* | - Fix build for winblows | Jani Taskinen | 2009-05-28 | 2 | -8/+8 | |
| | ||||||
* | - Test for bug #48203 | Jani Taskinen | 2009-05-26 | 1 | -0/+24 | |
| | ||||||
* | - Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file) | Jani Taskinen | 2009-05-26 | 2 | -2/+25 | |
| | ||||||
* | - Nuke duplicate tests | Jani Taskinen | 2009-05-26 | 6 | -239/+0 | |
| | ||||||
* | 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 | 2 | -6/+6 | |
| | | | | | | # Is it intended that curl_progress should cast to long rather than keeping the # double? Or doesn't it matter? | |||||
* | - Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if the ↵ | Jani Taskinen | 2009-05-19 | 1 | -2/+2 | |
| | | | | size is unknown | |||||
* | - 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 | |
| | ||||||
* | - Added changes from testfest ParisUG && Changed line endings | Felipe Pena | 2009-05-16 | 1 | -1/+13 | |
| | ||||||
* | - New tests (testfest ParisUG) | Felipe Pena | 2009-05-16 | 21 | -0/+776 | |
| | ||||||
* | 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 | |||||
* | - Fixed bug #45092 (header HTTP context option not being used with ↵ | Jani Taskinen | 2009-05-05 | 1 | -12/+39 | |
| | | | | | | | | --with-curlwrappers) [DOC] Synced regular and cURL http wrapper "header" option to accept [DOC] either string or array. | |||||
* | - [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 | 2 | -0/+102 | |
| | | | | | - add constants CURLOPT_NOPROGRESS and CURLOPT_PROGRESSFUNCTION | |||||
* | - Fixed bug #48132 (configure fails to test curl ssl support if ↵ | Jani Taskinen | 2009-05-02 | 1 | -57/+62 | |
| | | | | --disable-rpath is set) | |||||
* | - Add missing test | Jani Taskinen | 2009-04-30 | 2 | -0/+29 | |
| | ||||||
* | - simplify and use PHP_CURL | Pierre Joye | 2009-04-24 | 1 | -2/+2 | |
| | ||||||
* | - c/p error | Pierre Joye | 2009-04-23 | 1 | -2/+2 | |
| | ||||||
* | - 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 | 4 | -4/+4 | |
| | ||||||
* | MFB: Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs | Ilia Alshanetsky | 2009-02-23 | 1 | -2/+4 | |
| | | | | | under heavy load) | |||||
* | MFB: Fixed bug #47217 (content-type is not set properly for file uploads) | Ilia Alshanetsky | 2009-01-26 | 1 | -4/+3 | |
| | ||||||
* | ifdef -> if | Antony Dovgal | 2009-01-25 | 1 | -1/+1 | |
| | ||||||
* | do not define CURLE_SSH twice | Antony Dovgal | 2009-01-25 | 1 | -3/+0 | |
| | ||||||
* | - nicer features list | Pierre Joye | 2009-01-25 | 1 | -54/+42 | |
| | ||||||
* | - [DOC] Add support for SSH via libssh2 | Pierre Joye | 2009-01-25 | 1 | -4/+31 | |
| | | | | | | - new constants: CURLE_SSH, CURLSSH_AUTH_NONE, CURLSSH_AUTH_PUBLICKEY, CURLSSH_AUTH_PASSWORD, CURLSSH_AUTH_HOST, CURLSSH_AUTH_KEYBOARD, CURLSSH_AUTH_DEFAULT, CURLOPT_SSH_AUTH_TYPES, CURLOPT_KEYPASSWD, CURLOPT_SSH_PUBLIC_KEYFILE, CURLOPT_SSH_PRIVATE_KEYFILE, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 See http://curl.haxx.se/libcurl/c/curl_easy_setopt.html fortheir roles or usages | |||||
* | - MFB: | Pierre Joye | 2009-01-25 | 1 | -5/+10 | |
| | | | | | | - update check for libs - add HAVE_CURL_EASY_STRERROR, HAVE_CURL_MULTI_STRERROR, HAVE_CURL_VERSION_INFO | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 4 | -4/+4 | |
| | ||||||
* | - Fix leak | Jani Taskinen | 2008-12-17 | 1 | -2/+6 | |
| | ||||||
* | - Fixed bug #45161 (Reusing a curl handle leaks memory) | Jani Taskinen | 2008-12-17 | 2 | -18/+43 | |
| | ||||||
* | fix typoes | Jani Taskinen | 2008-12-17 | 3 | -3/+3 | |
| | ||||||
* | - Added test for bug #45161 | Jani Taskinen | 2008-12-17 | 1 | -0/+36 | |
| |