Commit Graph

430 Commits

Author SHA1 Message Date
Felipe Pena
2b5b1efb97 - Fix ZTS build 2009-07-26 23:44:59 +00:00
Rasmus Lerdorf
578c47faa4 Down to a single curl test failure now 2009-07-26 03:46:22 +00:00
Rasmus Lerdorf
866e3bddcd Fix 2 more curl tests in PHP 6 2009-07-26 02:25:17 +00:00
Rasmus Lerdorf
66e97ac0bd The test for bug #46739 doesn't actually need the remote
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.
2009-07-26 02:12:38 +00:00
Jani Taskinen
0f6d8f05dc - Fix tests to be more comptatible AND to test what they are supposed to test 2009-07-25 22:20:18 +00:00
Felipe Pena
4e1feb125b - Opss, fix the fix... 2009-07-25 21:56:31 +00:00
Felipe Pena
c69383b659 - Fix test 2009-07-25 21:52:33 +00:00
Rasmus Lerdorf
0bb28d4784 Fix dumb typo in the skipif 2009-07-25 21:37:04 +00:00
Jani Taskinen
ed849dd90f - Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..) 2009-07-25 20:58:51 +00:00
Jani Taskinen
a4d2566366 - Fixed bug #48637 ("file" wrapper is overwritten when using --with-curlwrappers)
# Also fixes bug #48603, basically same issue.
2009-07-25 20:44:19 +00:00
Felipe Pena
7ed7ff728e - Making Valgrind happy 2009-07-25 20:39:01 +00:00
Jani Taskinen
cd19d2ef05 - Fix bad environment usage 2009-07-25 14:52:52 +00:00
Jani Taskinen
d23acc13b4 - Fix test when responder is something like lighttpd 2009-07-25 14:49:17 +00:00
Jani Taskinen
b3568760bd - Fix test 2009-07-25 14:20:38 +00:00
Jani Taskinen
eae3e69f33 - Fixed bug #49052 (context option headers freed too early when using --with-curlwrappers) 2009-07-25 13:00:25 +00:00
Sriram Natarajan
38916290ff - Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()). 2009-07-21 20:32:32 +00:00
Ilia Alshanetsky
82aeae4da1 Fixed bug #48962 (cURL does not upload files with specified filename). 2009-07-21 15:56:08 +00:00
Felipe Pena
1e842a6791 - Removed unnecessary strlen() call and if statement. 2009-07-19 14:36:16 +00:00
andy wharmby
c38b0195ea New cURL tests. Tested on Windows, Linux and Linux 64 bit 2009-07-17 20:46:30 +00:00
andy wharmby
cddf963fbb Fix cURL tests 2009-07-17 20:44:50 +00:00
Felipe Pena
4ab3a4e9cc - Fix test 2009-07-17 14:03:17 +00:00
Felipe Pena
cf72b81479 - Fixed bug #48893 (Problems compiling with Curl) 2009-07-17 00:24:20 +00:00
Felipe Pena
e66a56b10c - Missing files 2009-07-03 00:09:47 +00:00
Felipe Pena
5feed0f14f - New tests (DutchUG testfest) 2009-07-03 00:04:54 +00:00
Ilia Alshanetsky
e9304d08b8 MFB: Fixed bug #48733 (CURLOPT_WRITEHEADER|CURLOPT_FILE|CURLOPT_STDERR warns
on files that have been opened with r+).
2009-07-02 13:42:24 +00:00
Pierre Joye
8e83d9e8b8 - fix regression introduced by the fix for #48518 (Ilia, Rasmus) 2009-06-27 21:20:25 +00:00
Ilia Alshanetsky
a69fb1bcfc MFB: 48518 2009-06-15 12:38:57 +00:00
Felipe Pena
a3d7eab5a3 - Refix the fix :| (missing skipif) 2009-06-12 20:46:30 +00:00
Felipe Pena
dd3cc066f1 - Fix test 2009-06-12 20:44:50 +00:00
Felipe Pena
4d5aaf0571 - Fixed bug #48514 (cURL extension uses same resource name for simple and multi APIs) 2009-06-12 20:43:29 +00:00
andy wharmby
568879c484 Add/Fix SKIPIF sections of cURL tests 2009-06-11 21:11:22 +00:00
Antony Dovgal
c6cd73e7d1 fix bug #48518 (curl crashes when writing into invalid file handle) 2009-06-11 09:46:27 +00:00
Antony Dovgal
b775205cec fix arginfo for curl_multi_info_read() 2009-06-10 11:09:48 +00:00
Zoe Slattery
f488c10b45 Fixes to work on Windows as well as Linux 2009-06-01 08:59:18 +00:00
Zoe Slattery
9421908753 better fix 2009-05-29 11:47:42 +00:00
Zoe Slattery
0106b6e2df fixing to work with older levels of libcurl 2009-05-29 09:45:42 +00:00
Antony Dovgal
006646df9c fix build 2009-05-28 09:45:20 +00:00
Jani Taskinen
91a262adbd - Fix build for winblows 2009-05-28 09:09:02 +00:00
Jani Taskinen
9dd2cd6262 - Test for bug #48203 2009-05-26 17:19:09 +00:00
Jani Taskinen
017529f11a - Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file) 2009-05-26 15:48:28 +00:00
Jani Taskinen
84bf8253b1 - Nuke duplicate tests 2009-05-26 10:27:55 +00:00
Ilia Alshanetsky
d2eb7e4601 MFB: Fixed bug #48207 (CURLOPT_(FILE|WRITEHEADER options do not error out
when working with a non-writable stream)
2009-05-21 12:52:59 +00:00
Antony Dovgal
18ce5138f3 fix segfault 2009-05-20 09:26:03 +00:00
Kalle Sommer Nielsen
da62d8d02e Fixed compiler warnings
# Is it intended that curl_progress should cast to long rather than keeping the
# double? Or doesn't it matter?
2009-05-19 18:08:13 +00:00
Jani Taskinen
a04a53537b - Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if the size is unknown 2009-05-19 14:05:29 +00:00
Jani Taskinen
5230623695 - fix CS, merged one parameter parsing patch missing from HEAD 2009-05-18 12:50:44 +00:00
Jani Taskinen
7a60c06f31 - Fix CS 2009-05-18 12:14:25 +00:00
Pierre Joye
da4f049b2b - sync with 5.3 2009-05-18 12:03:05 +00:00
Pierre Joye
9640fbf6e1 - return NULL on invalid args 2009-05-18 11:50:29 +00:00
Pierre Joye
5fa7af759a - WS 2009-05-18 11:48:56 +00:00