summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update docs now that SFTP supports file ranges.Dan Fandrich2008-10-091-1/+1
* remove unnecessary typecast, otherwise triggering compiler warning:Yang Tse2008-09-301-1/+1
* HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse2008-09-241-1/+0
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-242-10/+0
* Removed reference to curl-ca-bundle.crt in the host verification failureDan Fandrich2008-09-171-2/+2
* NetWare seems to have writev()Yang Tse2008-09-161-0/+1
* NetWare CLIB target has stricmp() and strnicmp()Yang Tse2008-09-161-0/+1
* HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32Yang Tse2008-09-151-0/+9
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-131-4/+4
* ANSI C compatibility adjustmentYang Tse2008-09-121-2/+2
* Checked in some code improvements and minor fixes that I discovered in theDan Fandrich2008-09-101-2/+7
* remove unnecessary typecasting of malloc()Yang Tse2008-09-062-9/+9
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-1/+1
* - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renamesDaniel Stenberg2008-09-051-10/+19
* 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
* fix print formatting string directivesYang Tse2008-09-042-12/+12
* remove duplicate va_start() callYang Tse2008-09-041-1/+0
* in the --libcurl output, mention that the large file stuff is only needed forDaniel Stenberg2008-09-021-1/+1
* Project and workspace files for VC6 IDE supporting 4 configurations:Yang Tse2008-08-293-2/+265
* When not using large file support WIN32's lseek offset is a 'long'.Yang Tse2008-08-281-1/+1
* Fix default SIZEOF_OFF_T definition logicYang Tse2008-08-261-1/+2
* Use SIZEOF_OFF_T definition from config fileYang Tse2008-08-261-11/+30
* Fixed a problem when --dump-header - was given with more than one URL,Dan Fandrich2008-08-221-10/+4
* Reinstate struct_stat definition that got lost in previous commit.Yang Tse2008-08-221-0/+4
* Adjustments to better select/differentiate when large/small fileYang Tse2008-08-222-7/+41
* Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse2008-08-211-1/+1
* OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectoryYang Tse2008-08-171-0/+2
* Fix Use of conditional definition of USE_OPENSSLYang Tse2008-08-161-1/+0
* Use our CURL_LLONG_MAX and CURL_LLONG_MIN which are defined with the proper s...Yang Tse2008-08-141-13/+1
* Sync config.h generation from lib/Makefile.netware and src/Makefile.netwareYang Tse2008-08-131-0/+21
* The size of long is a build time characteristic and as such it is now recordedYang Tse2008-08-131-1/+1
* Split comparison among several lines for debuggingYang Tse2008-08-131-1/+3
* Update dependencies.Gisle Vanem2008-08-131-28/+35
* Adjustment due to curl_off_t no longer following off_tYang Tse2008-08-131-11/+3
* sync src makefile with lib makefile.Gunter Knauf2008-08-121-1/+1
* s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/gYang Tse2008-08-111-3/+3
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-074-10/+7
* Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn'tDan Fandrich2008-08-011-1/+1
* Fixed a couple of buffer overflows in the MS-DOS port of the curl tool.Dan Fandrich2008-07-311-55/+77
* - Made the curl tool's -w option support the %{ssl_verify_result} variableDaniel Stenberg2008-07-301-0/+7
* Update copyright year.Yang Tse2008-07-301-1/+1
* Sync comment with reality.Yang Tse2008-07-301-1/+1
* setup.h handles definition of _REENTRANT based on NEED_REENTRANTYang Tse2008-07-271-5/+10
* Adjust recvfrom's sixth arg data type definition for NetWare (LIBC)Yang Tse2008-07-211-1/+1
* when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse2008-07-211-0/+1
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-172-12/+12
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-162-0/+39
* add comment for include pathsYang Tse2008-07-151-5/+11