mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
reality sync
This commit is contained in:
parent
5df5a2aa54
commit
d500c468fc
13
CHANGES
13
CHANGES
@ -6,12 +6,25 @@
|
|||||||
|
|
||||||
Changelog
|
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)
|
Daniel S (26 June 2007)
|
||||||
- Robert Iakobashvili re-arranged the internal hash code to work with a custom
|
- 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
|
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
|
the socket hash table used in multi handles to greatly enhance speed when
|
||||||
very many connections are added and the socket API is used.
|
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)
|
Daniel S (25 June 2007)
|
||||||
- Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or
|
- Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or
|
||||||
chunked encoding (that also lacks "Connection: close"). It now simply
|
chunked encoding (that also lacks "Connection: close"). It now simply
|
||||||
|
@ -3,20 +3,22 @@ Curl and libcurl 7.16.4
|
|||||||
Public curl release number: 100
|
Public curl release number: 100
|
||||||
Releases counted from the very beginning: 126
|
Releases counted from the very beginning: 126
|
||||||
Available command line options: 118
|
Available command line options: 118
|
||||||
Available curl_easy_setopt() options: 141
|
Available curl_easy_setopt() options: 143
|
||||||
Number of public functions in libcurl: 54
|
Number of public functions in libcurl: 54
|
||||||
Amount of public web site mirrors: 38
|
Amount of public web site mirrors: 39
|
||||||
Number of known libcurl bindings: 35
|
Number of known libcurl bindings: 35
|
||||||
Number of contributors: 554
|
Number of contributors: 554
|
||||||
|
|
||||||
This release includes the following changes:
|
This release includes the following changes:
|
||||||
|
|
||||||
o
|
o added CURLOPT_NEW_FILE_PERMS and CURLOPT_NEW_DIRECTORY_PERMS
|
||||||
|
o improved hashing of sockets for the multi_socket API
|
||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
o adjusted how libcurl treats HTTP 1.1 responses without content-lenth or
|
o adjusted how libcurl treats HTTP 1.1 responses without content-lenth or
|
||||||
chunked encoding
|
chunked encoding
|
||||||
|
o fixed the 10-at-a-time.c example
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
@ -33,6 +35,6 @@ New curl mirrors:
|
|||||||
This release would not have looked like this without help, code, reports and
|
This release would not have looked like this without help, code, reports and
|
||||||
advice from friends like these:
|
advice from friends like these:
|
||||||
|
|
||||||
Robert Iakobashvili
|
Robert Iakobashvili, James Housley, Günter Knauf, James Bursa
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
Reference in New Issue
Block a user