summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Collapse)AuthorAgeFilesLines
...
* fix bug #48518 (curl crashes when writing into invalid file handle)Antony Dovgal2009-06-111-0/+2
|
* fix arginfo for curl_multi_info_read()Antony Dovgal2009-06-101-1/+1
|
* Fixes to work on Windows as well as LinuxZoe Slattery2009-06-012-2/+2
|
* better fixZoe Slattery2009-05-291-1/+1
|
* fixing to work with older levels of libcurlZoe Slattery2009-05-291-1/+4
|
* fix buildAntony Dovgal2009-05-281-1/+1
|
* - Fix build for winblowsJani Taskinen2009-05-282-8/+8
|
* - Test for bug #48203Jani Taskinen2009-05-261-0/+24
|
* - Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file)Jani Taskinen2009-05-262-2/+25
|
* - Nuke duplicate testsJani Taskinen2009-05-266-239/+0
|
* MFB: Fixed bug #48207 (CURLOPT_(FILE|WRITEHEADER options do not error outIlia Alshanetsky2009-05-211-4/+16
| | | | | when working with a non-writable stream)
* fix segfaultAntony Dovgal2009-05-201-1/+2
|
* Fixed compiler warningsKalle Sommer Nielsen2009-05-192-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 Taskinen2009-05-191-2/+2
| | | | size is unknown
* - fix CS, merged one parameter parsing patch missing from HEADJani Taskinen2009-05-181-19/+16
|
* - Fix CSJani Taskinen2009-05-181-28/+24
|
* - sync with 5.3Pierre Joye2009-05-181-3/+2
|
* - return NULL on invalid argsPierre Joye2009-05-181-1/+1
|
* - WSPierre Joye2009-05-181-1/+1
|
* - MFB: - disable file:// when open_basedir are enabledPierre Joye2009-05-181-44/+82
|
* - Added changes from testfest ParisUG && Changed line endingsFelipe Pena2009-05-161-1/+13
|
* - New tests (testfest ParisUG)Felipe Pena2009-05-1621-0/+776
|
* Add missing #ifdef for curl version that does not have FTP_FILEMETHOD or ↵Brian Shire2009-05-081-0/+6
| | | | IPRESOLVE options. related to fix for bug #39637
* - Fixed bug #45092 (header HTTP context option not being used with ↵Jani Taskinen2009-05-051-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/docPierre Joye2009-05-041-0/+5
|
* - [DOC] #39637, add CURLOPT_FTP_FILEMETHOD which accepts ↵Pierre Joye2009-05-041-0/+8
| | | | CURLFTPMETHOD_MULTICWD, CURLFTPMETHOD_NOCWD and CURLFTPMETHOD_SINGLECWD
* - [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts ↵Pierre Joye2009-05-041-0/+5
| | | | CURL_IPRESOLVE_WHATEVER, CURL_IPRESOLVE_V4 or CURL_IPRESOLVE_V6
* - #47966, cannot access curl info array without binaryPierre Joye2009-05-031-1/+1
| | | | | To check: why add_assoc_ascii_string_ex fails while add_assoc_ascii_string works
* - ws/csPierre Joye2009-05-031-80/+80
|
* - c/p errorPierre Joye2009-05-031-1/+1
|
* - [DOC] #41712, implement progress callbackPierre Joye2009-05-032-0/+102
| | | | | - add constants CURLOPT_NOPROGRESS and CURLOPT_PROGRESSFUNCTION
* - Fixed bug #48132 (configure fails to test curl ssl support if ↵Jani Taskinen2009-05-021-57/+62
| | | | --disable-rpath is set)
* - Add missing testJani Taskinen2009-04-302-0/+29
|
* - simplify and use PHP_CURLPierre Joye2009-04-241-2/+2
|
* - c/p errorPierre Joye2009-04-231-2/+2
|
* - Fixed bug #47616 (curl keeps crashing)Felipe Pena2009-03-161-0/+1
|
* add new CURL optionsStanislav Malyshev2009-03-131-0/+22
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-104-4/+4
|
* MFB: Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secsIlia Alshanetsky2009-02-231-2/+4
| | | | | under heavy load)
* MFB: Fixed bug #47217 (content-type is not set properly for file uploads)Ilia Alshanetsky2009-01-261-4/+3
|
* ifdef -> ifAntony Dovgal2009-01-251-1/+1
|
* do not define CURLE_SSH twiceAntony Dovgal2009-01-251-3/+0
|
* - nicer features listPierre Joye2009-01-251-54/+42
|
* - [DOC] Add support for SSH via libssh2Pierre Joye2009-01-251-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 Joye2009-01-251-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 Bergmann2008-12-314-4/+4
|
* - Fix leakJani Taskinen2008-12-171-2/+6
|
* - Fixed bug #45161 (Reusing a curl handle leaks memory)Jani Taskinen2008-12-172-18/+43
|
* fix typoesJani Taskinen2008-12-173-3/+3
|
* - Added test for bug #45161Jani Taskinen2008-12-171-0/+36
|