- Aug 12, 2008
-
-
Yang Tse authored
-
Daniel Stenberg authored
_directory_ if that happened to appear in the path!
-
Yang Tse authored
-
Yang Tse authored
constants CURL_OFF_T_C and CURL_OFF_TU_C. The clever double helper macro used internally to provide its functionality is thanks to Lars Nilsson.
-
- Aug 11, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
line of a multiline FTP response whose last byte landed exactly at the end of the BUFSIZE-length buffer would be treated as the terminal response line. The following response code read in would then actually be the end of the previous response line, and all responses from then on would correspond to the wrong command. Test case 1062 verifies this. Stop closing a never-opened ftp socket.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2042430) with a patch. "NTLM Windows SSPI code is not thread safe". This was due to libcurl using static variables to tell wether to load the necessary SSPI DLL, but now the loading has been moved to the more suitable curl_global_init() call.
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2042440) with a patch. He identified a problem when using NTLM over a proxy but the end-point does Basic, and then libcurl would do wrong when the host sent "Connection: close" as the proxy's NTLM state was erroneously cleared.
-
Yang Tse authored
-
Yang Tse authored
internal and external use. CURL_SUFFIX_CURL_OFF_T, CURL_SUFFIX_CURL_OFF_TU.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
has to be revisited and adjusted as appropriate. Enabling and disabling of large file support needs further inspection.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Aug 10, 2008
-
-
Guenter Knauf authored
-
Yang Tse authored
NetWare curlbuild.h settings depend on whether LIBC or CLIB is used. The NetWare specific Makefile is capable of knowing which target is being built. So, finally, the NetWare Makefile will take care of generating curlbuild.h
-
Yang Tse authored
This should have been done with the initial 64-bit curl_off_t patch.
-
- Aug 09, 2008
- Aug 08, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
See CVS commit comment on tests/testcurl.pl revision 1.63
-
Yang Tse authored
CVS checked out curlbuild.h.dist as curlbuild.h for any non-configure target when host system is not running buildconf.bat. All the curlbuild.h stuff was done taking in consideration that no adjustment would be needed in non-configure makefiles. As it is documented, when trying to build on non-configure capable systems or on systems which for any reason don't run the true configure script, it is required to have the proper curlbuild.h in place before calling any makefile. Due to the hardcore memory debugging stuff c-ares enabled debug builds also need the file in the proper place before attempting to build c-ares.
-
Yang Tse authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Yang Tse authored
Netware's autobuilds gcc can not been told apart from a standard built gcc.
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
request to prematurely end.
-
- Aug 07, 2008
-
-
Yang Tse authored
Guenter Knauf in lib/Makefile.netware is enough to get the netware autobuilds going again.
-