summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-2424-157/+10
* Make sure not to dereference the wrong UrlState proto union member whenDan Fandrich2008-09-241-0/+1
* Remove usage of inet_ntoa and inet_ntoa_rYang Tse2008-09-231-24/+15
* Replace inet_ntoa and inet_ntoa_r with Curl_inet_ntopYang Tse2008-09-231-11/+4
* Avoid 'warning: comparison between signed and unsigned'.Gisle Vanem2008-09-231-2/+3
* - Introducing Jamie Lokier's function for date to epoch conversion used in theDaniel Stenberg2008-09-231-32/+40
* - Rob Crittenden brought a patch to "add some locking for thread-safety to NSSDaniel Stenberg2008-09-231-4/+23
* - Made the SOCKS code use the new Curl_read_plain() function to fix the bugDaniel Stenberg2008-09-223-13/+36
* - Michael Goffioul filed bug report #2107377 "Problem with mutli + GnuTLS +Daniel Stenberg2008-09-221-0/+7
* HAVE_ALARM definition for static config-*.h filesYang Tse2008-09-194-0/+10
* configure script now checks availability of the alarm() functionYang Tse2008-09-191-58/+47
* Only define alarmfunc when signals are usedDan Fandrich2008-09-191-10/+2
* Don't bother to install a SIGALRM handler unless alarm() is available.Dan Fandrich2008-09-191-37/+32
* fix compiler warning: external definition with no prior declarationYang Tse2008-09-181-0/+1
* 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