blob: ad0b5b2231c206ca8c08cea236b53248f214dc87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
To be addressed in 7.28
=======================
Bugs:
313 - host.name vs. host.dispname and "(nil)" outputs
320 - bug #3544688 "crash during retry with libcurl and SFTP"
323 - patch - select.c / Curl_socket_check() interrupted
325 - Avoid leak of local device string when reusing connection
Others:
310 - a new authentication callback
312 - custom Content-Length appears in CONNECT, solve it by offering a separate
option to provide headers for the CONNECT request
314 - CURL_SOCKOPTFUNCTION for accept()ed connection, see Gokhan Sengun's patch
315 - multiple receivers with SMTP and one fails
317 - CURLINFO_SSL_TRUST to return SSL-specific data for a darwinssl build
321 - CURLSSH_AUTH_AGENT patch by Armel Asselin
322 - pipelining improvements
324 - curl_multi_select() vs curl_multi_fdvec() etc
326 - Improve testsuite for better results when running on MSYS/MinGW.
Fix crahses with tests lib547, lib548, lib590 and curl.
Fix socketflt for Win32. Fix hung with test 1326.
327 -
|