- Jul 18, 2007
-
-
James Housley authored
-
Dan Fandrich authored
-
- Jul 13, 2007
-
-
Daniel Stenberg authored
error codes
-
- Jul 11, 2007
-
-
Dan Fandrich authored
-
- Jul 02, 2007
-
-
James Housley authored
-
- Jul 01, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still
-
- Jun 27, 2007
-
-
James Housley authored
and CURLOPT_NEW_DIRECTORY_PERMS. These control the premissions for files and directories created on the remote server. CURLOPT_NEW_FILE_PERMS defaults to 0644 and CURLOPT_NEW_DIRECTORY_PERMS defaults to 0755
-
- Jun 13, 2007
-
-
James Housley authored
upload. Some text provieded by Tom Regner
-
- May 30, 2007
-
-
Daniel Stenberg authored
the maximum size of the connection cache maximum size of the multi handle.
-
- May 26, 2007
-
-
Daniel Stenberg authored
transfers are done and need to be removed and closed or re-added.
-
Daniel Stenberg authored
-
- May 23, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 15, 2007
-
-
Dan Fandrich authored
case 614. Allow SFTP quote commands chmod, chown, chgrp to set a value of 0.
-
- May 08, 2007
-
-
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 03, 2007
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Apr 16, 2007
-
-
Daniel Stenberg authored
function that deprecates the curl_multi_socket() function. Using the new function the application tell libcurl what action that was found in the socket that it passes in. This gives a significant performance boost as it allows libcurl to avoid a call to poll()/select() for every call to curl_multi_socket*().
-
- Mar 31, 2007
-
-
Daniel Stenberg authored
-
- Mar 23, 2007
-
-
Dan Fandrich authored
plus made --pass work on an SSH private key as well.
-
- Mar 12, 2007
-
-
Daniel Stenberg authored
-
- Mar 11, 2007
-
-
- Mar 10, 2007
-
-
Daniel Stenberg authored
1) the progress callback gets called more frequently (at times) 2) libcurl *might* call the callback when it receives a signal
-
- Feb 27, 2007
-
-
Daniel Stenberg authored
specific SSL library that might be used, and I cut out the closepolicy stuff that we no longer support
-
- Feb 22, 2007
-
-
Daniel Stenberg authored
there is an environment variable set)
-
- Feb 20, 2007
-
-
Linus Nielsen authored
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
-
- Feb 19, 2007
-
-
Daniel Stenberg authored
AC_PATH_PROG was not used properly.
-
- Feb 12, 2007
-
-
Daniel Stenberg authored
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/
-
Daniel Stenberg authored
to the debug callback. - Shmulik Regev added CURLOPT_HTTP_CONTENT_DECODING and CURLOPT_HTTP_TRANSFER_DECODING that if set to zero will disable libcurl's internal decoding of content or transfer encoded content. This may be preferable in cases where you use libcurl for proxy purposes or similar. The command line tool got a --raw option to disable both at once.
-
- Feb 10, 2007
-
-
Daniel Stenberg authored
-
- Feb 05, 2007
-
-
Daniel Stenberg authored
and CURLOPT_CONNECTTIMEOUT_MS that, as their names should hint, do the timeouts with millisecond resolution instead. The only restriction to that is the alarm() (sometimes) used to abort name resolves as that uses full seconds. I fixed the FTP response timeout part of the patch. Internally we now count and keep the timeouts in milliseconds but it also means we multiply set timeouts with 1000. The effect of this is that no timeout can be set to more than 2^31 milliseconds (on 32 bit systems), which equals 24.86 days. We probably couldn't before either since the code did *1000 on the timeout values on several places already.
-
- Feb 03, 2007
-
-
Daniel Stenberg authored
-
- Jan 17, 2007
-
-
Daniel Stenberg authored
-
- Jan 09, 2007
-
-
Daniel Stenberg authored
-
- Jan 05, 2007
-
-
Daniel Stenberg authored
curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it will make libcurl shutdown SSL/TLS after the authentication is done on a FTP-SSL operation.
-
- Dec 31, 2006
-
-
Daniel Stenberg authored
-
- Dec 21, 2006
-
-
Daniel Stenberg authored
-
- Dec 05, 2006
-
-
Daniel Stenberg authored
no code present in the library that receives the option. Since it was not possible to use, we know that no current users exist and thus we simply removed it from the docs and made the code always use the default path of the code.
-
- Nov 02, 2006
-
-
Daniel Stenberg authored
-