summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* remove unused 'tmpdata' and 'backup' ftp_parselist_data struct membersYang Tse2010-06-101-11/+0
* replace isprint() with ISPRINT()Yang Tse2010-06-101-1/+1
* ensure that Curl_wildcard_dtor() leaves WildcardData struct zero initializedYang Tse2010-06-101-0/+5
* code simplificationYang Tse2010-06-091-6/+1
* add Curl_ prefix to conform with cURL naming standardsYang Tse2010-06-093-13/+15
* Merge branch 'master' of git@github.com:bagder/curlYang Tse2010-06-091-3/+3
|\
| * inet_pton: warnings: use size_t to store pointer deltasDaniel Stenberg2010-06-081-3/+3
* | fix compiler warning using curl_socket_t to store socket descriptorYang Tse2010-06-091-1/+1
|/
* avoid redundant work when reusing same connectionYang Tse2010-06-081-0/+4
* fix function result checkingYang Tse2010-06-081-2/+2
* transfer: warning: implicit conversionDaniel Stenberg2010-06-081-1/+1
* TFTP: fix compiler warningDaniel Stenberg2010-06-081-2/+1
* TFTP: fix warning for sendto() usage on non-POSIX systemsDaniel Stenberg2010-06-081-3/+5
* Include Makefile.inc to get the list of source files for AmigaDan Fandrich2010-06-071-17/+5
* Curl_updateconninfo() error handling fixYang Tse2010-06-073-15/+51
* OpenSSL: fix spurious SSL connection abortsConstantine Sapuntzakis2010-06-051-0/+9
* replace socklen_t with curl_socklen_tYang Tse2010-06-051-1/+1
* getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORTFrank Meier2010-06-055-1/+76
* Enable OpenLDAP support for cygwin builds.Yang Tse2010-06-046-32/+11
* ftplistparser.c: oops, fix typo in the last commitKamil Dudka2010-06-021-1/+1
* ftplistparser.c: avoid some invalid dereferencesKamil Dudka2010-06-021-2/+5
* lib: eliminate some dead codeKamil Dudka2010-06-022-4/+4
* SSH: corrected the inability to respect the timeoutDaniel Stenberg2010-06-021-8/+22
* add missing new files to non-configure target build filesYang Tse2010-06-024-6/+15
* 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