- Jul 13, 2007
-
-
Daniel Stenberg authored
define the symbols for backwards source compatibility)
-
- Jul 12, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
could in fact get stuck in an endless loop.
-
Guenter Knauf authored
-
- Jul 11, 2007
-
-
Daniel Stenberg authored
fail to connect if there is no Common Name field found in the remote cert. We should deprecate the support for this set to 1 anyway soon, since the feature is pointless and most likely never really used by anyone.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
added call to netware_init() in curl_global_init() to make sure it gets called before any library functions get used.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jul 10, 2007
-
-
Daniel Stenberg authored
The tiny patch below fixes a bug (that I introduced :) which happens when negotiating authentication with a proxy (probably with web servers as well) that uses chunked transfer encoding for the 407 error pages. In this case the ''ignorebody'' flag was ignored (no pun intended).
-
Daniel Stenberg authored
to a proxy during CONNECT auth negotiation.
-
James Housley authored
* Move scp:// into a state machine so it won't block in multi mode * When available use the full directory entry from the sftp:// server
-
Daniel Stenberg authored
-
- Jul 09, 2007
-
-
Guenter Knauf authored
-
- Jul 08, 2007
-
-
Guenter Knauf authored
moved autounload flag so that its used for both lib architectures.
-
- Jul 07, 2007
-
-
Guenter Knauf authored
-
- Jul 06, 2007
-
-
Daniel Stenberg authored
-
- Jul 05, 2007
-
-
James Housley authored
message for an scp:// upload failure. If libssh2 has his matching patch, then the error message return by the server will be used instead of a more generic error.
-
- Jul 04, 2007
-
-
James Housley authored
-
Guenter Knauf authored
-
- Jul 03, 2007
-
-
Guenter Knauf authored
-
- Jul 02, 2007
-
-
Guenter Knauf authored
-
- Jul 01, 2007
-
-
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
-
Daniel Stenberg authored
-
Guenter Knauf authored
some more minor Makefile tidyups.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jun 30, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
sent by Dmitry Mityugov.
-
Guenter Knauf authored
-
- Jun 28, 2007
-
-
James Housley authored
file.c, but the debug interface was missing. This adds the routines needed to make the memory debuging work for fdopen().
-
- 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
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jun 26, 2007
-
-
Daniel Stenberg authored
hash function for different hashes, and also expanded the default size for the socket hash table used in multi handles to greatly enhance speed when very many connections are added and the socket API is used.
-
James Housley authored
-