aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-26xattr: fix compiler warning: enumerated type mixed with another typeYang Tse
2010-11-26s/isspace/ISSPACEYang Tse
2010-11-25symbol-scan: use configure script knowledge about how to run the C preprocessorYang Tse
2010-11-25ignore file generated by configureYang 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-19Added a couple examples that were missing from the tar ballDan Fandrich
2010-11-19Check for errors while preprocessing curl.h in test 1119Dan Fandrich
2010-11-19Use the 3-argument open for compatibility with older perlsDan Fandrich
2010-11-19Detect socket errors in GnuTLS on WindowsMatthias Bolte
2010-11-19test servers: fix strict aliasing compiler warningsYang Tse
2010-11-18configure: use autobuilds to temporarily verify strict aliasing warnings.Yang Tse
2010-11-17configure: Prevent link errors with --librtmp.Julien Chaffraix
2010-11-15RELEASE-NOTES: synced with cbf4961bf3e4Daniel Stenberg
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-13configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected in bodyYang Tse
2010-11-12curl.1: "a file", not anDaniel Stenberg
2010-11-12version-check.pl: display version number for symbolsDaniel Stenberg
2010-11-12Makefile.vc6: fixed the xattr.c compileAdam Light
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-11HTTP Auth: Add CURLAUTH_ONLYDaniel Stenberg
2010-11-11ip_version: moved to connection structDaniel Stenberg
2010-11-11buildconf: MAC OS X requires libtool version 1.5.26 or newerYang Tse
2010-11-11configure: remove temporary autobuilds exercising of xattr function testsYang Tse
2010-11-10configure: use autobuilds to temporarily exercise xattr function testsYang Tse
2010-11-10xattr: portability fixYang Tse
2010-11-10curl-functions: provide xattr function tests that also check number of argumentsYang Tse
2010-11-10test1120: verify FTP response 421Daniel Stenberg
2010-11-10ftpserver.pl: spellfix commentDaniel Stenberg
2010-11-10TFTP: resend the correct dataRutger Hofman
2010-11-10write extended attributes by using fsetxattrStefan Tomanek
2010-11-09Check for getinfo errors before setting attributesDan Fandrich
2010-11-09ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUTKamil Dudka