- Aug 22, 2008
-
-
Yang Tse authored
-
- Aug 21, 2008
-
-
Yang Tse authored
-
- Aug 20, 2008
-
-
Yang Tse authored
-
Dan Fandrich authored
commands to the man pages.
-
Daniel Stenberg authored
memory leak because it never called the OpenSSL function CRYPTO_cleanup_all_ex_data() as it was supposed to. This was because of a missing define in config-win32.h!
-
- Aug 18, 2008
-
-
Yang Tse authored
formatting functionality when handling signed and unsigned longs, as well as our curl_off_t data type.
-
- Aug 17, 2008
-
-
Yang Tse authored
when including the OpenSSL header files. This is the recommended setting, this prevents the undesired inclusion of header files with the same name as those of OpenSSL but which do not belong to the OpenSSL package. The visible change from previously released libcurl versions is that now OpenSSl enabled NetWare builds also define USE_OPENSSL in config files, and that OpenSSL header files must be located in a subdirectory named 'openssl'.
-
- Aug 16, 2008
-
-
Yang Tse authored
remain in use as internal curl_off_t print formatting strings for the internal *printf functions which still cannot handle print formatting string directives such as "I64d", "I64u", and others available on MSVC, MinGW, Intel's ICC, and other DOS/Windows compilers. This reverts previous commit part which did: FORMAT_OFF_T -> CURL_FORMAT_CURL_OFF_T FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
-
- Aug 15, 2008
-
-
Dan Fandrich authored
was discovered to be problematic while investigating an incident reported by Von back in May. curl in this case doesn't include a Content-Length: or Transfer-Encoding: chunked header which is illegal. This test case is added to DISABLED until a solution is found.
-
Yang Tse authored
the names of the curl_off_t formatting string directives now become CURL_FORMAT_CURL_OFF_T and CURL_FORMAT_CURL_OFF_TU. CURL_FMT_OFF_T -> CURL_FORMAT_CURL_OFF_T CURL_FMT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU Remove the use of an internal name for the curl_off_t formatting string directives and use the common one available from the inside and outside of the library. FORMAT_OFF_T -> CURL_FORMAT_CURL_OFF_T FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
-
- Aug 13, 2008
- Aug 12, 2008
-
-
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.
-
Daniel Stenberg authored
_directory_ if that happened to appear in the path!
-
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
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
(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
internal and external use. CURL_SUFFIX_CURL_OFF_T, CURL_SUFFIX_CURL_OFF_TU.
-
- Aug 08, 2008
-
-
Dan Fandrich 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.
-
Yang Tse authored
for non-configure targets when host system doesn't run buildconf.bat.
-
Yang Tse authored
-
Yang Tse authored
away our CVS checked 'missing' file and also CVS checked 'hiper/Makefile'.
-
Yang Tse authored
in a set of double-quoted strings, this macro will now return an expansion which consists of a single double-quoted string result of concatenating all of them.
-
Yang Tse authored
to have a curl_off_t data type no longer gated to off_t.
-
- Aug 05, 2008
-
-
Yang Tse authored
Validate that aclocal and automake versions match. Improve removal of previous run generated files. Remove verbose debug logging of aclocal on Solaris.
-
- Aug 04, 2008
-
-
Daniel Stenberg authored
connection with the multi interface even if a previous use of it caused a CURLE_PEER_FAILED_VERIFICATION to get returned. I now make sure that failed SSL connections properly close the connections.
-
Daniel Stenberg authored
proved how PUT and POST with a redirect could lead to a "hang" due to the data stream not being rewound properly when it had to in order to get sent properly (again) to the subsequent URL. This is now fixed and these test cases are no longer disabled.
-
Yang Tse authored
Prior versions of autoconf defined _ALL_SOURCE if _AIX was defined. But, autoconf 2.62 version of AC_AIX defines _ALL_SOURCE along with other four preprocessor symbols no matter if the system is AIX or not. To keep the traditional behaviour, as well as an uniform one, across autoconf versions AC_AIX is replaced with our own internal macro.
-
- Aug 03, 2008
-
-
Daniel Stenberg authored
with -C - sent garbage in the Content-Range: header. I fixed this problem by making sure libcurl always sets the size of the _entire_ upload if an app attemps to do resumed uploads since libcurl simply cannot know the size of what is currently at the server end. Test 1041 is no longer disabled.
-
Daniel Stenberg authored
-
- Aug 02, 2008
-
-
Yang Tse authored
when we have been doing this since revision 1.47 of configure.ac 4 years and 5 months ago when cross-compiling a Windows target. We actually don't use any function from the Windows GDI (Graphics Device Interface) related with drawing or graphics-related operations.
-
- Aug 01, 2008
-
-
Dan Fandrich authored
support this so it goes untested.
-
Yang Tse authored
not been in use since revision 1.81 of configure.in 6 years, 9 months ago.
-
Yang Tse authored
-
Dan Fandrich authored
incorrectly--the host name is treated as part of the user name and the port number becomes the password. This can be observed in test 279 (was KNOWN_ISSUE #54).
-
- Jul 31, 2008
-
-
Dan Fandrich authored
being mangled when passed to proxies when CURLOPT_PORT is also set (reported by Pramod Sharma).
-
Dan Fandrich authored
as well as IPv4 addresses in IPv6 format. Also, better handle the case of a malformatted IPv6 address (avoid empty and NULL strings).
-