summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-182-6/+12
* NetWare seems to have writev()Yang Tse2008-09-161-0/+1
* NetWare CLIB target has stricmp() and strnicmp()Yang Tse2008-09-161-0/+1
* Note that the long long issue is fixed in Symbian OS 9.4Dan Fandrich2008-09-151-1/+1
* HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32Yang Tse2008-09-152-6/+18
* improve detection of:Yang Tse2008-09-151-15/+4
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-131-2/+0
* fix compiler warning: defined but not usedYang Tse2008-09-132-4/+11
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-131-2/+2
* Disable tracking of fdopen() calls in the low-level memory leak trackingYang Tse2008-09-132-1/+5
* remove dead code portion inoperative long time agoYang Tse2008-09-131-7/+0
* fix compiler warning: enumerated type mixed with another typeYang Tse2008-09-131-1/+1
* ANSI C compatibility adjustmentYang Tse2008-09-122-2/+2
* ensure that errno is not modified inside Curl_strerror()Yang Tse2008-09-121-33/+39
* ANSI C compatibility fixYang Tse2008-09-121-1/+2
* Checked in some code improvements and minor fixes that I discovered in theDan Fandrich2008-09-102-2/+2
* fix compiler warningYang Tse2008-09-101-1/+1
* Checked in some grammatical and minor other fixes in the documentation andDan Fandrich2008-09-101-1/+1
* Factored out Curl_isalnumDan Fandrich2008-09-091-20/+27
* fix compiler warningYang Tse2008-09-084-8/+8
* Dmitry Kurochkin fixed pipelining over proxy using the multi interfaceDaniel Stenberg2008-09-081-6/+7
* - Stefan Krause pointed out that libcurl would wrongly send away cookies toDaniel Stenberg2008-09-081-7/+11
* comment < 80 columnsDaniel Stenberg2008-09-081-3/+3
* remove unnecessary typecasting of malloc()Yang Tse2008-09-0622-53/+49
* remove unnecessary typecasting of calloc()Yang Tse2008-09-0613-23/+21
* remove unnecessary typecasting of realloc()Yang Tse2008-09-067-9/+8
* Only compile Curl_ssl_free_certinfo when SSL is enabledDan Fandrich2008-09-051-1/+1
* Improved the logic the decides whether to use HTTP 1.1 features or not in aDan Fandrich2008-09-054-27/+55
* Use realloc when paused in Curl_client_writeDan Fandrich2008-09-051-5/+3
* - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renamesDaniel Stenberg2008-09-053-7/+28
* - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg2008-09-058-33/+440
* - Dmitriy Sergeyev pointed out that curl_easy_pause() didn't unpause properlyDaniel Stenberg2008-09-051-6/+7
* somewhat protect Mac OS X users from using Mac OS 9 config fileYang Tse2008-09-052-2/+13
* fixed largefile feature for MingW32 non-configure builds.Gunter Knauf2008-09-041-0/+4
* enabled largefile feature for LIBC builds.Gunter Knauf2008-09-041-0/+2
* Made some variables constDan Fandrich2008-09-043-7/+11
* fix print formatting string directivesYang Tse2008-09-046-13/+13
* Fixed an out of memory problem that caused torture test failures in testsDan Fandrich2008-09-021-2/+8
* Removed some redundant type castsDan Fandrich2008-09-024-5/+5
* Made some variables const which eliminated some castsDan Fandrich2008-09-026-24/+24
* Add README.curl_off_t to the release archiveDaniel Stenberg2008-09-011-1/+1
* MSVC adjustmentYang Tse2008-08-311-0/+8
* - When libcurl was doing a HTTP POST and the server would respond withDaniel Stenberg2008-08-291-0/+9
* When not using large file support WIN32's lseek offset is a 'long'.Yang Tse2008-08-281-1/+1
* Adjust generation of MSVC project filesYang Tse2008-08-281-4/+16
* - I'm abandoning the system with the web site mirrors (but keeping downloadDaniel Stenberg2008-08-281-1/+1
* minor code indent fixesDaniel Stenberg2008-08-281-11/+12
* - Dengminwen reported that libcurl would lock a (cookie) share twice (withoutDaniel Stenberg2008-08-281-2/+5
* Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to setDan Fandrich2008-08-281-0/+3
* This file must be kept in CVS with DOS style CR+LF line endings.Yang Tse2008-08-282-158/+158