summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.Patrick Monnerat2010-02-227-17/+147
* add header inclusionYang Tse2010-02-221-0/+1
* fix compiler warningYang Tse2010-02-223-3/+19
* fix compiler warningYang Tse2010-02-213-16/+55
* clarify more details on section "2.1 More non-blocking"Daniel Stenberg2010-02-211-1/+12
* TFTP transfers are not blocking since 7.20.0Daniel Stenberg2010-02-211-2/+1
* - Fixed the SMTP compliance by making sure RCPT TO addresses are specifiedDaniel Stenberg2010-02-207-25/+42
* - I made the SMTP code expect a 250 response back from the server after theDaniel Stenberg2010-02-205-0/+47
* corected a comment and wrapped a few longish linesDaniel Stenberg2010-02-201-13/+18
* fix compiler warningYang Tse2010-02-201-7/+7
* fix compiler warningYang Tse2010-02-203-9/+15
* fix compiler warningYang Tse2010-02-202-8/+8
* fix compiler warningYang Tse2010-02-1914-16/+111
* fix compiler warningYang Tse2010-02-184-20/+15
* ares_reinit()Daniel Stenberg2010-02-171-0/+5
* use curl standard indentation and line lengthsDaniel Stenberg2010-02-171-55/+59
* replaced tabs with spacesYang Tse2010-02-1626-619/+619
* fix Content-Length validationYang Tse2010-02-162-4/+8
* use (void) in front of fwrite() calls that ignore the return codeDaniel Stenberg2010-02-151-4/+4
* fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse2010-02-152-6/+28
* fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse2010-02-152-16/+22
* -w speed_download and speed_upload are measured in bytes per secondDaniel Stenberg2010-02-151-2/+4
* 75. NTLM authentication involving unicode user name or password.Daniel Stenberg2010-02-141-0/+4
* removed trailing whitespaceYang Tse2010-02-14141-669/+673
* fix compiler warningYang Tse2010-02-141-2/+2
* Overhauled test suite getpart() function. Fixing potential out of boundsYang Tse2010-02-147-154/+405
* - Martin Hager reported and fixed a problem with a missing quote in libcurl.m4Daniel Stenberg2010-02-133-2/+9
* used allways #ifdef / #ifndef;Gunter Knauf2010-02-131-27/+29
* replaced tabs by spaces, removed trailing tabs/spaces.Gunter Knauf2010-02-131-13/+13
* - Tom Donovan fixed the CURL_FORMAT_* defines when building with cmake.Daniel Stenberg2010-02-133-4/+8
* - Jack Zhang reported a problem with SMTP: we wrongly used multiple addressesDaniel Stenberg2010-02-125-21/+38
* CURLOPT_MAIL_RCPT is *not* a string so we must not try to printf() itDaniel Stenberg2010-02-121-3/+3
* free --mail-from strings properlyDaniel Stenberg2010-02-121-0/+2
* _ Make it compilable again on OS400.Patrick Monnerat2010-02-116-25/+86
* mention last changesYang Tse2010-02-112-2/+6
* Steven M. Schweda updated VMS readme fileYang Tse2010-02-111-32/+36
* Steven M. Schweda removed batch_compile.com and defines.comYang Tse2010-02-113-90/+17
* Steven M. Schweda fixed:Yang Tse2010-02-111-11/+23
* Mention the minimum size of CURL_MAX_WRITE_SIZEDan Fandrich2010-02-101-1/+3
* - remove extra "\r\n" from doc404_RTSPYang Tse2010-02-101-4/+8
* Removed some erroneous "compressed" key wordsDan Fandrich2010-02-094-4/+0
* start working on 7.20.1Daniel Stenberg2010-02-092-56/+10
* spell and 7.20.0curl-7_20_0Daniel Stenberg2010-02-091-6/+7
* - When downloading compressed content over HTTP and the app as asked libcurlDaniel Stenberg2010-02-093-2/+17
* set VERSIONINFO accordingly for the 7.20.0 releaseDaniel Stenberg2010-02-091-3/+3
* warning fixYang Tse2010-02-061-1/+1
* OOM handling fixYang Tse2010-02-062-4/+12
* OOM handling fixYang Tse2010-02-063-17/+32
* fix compiler warningYang Tse2010-02-051-1/+1
* fix compiler warningYang Tse2010-02-051-1/+3