09c70dec | 10-Mar-2007 |
Daniel Stenberg |
Eygene Ryabinkin fixed a use-after-free issue with HTTP transfers with the multi interface |
0dc57086 | 10-Mar-2007 |
Daniel Stenberg |
Bryan Henderson |
dbaf4f93 | 10-Mar-2007 |
Daniel Stenberg |
- Bryan Henderson introduces two things: 1) the progress callback gets called more frequently (at times) 2) libcurl *might* call the callback when it receives a signal |
43357506 | 10-Mar-2007 |
Daniel Stenberg |
pycurl 7.16.1 |
40087ce7 | 10-Mar-2007 |
Yang Tse |
change max allowed time for this test to complete to 90 seconds |
e12d46ac | 09-Mar-2007 |
Dan Fandrich |
Updated the test harness to add a new "crypto" feature check and updated the appropriate test case to use it. For now, this is treated the same as the "SSL" feature because curl doesn't list
Updated the test harness to add a new "crypto" feature check and updated the appropriate test case to use it. For now, this is treated the same as the "SSL" feature because curl doesn't list it separately.
show more ...
|
1e55ed5c | 09-Mar-2007 |
Daniel Stenberg |
- Robert Iakobashvili fixed CURLOPT_INTERFACE for IPv6. |
6dd4fe07 | 09-Mar-2007 |
Daniel Stenberg |
- Robert A. Monat improved the maketgz and VC6/8 generating to set the correct machine type too. |
3789e2e6 | 09-Mar-2007 |
Daniel Stenberg |
- Justin Fletcher fixed a file descriptor leak in the curl tool when trying to upload a file it couldn't open. Bug #1676581 (http://curl.haxx.se/bug/view.cgi?id=1676581) |
1962ebf8 | 09-Mar-2007 |
Dan Fandrich |
Updated the test harness to check for protocol support before running each test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features. |
7c144d5a | 08-Mar-2007 |
Dan Fandrich |
Made a few cleanups. |
0f0540d0 | 08-Mar-2007 |
Dan Fandrich |
Added SSL as a required feature for test case 400. |
3f29ed6d | 08-Mar-2007 |
Yang Tse |
remove code superceeded by the new method used to force libtool to skip C++ and Fortran checks in patchset: http://cool.haxx.se/cvs.cgi/curl/ares/configure.ac.diff?r1=1.60&r2=1.64 |
1bfa7dfe | 08-Mar-2007 |
Dan Fandrich |
Added test infrastructure to support basic FTPS tests. This currently supports only ftps:// URLs with --ftp-ssl-control specified, which implicitly encrypts the control channel but not the d
Added test infrastructure to support basic FTPS tests. This currently supports only ftps:// URLs with --ftp-ssl-control specified, which implicitly encrypts the control channel but not the data channels. That allows stunnel to be used with an unmodified ftp server in exactly the same way that the test https server is set up. Added test case 400 as a basic FTPS test.
show more ...
|
85daec25 | 07-Mar-2007 |
Dan Fandrich |
Honour --ftp-ssl-control on ftps:// URLs to allow encrypted control and unencrypted data connections. |
389a15a8 | 07-Mar-2007 |
Yang Tse |
fix test leftover in previous commit |
74befdfb | 07-Mar-2007 |
Yang Tse |
force libtool to build static libraries with PIC on AMD64 |
d31feb8f | 07-Mar-2007 |
Yang Tse |
Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way that it fails if the macro that is being undefined is not already defined. To make this work under all cases and be sure th
Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way that it fails if the macro that is being undefined is not already defined. To make this work under all cases and be sure that at a certain point some specific macro isn't defined we must use the following style in configure: m4_ifdef([macro], [m4_undefine([macro])])
show more ...
|
4c3568bf | 06-Mar-2007 |
Dan Fandrich |
Fixed a couple of problems detected by valgrind in test cases 181 & 216 |
b4ef5e22 | 06-Mar-2007 |
Dan Fandrich |
Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug). Luckily, they weren't needed. |
23786eae | 06-Mar-2007 |
Yang Tse |
skip libtool C++ and Fortran linker checks |
c84f84c7 | 06-Mar-2007 |
Yang Tse |
skip libtool C++ and Fortran checks |
e5f8e5e5 | 03-Mar-2007 |
Yang Tse |
stricter newline policy |
53a3abc7 | 03-Mar-2007 |
Yang Tse |
30 seconds isn't long enough for this test on a loaded server. |
bfd6474f | 03-Mar-2007 |
Yang Tse |
stricter newline policy |