- Aug 14, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
suffixes, using a test-and-try suffix approach letting the compiler validate it.
-
Yang Tse authored
the source code of curlx_strtoll is excluded if NEED_CURL_STRTOLL isn't defined.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
Add debug tracing for CURL_CHECK_DEF_INTXX_C.
-
- Aug 13, 2008
-
-
Daniel Stenberg authored
155 - bug #2038004 "Curl OpenSSL not compatible with 7.17 or 7.18" 156 - proxy CONNECT issue (details not public yet due to possible security impact)
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
in curlbuild.h as CURL_SIZEOF_LONG. Definition now done from configure process and in CVS curlbuild.h.dist for non-configure systems.
-
Yang Tse authored
-
Daniel Stenberg authored
belong among the release numbers anyway
-
-
Daniel Stenberg authored
header replacing an internal one
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Yang Tse authored
-
Dan Fandrich authored
-
- Aug 12, 2008
-
-
Guenter Knauf authored
-
Dan Fandrich authored
-
Dan Fandrich authored
when a server responded with long headers and data. Luckily, the buffer overflowed into another unused buffer, so no actual harm was done. Added test cases 1060 and 1061 to verify.
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
-
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.
-