summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse2008-08-219-36/+43
* Update of lib/Makefile.Watcom.Yang Tse2008-08-201-0/+3
* Export 'ares_process_fd' too.Yang Tse2008-08-201-0/+1
* Added option to use c-ares resolver lib.Yang Tse2008-08-201-0/+8
* Use 'Curl_inet_pton()' instead of 'inet_pton()'.Yang Tse2008-08-201-1/+2
* Simplify condition checkYang Tse2008-08-202-26/+9
* the .netrc curl checks for is called _netrc on windows bug report #2061610Daniel Stenberg2008-08-201-3/+3
* Added an edited version of Vincent Le Normand's documentation of SFTP quoteDan Fandrich2008-08-203-6/+45
* - Phil Pellouchoud pointed out that the windows version of libcurl had aDaniel Stenberg2008-08-203-1/+12
* Update test case 557Yang Tse2008-08-182-132/+542
* #159 and #160 already done.Yang Tse2008-08-181-7/+2
* Added test case 557 to verify libcurl's internal curl_m*printf() functionsYang Tse2008-08-185-2/+330
* Pick-up programs from Makefile.inc.Gisle Vanem2008-08-171-8/+3
* Replace 'HttpPost' with 'curl_httppost'.Gisle Vanem2008-08-171-2/+2
* Rewritten to also produce a static library (libcurl_wc.lib).Gisle Vanem2008-08-171-14/+39
* OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectoryYang Tse2008-08-173-1/+13
* Adjust usage of conditional definition of USE_OPENSSLYang Tse2008-08-173-17/+38
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-1713-22/+23
* libcurl internal md5.h header file renamed to curl_md5.hYang Tse2008-08-175-9/+9
* Added #159 and #160Yang Tse2008-08-161-1/+8
* Ops, remove 'use_vc'.Gisle Vanem2008-08-161-2/+0
* Support Watt-32 under Win32.Gisle Vanem2008-08-161-3/+5
* Oops, missed FORMAT_OFF_TUYang Tse2008-08-161-4/+8
* Fix Use of conditional definition of USE_OPENSSLYang Tse2008-08-163-8/+10
* Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TUYang Tse2008-08-1611-81/+91
* Added test case 1065 to test a PUT with a single file but two URLs. ThisDan Fandrich2008-08-155-2/+170
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-1516-160/+170
* curlbuild.h is a generated file on configure-capable systemsYang Tse2008-08-141-0/+1
* Added Range keywordDan Fandrich2008-08-145-0/+8
* Added test 1063 to test an invalid large range on a file:Dan Fandrich2008-08-142-1/+48
* Fixed unused variable warningDan Fandrich2008-08-141-1/+0
* Take three at trying to detect signed and unsigned curl_off_t integer constantYang Tse2008-08-141-125/+86
* When using our internal curlx_strtoll function NEED_CURL_STRTOLL must be defi...Yang Tse2008-08-141-0/+1
* CURL_LLONG_MIN should now be signedYang Tse2008-08-141-1/+1
* Use our CURL_LLONG_MAX and CURL_LLONG_MIN which are defined with the proper s...Yang Tse2008-08-141-13/+1
* Change CURL_CHECK_DEF_INTXX_C suffix definition detection.Yang Tse2008-08-141-4/+38
* Fixed:Daniel Stenberg2008-08-131-4/+0
* Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONGYang Tse2008-08-132-27/+10
* Ensure that the compiler 'knows' the 'long' type in CURL_CONFIGURE_LONGYang Tse2008-08-131-24/+26
* Sync config.h generation from lib/Makefile.netware and src/Makefile.netwareYang Tse2008-08-132-0/+25
* Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand.Yang Tse2008-08-131-1/+1
* Adjust IBM C compiler CURL_SIZEOF_LONGYang Tse2008-08-131-6/+10
* Remove first version of comment not intended to be finally committed.Yang Tse2008-08-131-8/+0
* The size of long is a build time characteristic and as such it is now recordedYang Tse2008-08-1310-34/+127
* Split comparison among several lines for debuggingYang Tse2008-08-131-1/+3
* on second thought, let's remove this number from here since it doesn't reallyDaniel Stenberg2008-08-131-1/+0
* dead mirrors removed => http://curl.haxx.se/mail/lib-2008-08/0208.htmlDaniel Stenberg2008-08-131-1/+1
* httpcustomheader.c is a new tiny example showing a HTTP request with a customDaniel Stenberg2008-08-132-1/+39
* Watcom doesn't have <sys/time.h>.Gisle Vanem2008-08-131-1/+1
* Remved '-dDEBUG_THREADING_GETADDRINFO' (no longer used).Gisle Vanem2008-08-131-3/+2