- Jul 01, 2007
-
-
Daniel Stenberg authored
-
Guenter Knauf authored
some more minor Makefile tidyups.
-
Guenter Knauf authored
-
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
sent by Dmitry Mityugov.
-
Guenter Knauf authored
-
- Jun 28, 2007
-
-
Guenter Knauf authored
-
James Housley authored
file.c, but the debug interface was missing. This adds the routines needed to make the memory debuging work for fdopen().
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
- Jun 27, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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
-
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
-
James Housley authored
-
- Jun 25, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
chunked encoding (that also lacks "Connection: close"). It now simply assumes that the connection WILL be closed to signal the end, as that is how RFC2616 section 4.4 point #5 says we should behave.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 24, 2007
-
-
http://curl.haxx.se/mail/lib-2007-06/0161.htmlDaniel Stenberg authored
http://curl.haxx.se/mail/lib-2007-06/0238.html, libcurl didn't properly do no-body requests on FTP files on re-used connections properly, or at least it didn't provide the info back in the header callback properly in the subsequent requests.
-
- Jun 22, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
- Jun 21, 2007
-
-
Daniel Stenberg authored
tool reports and it was indeed a legitimate one and it is one fixed. It was a use of a share without doing the proper locking first.
-
- Jun 20, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1740263). Adam discovered that when getting a large amount of URLs with curl, they were fetched slower and slower... which turned out to be because the --libcurl data collecting which wrongly always was enabled, but no longer is...
-
James Housley authored
other authentication methods. Terminate with a memory error.
-
- Jun 19, 2007
-
-
James Housley authored
-
-
Daniel Stenberg authored
-
James Housley authored
allocated when needed
-