summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Re-enable all tests on x86_64 and ia64.Yang Tse2008-08-241-5/+0
* Remove debug tracing and nearly all changes introduced since revision 1.72Yang Tse2008-08-241-96/+21
* 58. It seems sensible to be able to use CURLOPT_NOBODY andDaniel Stenberg2008-08-241-0/+4
* Introduced the configure option --enable-soname-bump that lets a user enforceDaniel Stenberg2008-08-243-6/+49
* Added firefox-db2pem.sh to the release archiveDaniel Stenberg2008-08-241-8/+8
* Fix wrong signed int formatting string directive in test case #557.Yang Tse2008-08-241-1/+1
* Debug trace curl_mprintf() on x86_64 and ia64 systems.Yang Tse2008-08-241-0/+61
* Disable all tests except #557 on x86_64 and ia64 to debug trace curl_mprintf(...Yang Tse2008-08-241-0/+5
* x86_64 fixesYang Tse2008-08-241-2/+3
* x86_64 fixesYang Tse2008-08-241-27/+32
* Test if type casting a 'signed int' to a 'signed long long' fails to do sign ...Yang Tse2008-08-241-1/+10
* - Running 'make ca-firefox' in the root build dir will now run the newDaniel Stenberg2008-08-234-1/+67
* removed obsolete slash in URL.Gunter Knauf2008-08-231-1/+1
* added test case 1067 to verify --referer "firstone.html;auto"Daniel Stenberg2008-08-232-1/+79
* revert accidental commit of test codeDaniel Stenberg2008-08-231-7/+0
* revert accidental commitDaniel Stenberg2008-08-231-1/+1
* - Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multiDaniel Stenberg2008-08-235-2/+25
* mention the no soname bump tooDaniel Stenberg2008-08-231-0/+8
* my first take at documenting the curl_off_t situation when doing an upgradeDaniel Stenberg2008-08-231-0/+40
* Andy Tsouladze's fix to kill the knowledge of servers properly after they haveDaniel Stenberg2008-08-231-0/+1
* explicit value assignment for comparison resultYang Tse2008-08-231-2/+2
* typecast constant in comparisonYang Tse2008-08-231-1/+1
* Fixed a problem when --dump-header - was given with more than one URL,Dan Fandrich2008-08-225-12/+97
* 161 - test case 1065 failure (HTTP PUT with one file but two URLs)Daniel Stenberg2008-08-221-1/+4
* Reinstate struct_stat definition that got lost in previous commit.Yang Tse2008-08-222-0/+7
* Increase to 20 the number of CVS update retries.Yang Tse2008-08-221-1/+1
* Adjustments to better select/differentiate when large/small fileYang Tse2008-08-226-18/+102
* 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