aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-10-01Fixed some compiler warnings with gccDan Fandrich
2008-09-30fix compiler warning: declaration of 'err' shadows a previous localYang Tse
2008-09-30fix compiler warning: function declaration isn't a prototypeYang Tse
2008-09-30fix compiler warning: enumerated type mixed with another typeYang Tse
2008-09-30- The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZEDaniel Stenberg
2008-09-29Fixed a couple of compile warnings.Dan Fandrich
2008-09-29Made the month days table static constDan Fandrich
2008-09-29Fixed a compile problem with --disable-proxyDan Fandrich
2008-09-29- Daniel Egger provided a patch that allows you to disable proxy support inDaniel Stenberg
2008-09-29Removed unneeded includes of signal.h and setjmp.hDan Fandrich
2008-09-29Moved all signal-based name resolution timeout handling into a single newDan Fandrich
2008-09-29- Ian Lynagh provided a patch that now makes CURLOPT_RANGE work fine for SFTPDaniel Stenberg
2008-09-29- Bug #2107803 (http://curl.haxx.se/bug/view.cgi?id=2107803) "noDaniel Stenberg
2008-09-29made Curl_read_plain() return an 'int' instead of CURLcode since it actuallyDaniel Stenberg
2008-09-26Fixed a few comment typosDan Fandrich
2008-09-25- Fixed the HTTP Digest auth code to not behave badly when getting a blank realmDaniel Stenberg
2008-09-24HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse
2008-09-24configure script now checks availability of the inet_ntop() function,Yang Tse
2008-09-24Official OpenSSL released versions up to and including 0.9.8i as well asYang Tse
2008-09-24ntoa() and inet_ntoa_r() no longer usedYang Tse
2008-09-24Make sure not to dereference the wrong UrlState proto union member whenDan Fandrich
2008-09-23Remove usage of inet_ntoa and inet_ntoa_rYang Tse
2008-09-23Replace inet_ntoa and inet_ntoa_r with Curl_inet_ntopYang Tse
2008-09-23Avoid 'warning: comparison between signed and unsigned'.Gisle Vanem
2008-09-23- Introducing Jamie Lokier's function for date to epoch conversion used in theDaniel Stenberg
2008-09-23- Rob Crittenden brought a patch to "add some locking for thread-safety to NSSDaniel Stenberg
2008-09-22- Made the SOCKS code use the new Curl_read_plain() function to fix the bugDaniel Stenberg
2008-09-22- Michael Goffioul filed bug report #2107377 "Problem with mutli + GnuTLS +Daniel Stenberg
2008-09-19HAVE_ALARM definition for static config-*.h filesYang Tse
2008-09-19configure script now checks availability of the alarm() functionYang Tse
2008-09-19Only define alarmfunc when signals are usedDan Fandrich
2008-09-19Don't bother to install a SIGALRM handler unless alarm() is available.Dan Fandrich
2008-09-18fix compiler warning: external definition with no prior declarationYang Tse
2008-09-18fix compiler warning: external declaration in primary source fileYang Tse
2008-09-16NetWare seems to have writev()Yang Tse
2008-09-16NetWare CLIB target has stricmp() and strnicmp()Yang Tse
2008-09-15Note that the long long issue is fixed in Symbian OS 9.4Dan Fandrich
2008-09-15HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32Yang Tse
2008-09-15improve detection of:Yang Tse
2008-09-13fix compiler warning: external declaration in primary source fileYang Tse
2008-09-13fix compiler warning: defined but not usedYang Tse
2008-09-13fix compiler warning: external declaration in primary source fileYang Tse
2008-09-13Disable tracking of fdopen() calls in the low-level memory leak trackingYang Tse
2008-09-13remove dead code portion inoperative long time agoYang Tse
2008-09-13fix compiler warning: enumerated type mixed with another typeYang Tse
2008-09-12ANSI C compatibility adjustmentYang Tse
2008-09-12ensure that errno is not modified inside Curl_strerror()Yang Tse
2008-09-12ANSI C compatibility fixYang Tse
2008-09-10Checked in some code improvements and minor fixes that I discovered in theDan Fandrich
2008-09-10fix compiler warningYang Tse