summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* symbol-scan: use configure script knowledge about how to run the C preprocessorYang Tse2010-11-254-4/+61
* ignore file generated by configureYang Tse2010-11-251-0/+1
* curl_multi_info_read: fix compiler warning: conversion may lose significant bitsYang Tse2010-11-251-1/+2
* inet_pton: fix compiler warningYang Tse2010-11-251-4/+4
* Curl_getaddrinfo_ex: sanitize function results follow-up.Yang Tse2010-11-241-0/+12
* Curl_getaddrinfo_ex: sanitize function results.Yang Tse2010-11-231-19/+31
* openldap: use remote port in URL passed to ldap_init_fd()Kamil Dudka2010-11-221-1/+1
* gtls: define and use gtls_EAGAIN, gtls_EINTR and gtls_EIO.Yang Tse2010-11-201-20/+23
* Added a couple examples that were missing from the tar ballDan Fandrich2010-11-191-1/+2
* Check for errors while preprocessing curl.h in test 1119Dan Fandrich2010-11-192-3/+8
* Use the 3-argument open for compatibility with older perlsDan Fandrich2010-11-191-1/+1
* Detect socket errors in GnuTLS on WindowsMatthias Bolte2010-11-192-3/+41
* test servers: fix strict aliasing compiler warningsYang Tse2010-11-196-129/+188
* configure: use autobuilds to temporarily verify strict aliasing warnings.Yang Tse2010-11-181-0/+5
* configure: Prevent link errors with --librtmp.Julien Chaffraix2010-11-171-0/+4
* RELEASE-NOTES: synced with cbf4961bf3e4Daniel Stenberg2010-11-151-1/+8
* gnutls->handshake: improved timeout handlingDaniel Stenberg2010-11-141-9/+10
* urldata: Capitalize enum protect_level values.Julien Chaffraix2010-11-137-50/+49
* security: tighten enum protection_level usage.Julien Chaffraix2010-11-137-12/+30
* configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected in bodyYang Tse2010-11-131-13/+22
* curl.1: "a file", not anDaniel Stenberg2010-11-121-2/+2
* version-check.pl: display version number for symbolsDaniel Stenberg2010-11-121-0/+69
* Makefile.vc6: fixed the xattr.c compileAdam Light2010-11-121-0/+4
* krb5: Use GSS_ERROR to check for error.Julien Chaffraix2010-11-121-4/+4
* security: Pass the right parameter to init.Julien Chaffraix2010-11-121-1/+1
* HTTP Auth: Add CURLAUTH_ONLYDaniel Stenberg2010-11-113-0/+8
* ip_version: moved to connection structDaniel Stenberg2010-11-119-80/+89
* buildconf: MAC OS X requires libtool version 1.5.26 or newerYang Tse2010-11-111-0/+6
* configure: remove temporary autobuilds exercising of xattr function testsYang Tse2010-11-111-13/+1
* configure: use autobuilds to temporarily exercise xattr function testsYang Tse2010-11-101-1/+9
* xattr: portability fixYang Tse2010-11-101-0/+4
* curl-functions: provide xattr function tests that also check number of argumentsYang Tse2010-11-101-84/+976
* test1120: verify FTP response 421Daniel Stenberg2010-11-102-1/+45
* ftpserver.pl: spellfix commentDaniel Stenberg2010-11-101-1/+1
* TFTP: resend the correct dataRutger Hofman2010-11-101-1/+1
* write extended attributes by using fsetxattrStefan Tomanek2010-11-105-53/+54
* Check for getinfo errors before setting attributesDan Fandrich2010-11-091-4/+4
* ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUTKamil Dudka2010-11-092-0/+7
* symbols-in-version: add CURL_SOCKET_BADDaniel Stenberg2010-11-092-2/+14
* serial number bumpYang Tse2010-11-093-4/+4
* ftp: close connection as soon as ABOR has been sentKamil Dudka2010-11-084-7/+11
* RELEASE-NOTES: synced with fc6c4c10f9faab08Daniel Stenberg2010-11-081-6/+8
* help: indent the --xattr option like the othersDaniel Stenberg2010-11-081-1/+1
* curl.1: --resolve documentedDaniel Stenberg2010-11-081-0/+12
* CURLOPT_RESOLVE: documentedDaniel Stenberg2010-11-082-0/+24
* CURLOPT_USE_SSL: move from FTP options to connection optionsDaniel Stenberg2010-11-081-18/+18
* xattr-check: correct the comment as wellDaniel Stenberg2010-11-081-1/+1
* xattr: use const char * for const stringsDaniel Stenberg2010-11-081-1/+1
* setxattr: fix the checksDaniel Stenberg2010-11-081-4/+24
* CURLOPT_RESOLVE: addedDaniel Stenberg2010-11-088-5/+103