summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-053-1/+16
* replace socklen_t with curl_socklen_tYang Tse2010-06-051-1/+1
* getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORTFrank Meier2010-06-0510-9/+107
* RELEASE-NOTES: add contributors not mentionedDaniel Stenberg2010-06-041-1/+2
* Enable OpenLDAP support for cygwin builds.Yang Tse2010-06-0410-72/+30
* 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-023-9/+35
* mention last changesYang Tse2010-06-021-0/+6
* 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