summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warning: conversion may lose significant bitsYang Tse2010-12-017-8/+85
* connect: fix compiler warning: unused variableYang Tse2010-12-011-1/+1
* fix getinfo CURLINFO_LOCAL* for reused connections (take 2)Yang Tse2010-11-305-52/+88
* fix getinfo CURLINFO_LOCAL* for reused connections follow-upYang Tse2010-11-301-0/+3
* fix getinfo CURLINFO_LOCAL* for reused connectionsYang Tse2010-11-301-6/+2
* fix getinfo CURLINFO_LOCAL* for reused connectionsYang Tse2010-11-303-53/+45
* atoi: remove atoi usageYang Tse2010-11-285-6/+6
* multi: fix compiler warning: conversion may lose significant bits follow-upYang Tse2010-11-281-2/+2
* ftp: fix 'bool' data type implementation dependant usageYang Tse2010-11-261-3/+3
* multi: fix compiler warning: conversion may lose significant bitsYang Tse2010-11-261-4/+1
* multi: fix compiler warning: enumerated type mixed with another typeYang Tse2010-11-261-1/+2
* hostip: edit commentYang Tse2010-11-261-1/+1
* s/isspace/ISSPACEYang Tse2010-11-263-5/+5
* 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
* Detect socket errors in GnuTLS on WindowsMatthias Bolte2010-11-191-2/+39
* 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
* 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
* ip_version: moved to connection structDaniel Stenberg2010-11-119-80/+89
* TFTP: resend the correct dataRutger Hofman2010-11-101-1/+1
* ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUTKamil Dudka2010-11-091-0/+6
* ftp: close connection as soon as ABOR has been sentKamil Dudka2010-11-081-4/+11
* CURLOPT_RESOLVE: addedDaniel Stenberg2010-11-086-5/+89
* fix compiler warningYang Tse2010-11-088-13/+14
* LDAP: detect non-binary attributes properlyAlfred Gebert2010-11-051-0/+2
* Revert: use Host: name for SNI and cert name checksDaniel Stenberg2010-11-054-29/+22
* certcheck: use the custom Host: name for checksDaniel Stenberg2010-11-041-4/+8
* SNI: simplify the custom host name useDaniel Stenberg2010-11-041-6/+2
* host: get the custom Host: name more genericlyDaniel Stenberg2010-11-044-29/+20
* SNI: set name to custom Host headerHongli Lai (Phusion)2010-11-041-3/+19
* ftp: prevent server from hanging on closed data connectionKamil Dudka2010-10-291-1/+6
* Removed a leftover mention of FTP in an error messageDan Fandrich2010-10-281-1/+1
* Removed the native Makefile.riscos filesDan Fandrich2010-10-212-233/+1
* Lightened the stack in wc_statemach to permit deeper recursionDan Fandrich2010-10-201-14/+14
* SSH: use libssh2_session_handshake()Daniel Stenberg2010-10-201-0/+7
* SSH: avoid using the libssh2_ prefixDaniel Stenberg2010-10-201-8/+9
* formdata: provide error messageDaniel Stenberg2010-10-203-68/+34
* URL-parsing: consider ? a dividerDaniel Stenberg2010-10-191-2/+2
* krb4.h: removed unused prototypesDaniel Stenberg2010-10-181-10/+0
* krb4: make a few functions staticDaniel Stenberg2010-10-183-23/+18
* http_chunks: remove debug outputDaniel Stenberg2010-10-171-1/+0
* Curl_setopt: disallow CURLOPT_USE_SSL without SSL supportDaniel Stenberg2010-10-141-1/+2
* Some more small Watcom makefile fixes.Guenter Knauf2010-10-141-1/+2