aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2008-06-26Honour --stderr with the -v option.Dan Fandrich
2008-06-19Fixed a memory leak in the command-line tool that caused a valgrind error.Dan Fandrich
2008-06-08enable additional CFLAGS from commandline.Gunter Knauf
2008-06-08- curl the tool now deals with its command line options somewhat differently!Daniel Stenberg
2008-06-04Mention a few options that require an argument in --helpDan Fandrich
2008-06-01return CURLE_OK instead of CURLE_FAILED_INIT if PARAM_HEKP_REQUESTED returned...Marty Kuhrt
2008-05-21fix: socklen_t definition commentYang Tse
2008-05-12configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse
2008-05-10fix syntax error: missing semicolonYang Tse
2008-05-09Internal time differences now use monotonic time source if available.Yang Tse
2008-04-30- To make it easier for applications that want lots of magic stuff done onDaniel Stenberg
2008-04-25Made --stderr able to redirect all stderr messages.Dan Fandrich
2008-04-22Added support for running on Symbian OS.Dan Fandrich
2008-04-22Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse
2008-04-21Allocate the decompression buffer for the --manual option on the heapDan Fandrich
2008-04-21Fixed typo in log messageDan Fandrich
2008-04-21HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systemsYang Tse
2008-04-17Some trivial changesDan Fandrich
2008-04-14- Brock Noland reported that curl behaved differently depending on which orderDaniel Stenberg
2008-04-02removed double dependency.Gunter Knauf
2008-03-07VS2005 and later dafault size for time_t is 64-bit, unlessYang Tse
2008-02-28fixed commented define for SSPI.Gunter Knauf
2008-02-27another small change to the makefiles to simplify rules.Gunter Knauf
2008-02-26added curl.html to install package.Gunter Knauf