summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* include libcurl standard internal headersYang Tse2010-06-0212-17/+54
* make setup.h first included fileYang Tse2010-06-021-1/+2
* fix spnego memory leakYang Tse2010-06-021-2/+6
* openldap header inclusions fixYang Tse2010-06-021-1/+4
* multi_socket: handles timer inaccuracy better for timeoutsDaniel Stenberg2010-06-011-3/+5
* fix ldap related compilation issuesYang Tse2010-06-015-11/+37
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-06-011-1/+1
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-05-311-4/+4
* smtp_authenticate: avoid compiler warningsPatrick Monnerat2010-05-311-0/+4
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-05-312-2/+2
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-05-312-2/+2
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-05-311-3/+3
* fix compiler warning: external declaration in primary source fileYang Tse2010-05-311-3/+4
* update year in copyright noticeYang Tse2010-05-311-1/+1
* strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MINKamil Dudka2010-05-293-9/+9
* CURL_LLONG_MAX: avoid constant overflowKamil Dudka2010-05-291-1/+6
* LDAPS: list availability depending on SSL's presenceHoward Chu2010-05-282-2/+2
* LDAP: make it build without SSL if no such support is availableHoward Chu2010-05-281-0/+10
* lib: eliminate 'statement not reached' warningsKamil Dudka2010-05-283-5/+5
* openldap: fix compiler warningsHoward Chu2010-05-271-2/+7
* indent: some whitespace editsDaniel Stenberg2010-05-271-23/+24
* wildcard.c: add missing include of "setup.h"Kamil Dudka2010-05-271-0/+1
* wildcard.c: add missing include of "curl_memory.h"Pavel Raiskup2010-05-271-0/+1
* setup_once: use enum type for 'bool' on non-C99 platformsTor Arntsen2010-05-271-6/+24
* url.c: avoid implied cast to boolKamil Dudka2010-05-272-2/+2
* curl_fnmatch: remove use of register keywordTor Arntsen2010-05-271-4/+4
* RTMP: Fix compiler warningsJulien Chaffraix2010-05-261-1/+11
* OOM fixes in http_negociate.c and lib/splay.cJulien Chaffraix2010-05-262-4/+6
* LDAP: properly implemented as a curl_handlerHoward Chu2010-05-256-11/+586
* curl_fnmatch: Use int not bool when function returns intTor Arntsen2010-05-211-1/+1
* TFTP: send legal timeout valueDaniel Stenberg2010-05-211-2/+3
* TFTP: don't ack if wrong block num is receivedDaniel Stenberg2010-05-211-1/+2
* TFTP: block id wrap bug fixDaniel Stenberg2010-05-211-7/+11
* Fix build warnings.Ben Greear2010-05-203-16/+17
* setopt: Fix setting of set.is_fwrite_setBen Greear2010-05-201-1/+1
* build: allow curl to build with Microsoft VC10Tanguy Fautre2010-05-201-0/+25
* lib: Fix AIX build failureTor Arntsen2010-05-192-0/+4
* Fixed some memory leaks in the POP3 torture testsDan Fandrich2010-05-191-3/+5
* Fixed a memory leak in the SMTP torture testsDan Fandrich2010-05-181-5/+7
* TFTP: send timeout option correctlyDaniel Stenberg2010-05-181-2/+4
* lib: Change some CRLF line endings to LFTor Arntsen2010-05-162-2/+2
* ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka2010-05-165-4/+9
* RMTP: the version code is now rtmp awareHoward Chu2010-05-151-5/+26
* RTMP: fix wrong #ifdefHoward Chu2010-05-151-1/+1
* ftp wildcard: fix int32_t and size/group mixupsPavel Raiskup2010-05-151-16/+8
* OpenSSL: multi interface handshake could hangDaniel Stenberg2010-05-141-1/+11
* follow redirect: ignore response-body on redirect even if compressedDaniel Stenberg2010-05-141-1/+1
* Remove support for BSD version of PolarSSLHoi-Ho Chan2010-05-132-23/+0
* Added Polar SSL and RTMP files to the non-autoconf build filesDan Fandrich2010-05-123-2/+5
* Added the new ftp source files to the non-autoconf build filesDan Fandrich2010-05-123-5/+22