Age | Commit message (Expand) | Author |
2010-12-15 | Preparing for axTLS. Actual SSL API functions are only stubbed. | Eric Hu |
2010-12-13 | IsPipeliningPossible: only for HTTP | Daniel Stenberg |
2010-12-13 | multi_runsingle: don't timeout completed handles | Daniel Stenberg |
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 |
2010-12-06 | ossl_connect_common: detect connection re-use | Heinrich Ko |
2010-12-06 | url: provide dead_connection flag in Curl_handler::disconnect | Kamil Dudka |
2010-12-06 | ssh: fix a download resume point calculation | Yang Tse |
2010-12-05 | Curl_wait_for_resolv: correct timeout | Daniel Stenberg |
2010-12-05 | Curl_send/recv_plain: return errno on failure | Daniel Stenberg |
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 |
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 | 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 |
2010-11-30 | fix getinfo CURLINFO_LOCAL* for reused connections | Yang Tse |
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 | s/isspace/ISSPACE | 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 |
2010-11-24 | Curl_getaddrinfo_ex: sanitize function results follow-up. | Yang Tse |
2010-11-23 | Curl_getaddrinfo_ex: sanitize function results. | Yang Tse |
2010-11-22 | openldap: use remote port in URL passed to ldap_init_fd() | Kamil Dudka |
2010-11-20 | gtls: define and use gtls_EAGAIN, gtls_EINTR and gtls_EIO. | Yang Tse |
2010-11-19 | Detect socket errors in GnuTLS on Windows | Matthias Bolte |
2010-11-14 | gnutls->handshake: improved timeout handling | Daniel Stenberg |
2010-11-13 | urldata: Capitalize enum protect_level values. | Julien Chaffraix |
2010-11-13 | security: tighten enum protection_level usage. | Julien Chaffraix |
2010-11-12 | krb5: Use GSS_ERROR to check for error. | Julien Chaffraix |
2010-11-12 | security: Pass the right parameter to init. | Julien Chaffraix |
2010-11-11 | ip_version: moved to connection struct | Daniel Stenberg |
2010-11-10 | TFTP: resend the correct data | Rutger Hofman |
2010-11-09 | ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT | Kamil Dudka |