Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-14 | Fixed a NULL pointer dereference on sftp initialization failure. | Dan Fandrich | |
Added some more debug logs. | |||
2007-03-13 | --ftp-ssl-control is now honoured on ftps:// URLs | Dan Fandrich | |
2007-03-13 | Use Curl_inet_pton() instead of inet_pton(). | Gisle Vanem | |
2007-03-12 | libcurl supplies its own crypto hash functions when SSL is disabled, so | Dan Fandrich | |
'crypto' tests aren't dependent on SSL. Compiling with --disable-crypto-auth will cause test failures, however. | |||
2007-03-12 | RECV is for download | Daniel Stenberg | |
2007-03-12 | Emmanuel Dreyfus fixed not being able to find ber_free() in | Yang Tse | |
libldap when available in liblber. | |||
2007-03-11 | can just as well NULLify the pointer in a single spot | Daniel Stenberg | |
2007-03-11 | reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html | Daniel Stenberg | |
2007-03-11 | fix compiler warning: unused variable | Yang Tse | |
2007-03-10 | Eygene Ryabinkin fixed a use-after-free issue with HTTP transfers with the | Daniel Stenberg | |
multi interface | |||
2007-03-10 | Bryan Henderson | Daniel Stenberg | |
2007-03-10 | - Bryan Henderson introduces two things: | Daniel Stenberg | |
1) the progress callback gets called more frequently (at times) 2) libcurl *might* call the callback when it receives a signal | |||
2007-03-10 | pycurl 7.16.1 | Daniel Stenberg | |
2007-03-10 | change max allowed time for this test to complete to 90 seconds | Yang Tse | |
2007-03-09 | Updated the test harness to add a new "crypto" feature check and updated the | Dan Fandrich | |
appropriate test case to use it. For now, this is treated the same as the "SSL" feature because curl doesn't list it separately. | |||
2007-03-09 | - Robert Iakobashvili fixed CURLOPT_INTERFACE for IPv6. | Daniel Stenberg | |
2007-03-09 | - Robert A. Monat improved the maketgz and VC6/8 generating to set the correct | Daniel Stenberg | |
machine type too. | |||
2007-03-09 | - Justin Fletcher fixed a file descriptor leak in the curl tool when trying to | Daniel Stenberg | |
upload a file it couldn't open. Bug #1676581 (http://curl.haxx.se/bug/view.cgi?id=1676581) | |||
2007-03-09 | Updated the test harness to check for protocol support before running each | Dan Fandrich | |
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features. | |||
2007-03-08 | Made a few cleanups. | Dan Fandrich | |
2007-03-08 | Added SSL as a required feature for test case 400. | Dan Fandrich | |
2007-03-08 | remove code superceeded by the new method used to force | Yang Tse | |
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 | |||
2007-03-08 | Added test infrastructure to support basic FTPS tests. This currently | Dan Fandrich | |
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. | |||
2007-03-07 | Honour --ftp-ssl-control on ftps:// URLs to allow encrypted control and | Dan Fandrich | |
unencrypted data connections. | |||
2007-03-07 | fix test leftover in previous commit | Yang Tse | |
2007-03-07 | force libtool to build static libraries with PIC on AMD64 | Yang Tse | |
2007-03-07 | Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way that | Yang Tse | |
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])]) | |||
2007-03-06 | Fixed a couple of problems detected by valgrind in test cases 181 & 216 | Dan Fandrich | |
2007-03-06 | Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug). | Dan Fandrich | |
Luckily, they weren't needed. | |||
2007-03-06 | skip libtool C++ and Fortran linker checks | Yang Tse | |
2007-03-06 | skip libtool C++ and Fortran checks | Yang Tse | |
2007-03-03 | stricter newline policy | Yang Tse | |
2007-03-03 | 30 seconds isn't long enough for this test on a loaded server. | Yang Tse | |
2007-03-03 | stricter newline policy | Yang Tse | |
2007-03-02 | - Robert A. Monat and Shmulik Regev helped out to fix the new */Makefile.vc8 | Daniel Stenberg | |
makefiles that are included in the source release archives, generated from the Makefile.vc6 files by the maketgz script. I also modified the root Makefile to have a VC variable that defaults to vc6 but can be overridden to allow it to be used for vc8 as well. Like this: nmake VC=vc8 vc | |||
2007-03-01 | remove unncessary and wrong remark | Daniel Stenberg | |
2007-03-01 | Reduce the posibility of leaving the sockfilter hanging around when | Yang Tse | |
tearing down the test ftp server due to a read error condition. | |||
2007-03-01 | Do not remove CURLM_STATE_WAITPROXYCONNECT from the CURLMstate enum | Yang Tse | |
in builds with HTTP support disabled to keep consistent enum values for CURLMstate in all kind of builds. | |||
2007-02-28 | proper symbol definition check for Novell NetWare | Yang Tse | |
2007-02-28 | proper symbol definition check for all AmigaOS flavours | Yang Tse | |
2007-02-28 | clarify that -K files are expected to have one option per line | Daniel Stenberg | |
2007-02-28 | protect from themselves those who need it | Yang Tse | |
2007-02-27 | log a 1120 chars long string to aid in quoted-printable and soft | Yang Tse | |
line break detection in daily build logs. | |||
2007-02-27 | - Hang Kin Lau found and fixed: When I use libcurl to connect to an https | Daniel Stenberg | |
server through a proxy and have the remote https server port set using the CURLOPT_PORT option, protocol gets reset to http from https after the first request. User defined URL was modified internally by libcurl and subsequent reuse of the easy handle may lead to connection using a different protocol (if not originally http). I found that libcurl hardcoded the protocol to "http" when it tries to regenerate the URL if CURLOPT_PORT is set. I tried to fix the problem as follows and it's working fine so far | |||
2007-02-27 | Added "CSOURCES = $(CURL_SOURCES)". | Gisle Vanem | |
2007-02-27 | Added TOPDIR variable. Put dependencies in external file. | Gisle Vanem | |
Added -DHAVE_STRUCT_TIMEVAL to CFLAGS. | |||
2007-02-27 | Remove $(CURL_SOURCES). | Gisle Vanem | |
2007-02-27 | Added TOPDIR variable. Put dependencies in external file. | Gisle Vanem | |
config.h includes ../lib/config.dos. | |||
2007-02-27 | Added TOPDIR variable. Put dependencies in external file. | Gisle Vanem | |
2007-02-27 | Added TOPDIR variable. Updated package locations. | Gisle Vanem | |
Simplified dependency generation. |