From d500c468fc99816a7bdd817404aa489b065ae64d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 Jun 2007 10:47:05 +0000 Subject: reality sync --- CHANGES | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index cb6323be7..df65c2737 100644 --- a/CHANGES +++ b/CHANGES @@ -6,12 +6,25 @@ Changelog +Daniel S (27 June 2007) +- James Housley: Add two new options for the SFTP/SCP/FILE protocols: + CURLOPT_NEW_FILE_PERMS 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 + +- I corrected the 10-at-a-time.c example and applied a patch for it by James + Bursa. + Daniel S (26 June 2007) - Robert Iakobashvili re-arranged the internal hash code to work with a custom 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 made the CURLOPT_FTPLISTONLY mode work for SFTP directory + listings as well + Daniel S (25 June 2007) - Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or chunked encoding (that also lacks "Connection: close"). It now simply -- cgit v1.2.3