- May 18, 2007
-
-
Daniel Stenberg authored
-
- May 17, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
code for timeouts less than fice seconds, and also provided a fix for it.
-
Dan Fandrich authored
-
- May 16, 2007
-
-
Dan Fandrich authored
-
- May 15, 2007
-
-
Dan Fandrich authored
memdebug log file after every line and avoid losing the last few log entries if curl crashes.
-
Dan Fandrich authored
case 614. Allow SFTP quote commands chmod, chown, chgrp to set a value of 0.
-
- May 14, 2007
-
-
Dan Fandrich authored
-
- May 10, 2007
-
-
Dan Fandrich authored
-
- May 09, 2007
-
-
Dan Fandrich authored
sftp didn't truncate it first, which would corrupt the file if the new file was shorter than the old.
-
Dan Fandrich authored
-
- May 08, 2007
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
because I just made SCP uploads return this value if the file size of the upload file isn't given with CURLOPT_INFILESIZE*. Docs updated to reflect this news, and a define for the old name was added to the public header file.
-
- May 07, 2007
-
-
Daniel Stenberg authored
cache grow a bit too much, beyond the normal 4 * easy_handles.
-
- May 06, 2007
-
-
Daniel Stenberg authored
-
- May 03, 2007
-
-
Daniel Stenberg authored
several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL: http://curl.haxx.se/bug/view.cgi?id=1705802
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- May 02, 2007
-
-
Daniel Stenberg authored
when CURLOPT_HTTP200ALIASES is used to avoid the problem mentioned below is not very nice if the client wants to be able to use _either_ a HTTP 1.1 server or one within the aliases list... so starting now, libcurl will simply consider 200-alias matches the to be HTTP 1.0 compliant.
-
Dan Fandrich authored
-
Daniel Stenberg authored
libcurls, which turned out to be the 25-nov-2006 change which treats HTTP responses without Content-Length or chunked encoding as without bodies. We now added the conditional that the above mentioned response is only without body if the response is HTTP 1.1.
-
Daniel Stenberg authored
CURLMOPT_TIMERFUNCTION callback option.
-
Daniel Stenberg authored
when CURLM_CALL_MULTI_PERFORM is returned from curl_multi_socket*/perform, to make applications using only curl_multi_socket() to properly function when adding easy handles "on the fly". Bug report and test app provided by Michael Wallner.
-
Daniel Stenberg authored
for every year is giving us too many files! I also split out the changes from 2006 from CHANGES to CHANGES.0 now.
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Dan Fandrich authored
Reduce the scope of some variables.
-
- May 01, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Apr 30, 2007
-
-
Daniel Stenberg authored
looking for a C++ preprocessor on libtool-using projects" with the factory- installed libtool version on Mac OS X.
-
Dan Fandrich authored
the default port numbers, allowing more than one test suite to run simultaneously on the same host.
-
Dan Fandrich authored
-
- Apr 29, 2007
-
-
Dan Fandrich authored
-
- Apr 28, 2007
-
-
Daniel Stenberg authored
since it then inits libgcrypt and libgcrypt is being evil and EXITS the application if it fails to get a fine random seed. That's really not a nice thing to do by a library.
-
Daniel Stenberg authored
been removed from a multi handle, and then fixed another flaw that prevented curl_easy_duphandle() to work even after the first fix - the handle was still marked as using the multi interface.
-
- Apr 27, 2007
-
-
Daniel Stenberg authored
since it easy-handle related and not connection-related.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
moves and re-arranges how range/resume is setup and freed.
-
- Apr 26, 2007
-
-
Daniel Stenberg authored
was 16385 bytes (16K+1) and it turned out we didn't properly always "suck out" all data from libssh2. The effect being that libcurl would hang on the socket waiting for data when libssh2 had in fact already read it all...
-
- Apr 25, 2007
-
-
Dan Fandrich authored
-