Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-07 | easy: fix compiler warning: end-of-loop code not reached | Yang Tse | |
2010-12-06 | disconnect: pass on the dead_connection argument | Daniel Stenberg | |
Cleanup fix after Kamil's commit 5c7c9a768d0093 | |||
2010-12-06 | sws: fix compier warning: external definition with no prior declaration | Yang Tse | |
2010-12-06 | ossl_connect_common: detect connection re-use | Heinrich Ko | |
ossl_connect_common() now checks whether or not 'struct connectdata->state' is equal 'ssl_connection_complete' and if so, will return CURLE_OK with 'done' set to 'TRUE'. This check prevents ossl_connect_common() from creating a new ssl connection on an existing ssl session which causes openssl to fail when it tries to parse an encrypted TLS packet since the cipher data was effectively thrown away when the new ssl connection was created. Bug: http://curl.haxx.se/mail/lib-2010-11/0169.html | |||
2010-12-06 | url: provide dead_connection flag in Curl_handler::disconnect | Kamil Dudka | |
It helps to prevent a hangup with some FTP servers in case idle session timeout has exceeded. But it may be useful also for other protocols that send any quit message on disconnect. Currently used by FTP, POP3, IMAP and SMTP. | |||
2010-12-06 | ssh: fix a download resume point calculation | Yang Tse | |
2010-12-05 | Curl_wait_for_resolv: correct timeout | Daniel Stenberg | |
When looping in this function and checking for the timeout being expired, it was not updating the reference time when calculating the timediff since previous round which made it think each subsequent loop to have taken longer than it actually did. I also modified the function to use the generic Curl_timeleft() function instead of the custom logic. Bug: http://curl.haxx.se/bug/view.cgi?id=3112579 | |||
2010-12-05 | Curl_send/recv_plain: return errno on failure | Daniel Stenberg | |
When send() and recv() fail, we now store the errno value to allow the app to access it. Bug: http://curl.haxx.se/bug/view.cgi?id=3128121 Reported by: Yuri | |||
2010-12-05 | Updated OpenSSL version. | Guenter Knauf | |
2010-12-04 | fix compiler warning: conversion may lose significant bits | Yang Tse | |
2010-12-03 | fix compiler warning: assignment within conditional expression | Yang Tse | |
2010-12-03 | fix getinfo CURLINFO_LOCAL* for reused connections (take 2) follow-up | Yang Tse | |
- Show address string from proper buffer in case of connection failure. - Try next address when inet_ntop() fails. | |||
2010-12-03 | version-check: added brief documentation | Daniel Stenberg | |
and the traditional source header | |||
2010-12-03 | build: provide SIZEOF_SIZE_T DOS definition | Yang Tse | |
2010-12-03 | build: lib/config.dos renamed to lib/config-dos.h | Yang Tse | |
2010-12-03 | build: provide SIZEOF_SIZE_T VMS definition | Yang Tse | |
2010-12-03 | build: move config-vms.h from subdir 'packages/vms' into 'lib' | Yang Tse | |
2010-12-02 | build: provide SIZEOF_SIZE_T definition for non-configure builds | Yang Tse | |
2010-12-02 | build: provide SIZEOF_SIZE_T netware definition | Yang Tse | |
2010-12-02 | configure: undo using autobuilds to temporarily verify strict aliasing warnings. | Yang Tse | |
2010-12-02 | fix compiler warning: rounding, sign extension, or loss of accuracy may result | Yang Tse | |
2010-12-02 | fix compiler warning: statement is not reachable | Yang Tse | |
2010-12-01 | fix compiler warning: conversion may lose significant bits | Yang Tse | |
2010-12-01 | connect: fix compiler warning: unused variable | Yang Tse | |
2010-11-30 | fix getinfo CURLINFO_LOCAL* for reused connections (take 2) | Yang Tse | |
2010-11-30 | fix getinfo CURLINFO_LOCAL* for reused connections follow-up | Yang Tse | |
Reinstate IPV6 build variable that got removed. | |||
2010-11-30 | fix getinfo CURLINFO_LOCAL* for reused connections | Yang Tse | |
Failed to commit this file changes along with the others. | |||
2010-11-30 | fix getinfo CURLINFO_LOCAL* for reused connections | Yang Tse | |
2010-11-28 | atoi: remove atoi usage | Yang Tse | |
2010-11-28 | multi: fix compiler warning: conversion may lose significant bits follow-up | Yang Tse | |
2010-11-26 | ftp: fix 'bool' data type implementation dependant usage | Yang Tse | |
2010-11-26 | multi: fix compiler warning: conversion may lose significant bits | Yang Tse | |
2010-11-26 | multi: fix compiler warning: enumerated type mixed with another type | Yang Tse | |
2010-11-26 | hostip: edit comment | Yang Tse | |
2010-11-26 | xattr: fix compiler warning: enumerated type mixed with another type | Yang Tse | |
2010-11-26 | s/isspace/ISSPACE | Yang Tse | |
2010-11-25 | symbol-scan: use configure script knowledge about how to run the C preprocessor | Yang Tse | |
2010-11-25 | ignore file generated by configure | Yang Tse | |
2010-11-25 | curl_multi_info_read: fix compiler warning: conversion may lose significant bits | Yang Tse | |
2010-11-25 | inet_pton: fix compiler warning | Yang Tse | |
warning C4146: unary minus operator applied to unsigned type, result still unsigned | |||
2010-11-24 | Curl_getaddrinfo_ex: sanitize function results follow-up. | Yang Tse | |
2010-11-23 | Curl_getaddrinfo_ex: sanitize function results. | Yang Tse | |
Ensure that spurious results from system's getaddrinfo() ares not propagated by Curl_getaddrinfo_ex() into the library. Also ensure that the ai_addrlen member of Curl_getaddrinfo_ex()'s output linked list of Curl_addrinfo structures has appropriate family-specific address size. | |||
2010-11-22 | openldap: use remote port in URL passed to ldap_init_fd() | Kamil Dudka | |
... not the proxy port. It makes no difference unless a proxy is used. | |||
2010-11-20 | gtls: define and use gtls_EAGAIN, gtls_EINTR and gtls_EIO. | Yang Tse | |
Winsock builds clobber some errno.h defines in setup_once. | |||
2010-11-19 | Added a couple examples that were missing from the tar ball | Dan Fandrich | |
2010-11-19 | Check for errors while preprocessing curl.h in test 1119 | Dan Fandrich | |
This showed a problem when running the test out-of-tree, so an include path is now being added to pick up the generated curlbuild.h file. | |||
2010-11-19 | Use the 3-argument open for compatibility with older perls | Dan Fandrich | |
2010-11-19 | Detect socket errors in GnuTLS on Windows | Matthias Bolte | |
On Windows, translate WSAGetLastError() to errno values as GNU TLS does it internally, too. This is necessary because send() and recv() on Windows don't set errno when they fail but GNU TLS expects a proper errno value. Bug: http://curl.haxx.se/bug/view.cgi?id=3110991 | |||
2010-11-19 | test servers: fix strict aliasing compiler warnings | Yang Tse | |
2010-11-18 | configure: use autobuilds to temporarily verify strict aliasing warnings. | Yang Tse | |
Temporarily, When cross-compiling with gcc 3.0 or later, enable strict aliasing rules and warnings. Given that cross-compiled targets autobuilds do not run the |