summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improved curl_m*printf() integral data type size and signedness handlingYang Tse2008-08-223-57/+57
* Removed issue #154 due to the massive problems I've had to repeat it and sinceDaniel Stenberg2008-08-221-2/+0
* Jamie Lokier is always helpful and this time around too...Daniel Stenberg2008-08-221-1/+1
* Sort of hackish approach to get the off_t size before large file supportDaniel Stenberg2008-08-221-0/+5
* cleanup the BOOL usageYang Tse2008-08-221-29/+16
* 57. On VMS-Alpha: When using an http-file-upload the file is not sent to theDaniel Stenberg2008-08-211-0/+7
* use a more updated certdata.txt URLDaniel Stenberg2008-08-211-1/+1
* Work around a scanf() bug in djgpp 2.04. The assignments for thisGisle Vanem2008-08-211-8/+15
* Added '#define HAVE_STRUCT_IN6_ADDR 1' needed whenGisle Vanem2008-08-211-0/+1
* Added rule to generate '../include/curl/curlbuild.h'.Gisle Vanem2008-08-211-1/+4
* Assume we have 'CRYPTO_cleanup_all_ex_data()' on OpenSSL/DOS too.Gisle Vanem2008-08-211-0/+1
* MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64Yang Tse2008-08-213-3/+3
* Test case 557 now also verifies signed and unsigned int formatting.Yang Tse2008-08-213-0/+402
* Old logic based on ENABLE_64BIT and HAVE_LONGLONG already revisited and adjus...Yang Tse2008-08-211-2/+1
* Fixed a couple of bugs in libcurl's internal curl_m*printf() functions.Yang Tse2008-08-211-0/+3
* Fix a LONG_MIN and LLONG_MIN related bug in internal m*printf()Yang Tse2008-08-211-9/+26
* fix the output nameYang Tse2008-08-211-1/+1
* Fix one bug detected thanks to test case 557.Yang Tse2008-08-211-2/+2
* Some data type size adjustments.Yang Tse2008-08-211-4/+7
* 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