- Aug 29, 2008
-
-
Daniel Stenberg authored
"Connection: close" and actually close the connection after the response-body, libcurl could still have outstanding data to send and it would not properly notice this and stop sending. This caused weirdness and sad faces. http://curl.haxx.se/bug/view.cgi?id=2080222 Note that there are still reasons to consider libcurl's behavior when getting a >= 400 response code while sending data, as Craig Perras' note "http upload: how to stop on error" specifies: http://curl.haxx.se/mail/archive-2008-08/0138.html
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
curl - Win32 using libcurl DLL Debug curl - Win32 using libcurl DLL Release curl - Win32 using libcurl LIB Debug curl - Win32 using libcurl LIB Release
-
- Aug 28, 2008
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
Ancient versions of DJGPP do not have a 64-bit data type.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
files bing mirrored) and thus I've changed the URL in the cookiejar header to no longer use curlm.haxx.se but instead use the main site curl.haxx.se
-
Daniel Stenberg authored
wants to send data
-
Daniel Stenberg authored
-
Daniel Stenberg authored
an unlock in between) for a certain case and that in fact works when using regular windows mutexes but not with pthreads'! Locks should of course not get locked again so this is now fixed. http://curl.haxx.se/mail/lib-2008-08/0422.html
-
Dan Fandrich authored
the HTTP method to GET (or HEAD) when given a value of 0.
-
Yang Tse authored
-
Dan Fandrich authored
-
Dan Fandrich authored
in a similar manner to test 1065 so is added to DISABLED.
-
Dan Fandrich authored
in a similar manner to test 1065 so is added to DISABLED.
-
Dan Fandrich authored
-
Yang Tse authored
-
- Aug 27, 2008
-
-
Yang Tse authored
-
Yang Tse authored
libcurl - Win32 DLL Debug libcurl - Win32 DLL Release libcurl - Win32 LIB Debug libcurl - Win32 LIB Release
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Yang Tse authored
-
- Aug 26, 2008
-
-
Dan Fandrich authored
compatible, and otherwise the dependency generation phase of the build would throw warnings since the actual compiler isn't known at that time.
-
Dan Fandrich authored
1021 and 1067.
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
- Enabling and disabling of large file support is now complete.
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
supporting configure's --disable-largefile option for WIN32 targets also. Non-configure systems which do not use config-win32.h configuration file, and want to use the WIN32 file API, must define USE_WIN32_LARGE_FILES or USE_WIN32_SMALL_FILES as appropriate in their own configuration files.
-
Yang Tse authored
-
Patrick Monnerat authored
-