- Mar 13, 2005
-
-
Daniel Stenberg authored
works when built for win32.
-
Gisle Vanem authored
-
- Mar 12, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Gisle Vanem authored
-
- Mar 11, 2005
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
exist.
-
Daniel Stenberg authored
work fine with cross-compiled builds.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors.
-
Daniel Stenberg authored
since there's no use building the whole test suite first and _then_ tell it doesn't work anyway...
-
Daniel Stenberg authored
-
- Mar 10, 2005
-
-
Daniel Stenberg authored
first little steps towards IPv6 support!
-
Daniel Stenberg authored
USE_WINDOWS_SSPI on Windows, and then libcurl will be built to use the native way to do NTLM. SSPI also allows libcurl to pass on the current user and its password in the request.
-
- Mar 09, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
referencing the proxy name pointer.
-
Dan Fandrich authored
Removed a redundant library check.
-
Daniel Stenberg authored
different values for it...
-
- Mar 08, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
that feature 64 bit 'long'. Some systems have 64 bit time_t and deal with years beyond 2038. However, even some of the systems with 64 bit time_t returns -1 for dates beyond 03:14:07 UTC, January 19, 2038. (Such as AIX 5100-06)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
file got a Last-Modified: header written to the data stream, corrupting the actual data. This was because some conditions from the previous FTP code was not properly brought into the new FTP code. I fixed and I added test case 520 to verify. (This bug was introduced in 7.13.1)
-
Dan Fandrich authored
path to the compiler flags. Before, a zlib installation in the default path was always used in preference to the one in the desired location.
-
- Mar 07, 2005
-
-
Dan Fandrich authored
revert to the SEEK_END method of repositioning the stream after a ftruncate() and only use SEEK_SET if ftruncate() isn't available.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 06, 2005
-
-
Daniel Stenberg authored
-
- Mar 05, 2005
-
-
Dan Fandrich authored
Added HAVE_FTRUNCATE to all the static config-*.h files on the assumption that all those systems provide it.
-
Daniel Stenberg authored
-
- Mar 04, 2005
-
-
Daniel Stenberg authored
on the remote side. This then converts the operation to an ordinary STOR upload. This was requested/pointed out by Ignacio Vazquez-Abrams. It also proved (and I fixed) a bug in the newly rewritten ftp code (and present in the 7.13.1 release) when trying to resume an upload and the servers returns an error to the SIZE command. libcurl then loops and sends SIZE commands infinitely.
-
Dan Fandrich authored
-