summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add missing new files to non-configure target build filesYang Tse2010-06-026-7/+19
* include libcurl standard internal headersYang Tse2010-06-0212-17/+54
* TODO: add multi interface improvement remove ldap selectDaniel Stenberg2010-06-021-7/+5
* 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-013-4/+28
* fix ldaps option issueYang Tse2010-06-011-13/+20
* fix ldap related compilation issuesYang Tse2010-06-016-14/+44
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-06-012-3/+3
* 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-311-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-312-2/+2
* fix compiler warning: external declaration in primary source fileYang Tse2010-05-311-1/+5
* fix compiler warning: variable was set but never usedYang Tse2010-05-311-0/+4
* 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-294-10/+10
* CURL_LLONG_MAX: avoid constant overflowKamil Dudka2010-05-292-2/+7
* LDAPS: list availability depending on SSL's presenceHoward Chu2010-05-283-6/+7
* LDAP: make it build without SSL if no such support is availableHoward Chu2010-05-281-0/+10
* TODO: removed fixed itemsDaniel Stenberg2010-05-281-29/+16
* lib: eliminate 'statement not reached' warningsKamil Dudka2010-05-283-5/+5
* test1115: verify that unexpected 1xx responses work fineDaniel Stenberg2010-05-282-1/+56
* lib577: avoid redefinition of ERRORKamil Dudka2010-05-281-4/+4
* test313: a new test for CRL supportKamil Dudka2010-05-273-1/+42
* tests/certs: re-generated because of lost pass-phraseKamil Dudka2010-05-2723-499/+535
* tests/certs/scripts: generate also CRLKamil Dudka2010-05-273-7/+27
* 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
* lib573: do not compare double for exact matchTor Arntsen2010-05-271-2/+2
* 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-272-7/+29
* 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-262-1/+14
* OOM fixes in http_negociate.c and lib/splay.cJulien Chaffraix2010-05-263-4/+9
* LDAP: properly implemented as a curl_handlerHoward Chu2010-05-259-12/+597
* curl_fnmatch: Use int not bool when function returns intTor Arntsen2010-05-211-1/+1
* TFTP: send legal timeout valueDaniel Stenberg2010-05-212-2/+15
* TFTP: don't ack if wrong block num is receivedDaniel Stenberg2010-05-211-1/+2
* TFTP: block id wrap bug fixDaniel Stenberg2010-05-213-8/+19
* 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-202-0/+28
* Test 573: Use correct type for CURLINFO_CONNECT_TIMETor Arntsen2010-05-201-3/+3