aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-09-24ntoa() and inet_ntoa_r() no longer usedYang Tse
2008-09-17Removed reference to curl-ca-bundle.crt in the host verification failureDan Fandrich
2008-09-16NetWare seems to have writev()Yang Tse
2008-09-16NetWare CLIB target has stricmp() and strnicmp()Yang Tse
2008-09-15HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32Yang Tse
2008-09-13fix compiler warning: external declaration in primary source fileYang Tse
2008-09-12ANSI C compatibility adjustmentYang Tse
2008-09-10Checked in some code improvements and minor fixes that I discovered in theDan Fandrich
2008-09-06remove unnecessary typecasting of malloc()Yang Tse
2008-09-06remove unnecessary typecasting of calloc()Yang Tse
2008-09-05- Martin Drasar provided the CURLOPT_POSTREDIR patch. It renamesDaniel Stenberg
2008-09-05somewhat protect Mac OS X users from using Mac OS 9 config fileYang Tse
2008-09-04fixed largefile feature for MingW32 non-configure builds.Gunter Knauf
2008-09-04enabled largefile feature for LIBC builds.Gunter Knauf
2008-09-04fix print formatting string directivesYang Tse
2008-09-04remove duplicate va_start() callYang Tse
2008-09-02in the --libcurl output, mention that the large file stuff is only needed forDaniel Stenberg
2008-08-29Project and workspace files for VC6 IDE supporting 4 configurations:Yang Tse
2008-08-28When not using large file support WIN32's lseek offset is a 'long'.Yang Tse
2008-08-26Fix default SIZEOF_OFF_T definition logicYang Tse
2008-08-26Use SIZEOF_OFF_T definition from config fileYang Tse
2008-08-22Fixed a problem when --dump-header - was given with more than one URL,Dan Fandrich
2008-08-22Reinstate struct_stat definition that got lost in previous commit.Yang Tse
2008-08-22Adjustments to better select/differentiate when large/small fileYang Tse
2008-08-21Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse
2008-08-17OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectoryYang Tse
2008-08-16Fix Use of conditional definition of USE_OPENSSLYang Tse
2008-08-14Use our CURL_LLONG_MAX and CURL_LLONG_MIN which are defined with the proper s...Yang Tse
2008-08-13Sync config.h generation from lib/Makefile.netware and src/Makefile.netwareYang Tse
2008-08-13The size of long is a build time characteristic and as such it is now recordedYang Tse
2008-08-13Split comparison among several lines for debuggingYang Tse
2008-08-13Update dependencies.Gisle Vanem
2008-08-13Adjustment due to curl_off_t no longer following off_tYang Tse
2008-08-12sync src makefile with lib makefile.Gunter Knauf
2008-08-11 s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/gYang Tse
2008-08-07Initial support of curlbuild.h and curlrules.h which allowsYang Tse
2008-08-01Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn'tDan Fandrich
2008-07-31Fixed a couple of buffer overflows in the MS-DOS port of the curl tool.Dan Fandrich
2008-07-30- Made the curl tool's -w option support the %{ssl_verify_result} variableDaniel Stenberg
2008-07-30Update copyright year.Yang Tse
2008-07-30Sync comment with reality.Yang Tse
2008-07-27setup.h handles definition of _REENTRANT based on NEED_REENTRANTYang Tse
2008-07-21Adjust recvfrom's sixth arg data type definition for NetWare (LIBC)Yang Tse
2008-07-21when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse
2008-07-17RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse
2008-07-15add comment for include pathsYang Tse
2008-07-10--remote-name-allDaniel Stenberg
2008-07-10fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse
2008-07-03Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg