summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* --remote-name-allDaniel Stenberg2008-07-101-0/+1
* fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse2008-07-101-3/+18
* Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg2008-07-031-2/+12
* Honour --stderr with the -v option.Dan Fandrich2008-06-261-2/+4
* Fixed a memory leak in the command-line tool that caused a valgrind error.Dan Fandrich2008-06-191-0/+2
* enable additional CFLAGS from commandline.Gunter Knauf2008-06-081-1/+1
* - curl the tool now deals with its command line options somewhat differently!Daniel Stenberg2008-06-081-146/+205
* Mention a few options that require an argument in --helpDan Fandrich2008-06-041-5/+5
* return CURLE_OK instead of CURLE_FAILED_INIT if PARAM_HEKP_REQUESTED returned...Marty Kuhrt2008-06-011-3/+6
* fix: socklen_t definition commentYang Tse2008-05-211-4/+1
* configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse2008-05-121-1/+1
* fix syntax error: missing semicolonYang Tse2008-05-101-1/+1
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-094-57/+56
* - To make it easier for applications that want lots of magic stuff done onDaniel Stenberg2008-04-301-1/+10
* Made --stderr able to redirect all stderr messages.Dan Fandrich2008-04-251-61/+58
* Added support for running on Symbian OS.Dan Fandrich2008-04-223-5/+33
* Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse2008-04-221-6/+0
* Allocate the decompression buffer for the --manual option on the heapDan Fandrich2008-04-211-11/+17
* Fixed typo in log messageDan Fandrich2008-04-211-1/+1
* HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systemsYang Tse2008-04-211-0/+6
* Some trivial changesDan Fandrich2008-04-173-4/+4
* - Brock Noland reported that curl behaved differently depending on which orderDaniel Stenberg2008-04-141-18/+16
* removed double dependency.Gunter Knauf2008-04-021-1/+1
* VS2005 and later dafault size for time_t is 64-bit, unlessYang Tse2008-03-071-0/+10