aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-12-01fix compiler warning: conversion may lose significant bitsYang Tse
2010-12-01connect: fix compiler warning: unused variableYang Tse
2010-11-30fix getinfo CURLINFO_LOCAL* for reused connections (take 2)Yang Tse
2010-11-30fix getinfo CURLINFO_LOCAL* for reused connections follow-upYang Tse
2010-11-30fix getinfo CURLINFO_LOCAL* for reused connectionsYang Tse
2010-11-30fix getinfo CURLINFO_LOCAL* for reused connectionsYang Tse
2010-11-28atoi: remove atoi usageYang Tse
2010-11-28multi: fix compiler warning: conversion may lose significant bits follow-upYang Tse
2010-11-26ftp: fix 'bool' data type implementation dependant usageYang Tse
2010-11-26multi: fix compiler warning: conversion may lose significant bitsYang Tse
2010-11-26multi: fix compiler warning: enumerated type mixed with another typeYang Tse
2010-11-26hostip: edit commentYang Tse
2010-11-26s/isspace/ISSPACEYang Tse
2010-11-25curl_multi_info_read: fix compiler warning: conversion may lose significant bitsYang Tse
2010-11-25inet_pton: fix compiler warningYang Tse
2010-11-24Curl_getaddrinfo_ex: sanitize function results follow-up.Yang Tse
2010-11-23Curl_getaddrinfo_ex: sanitize function results.Yang Tse
2010-11-22openldap: use remote port in URL passed to ldap_init_fd()Kamil Dudka
2010-11-20gtls: define and use gtls_EAGAIN, gtls_EINTR and gtls_EIO.Yang Tse
2010-11-19Detect socket errors in GnuTLS on WindowsMatthias Bolte
2010-11-14gnutls->handshake: improved timeout handlingDaniel Stenberg
2010-11-13urldata: Capitalize enum protect_level values.Julien Chaffraix
2010-11-13security: tighten enum protection_level usage.Julien Chaffraix
2010-11-12krb5: Use GSS_ERROR to check for error.Julien Chaffraix
2010-11-12security: Pass the right parameter to init.Julien Chaffraix
2010-11-11ip_version: moved to connection structDaniel Stenberg
2010-11-10TFTP: resend the correct dataRutger Hofman
2010-11-09ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUTKamil Dudka
2010-11-08ftp: close connection as soon as ABOR has been sentKamil Dudka
2010-11-08CURLOPT_RESOLVE: addedDaniel Stenberg
2010-11-08fix compiler warningYang Tse
2010-11-05LDAP: detect non-binary attributes properlyAlfred Gebert
2010-11-05Revert: use Host: name for SNI and cert name checksDaniel Stenberg
2010-11-04certcheck: use the custom Host: name for checksDaniel Stenberg
2010-11-04SNI: simplify the custom host name useDaniel Stenberg
2010-11-04host: get the custom Host: name more genericlyDaniel Stenberg
2010-11-04SNI: set name to custom Host headerHongli Lai (Phusion)
2010-10-29ftp: prevent server from hanging on closed data connectionKamil Dudka
2010-10-28Removed a leftover mention of FTP in an error messageDan Fandrich
2010-10-21Removed the native Makefile.riscos filesDan Fandrich
2010-10-20Lightened the stack in wc_statemach to permit deeper recursionDan Fandrich
2010-10-20SSH: use libssh2_session_handshake()Daniel Stenberg
2010-10-20SSH: avoid using the libssh2_ prefixDaniel Stenberg
2010-10-20formdata: provide error messageDaniel Stenberg
2010-10-19URL-parsing: consider ? a dividerDaniel Stenberg
2010-10-18krb4.h: removed unused prototypesDaniel Stenberg
2010-10-18krb4: make a few functions staticDaniel Stenberg
2010-10-17http_chunks: remove debug outputDaniel Stenberg
2010-10-14Curl_setopt: disallow CURLOPT_USE_SSL without SSL supportDaniel Stenberg
2010-10-14Some more small Watcom makefile fixes.Guenter Knauf