mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
193d33fd4a
made it an unsigned int. The type was only used in the curl_sockaddr struct definition (only used by the curl_opensocket_callback). On all platforms I could find information about, socklen_t is 32 unsigned bits large so I don't think this will break the API or ABI. The main reason for this change is of course for all the platforms that don't have a socklen_t definition in their headers to build fine again. Providing our own configure magic and custom definition of socklen_t on those systems proved to work but was a lot of cruft, code and extra magic needed - when this very small change of type seems harmless and still solves the missing socklen_t problem.
69 lines
2.7 KiB
Plaintext
69 lines
2.7 KiB
Plaintext
Curl and libcurl 7.17.2
|
|
|
|
Public curl releases: 103
|
|
Command line options: 124
|
|
curl_easy_setopt() options: 148
|
|
Public functions in libcurl: 55
|
|
Public web site mirrors: 42
|
|
Known libcurl bindings: 36
|
|
Contributors: 597
|
|
|
|
This release includes the following changes:
|
|
|
|
o --data-urlencode was added
|
|
o CURLOPT_PROXY_TRANSFER_MODE was added
|
|
o --no-keep-alive was added
|
|
o --socks4a added (proxy type CURLPROXY_SOCKS4A for libcurl)
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
o curl-config --features and --protocols show the correct output when built
|
|
with NSS, and also when SCP, SFTP and libz are not available
|
|
o free problem in the curl tool for users with empty home dir
|
|
o curl.h version 7.17.1 problem when building C++ apps with MSVC
|
|
o SFTP and SCP use persistent connections
|
|
o segfault on bad URL
|
|
o variable wrapping when using absolutely huge send buffer sizes
|
|
o variable wrapping when using debug callback and the HTTP request wasn't sent
|
|
in one go
|
|
o SSL connections with NSS done with the multi-interface
|
|
o setting a share no longer activates cookies
|
|
o Negotiate now works on auth and proxy simultanouesly
|
|
o support HTTP Digest nonces up to 1023 letters
|
|
o resumed ftp upload no longer requires the read callback to return full
|
|
buffers
|
|
o no longer default-appends ;type= on FTP URLs thru proxies
|
|
o SSL session id caching
|
|
o POST with callback over proxy requiring NTLM or Digest
|
|
o Expect: 100-continue flaw on re-used connection with POSTs
|
|
o build fix for MSVC 9.0 (VS2008)
|
|
o Windows curl builds failed file truncation when retry downloading
|
|
o SSL session ID cache memory leak
|
|
o bad connection re-use check with environment variable-activated proxy use
|
|
o --libcurl now generates a return statement as well
|
|
o socklen_t is no longer used in the public includes
|
|
|
|
This release includes the following known bugs:
|
|
|
|
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
|
|
|
|
Other curl-related news:
|
|
|
|
o TclCurl 7.17.1 => http://personal1.iddeo.es/andresgarci/tclcurl/english/
|
|
o Ruby Curl::Multi 0.1 => http://curl-multi.rubyforge.org/
|
|
|
|
New curl mirrors:
|
|
|
|
o http://curl.gominet.net/ is new web mirror in Vizcaya, Portugal
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
advice from friends like these:
|
|
|
|
Dan Fandrich, Gisle Vanem, Toby Peterson, Yang Tse, Daniel Black,
|
|
Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden,
|
|
Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset, Andrew Moise,
|
|
Gilles Blanc, David Wright, Vikram Saxena, Mateusz Loskot, Gary Maxwell,
|
|
Dmitry Kurochkin, Mohun Biswas, Richard Atterer
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|