aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-25Adapting OS400 build scripts to new features: new curlbuild.h file and ↵Patrick Monnerat
soname in VERSION --> VERSIONINFO
2008-08-25Add missing preprocessor symbol definition checksYang Tse
2008-08-25remove some leftover debug codeDaniel Stenberg
2008-08-25if the size of off_t is not the same as curl_off_t, this is not like how libcurlDaniel Stenberg
used to get built < 7.19.0 so we enforce an soname bump and display a warning
2008-08-25leftoverYang Tse
2008-08-25George Neill's fix acountry sample application compilation failure.Yang Tse
2008-08-25Brad House's validation that DNS response address matches the request addressYang Tse
2008-08-25For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse
the name of the curl_off_t data type used now becomes CURL_TYPEOF_CURL_OFF_T CURL_OFF_T -> CURL_TYPEOF_CURL_OFF_T
2008-08-25Rename some shell vars with more descriptive names:Yang Tse
x_typeof -> curl_typeof_curl_off_t x_sizeof -> curl_sizeof_curl_off_t x_format -> curl_format_curl_off_t u_format -> curl_format_curl_off_tu
2008-08-24Re-enable all tests on x86_64 and ia64.Yang Tse
2008-08-24Remove debug tracing and nearly all changes introduced since revision 1.72Yang Tse
The effective result of this commit is revision 1.72 plus two changed lines. These can be viewed in http://cool.haxx.se/cvs.cgi/curl/lib/mprintf.c.diff?r1=1.72&r2=1.77
2008-08-2458. It seems sensible to be able to use CURLOPT_NOBODY andDaniel Stenberg
CURLOPT_FAILONERROR with FTP to detect if a file exists or not, but it is not working: http://curl.haxx.se/mail/lib-2008-07/0295.html
2008-08-24Introduced the configure option --enable-soname-bump that lets a user enforceDaniel Stenberg
an SONAME bump.
2008-08-24Added firefox-db2pem.sh to the release archiveDaniel Stenberg
2008-08-24Fix wrong signed int formatting string directive in test case #557.Yang Tse
This error did not cause test failures on systems where sizeof(int) == sizeof(long).
2008-08-24Debug trace curl_mprintf() on x86_64 and ia64 systems.Yang Tse
2008-08-24Disable all tests except #557 on x86_64 and ia64 to debug trace ↵Yang Tse
curl_mprintf() on these systems.
2008-08-24x86_64 fixesYang Tse
2008-08-24x86_64 fixesYang Tse
2008-08-24Test if type casting a 'signed int' to a 'signed long long' fails to do sign ↵Yang Tse
extension on x86_64.
2008-08-23- Running 'make ca-firefox' in the root build dir will now run the newDaniel Stenberg
firefox-db2pem.sh conversion script that converts a local Firefox db of ca certs into PEM format, suitable for use with a OpenSSL or GnuTLS built libcurl.
2008-08-23removed obsolete slash in URL.Gunter Knauf
2008-08-23added test case 1067 to verify --referer "firstone.html;auto"Daniel Stenberg
2008-08-23revert accidental commit of test codeDaniel Stenberg
2008-08-23revert accidental commitDaniel Stenberg
2008-08-23- Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multiDaniel Stenberg
interface, and the proxy would send Connection: close during the authentication phase. http://curl.haxx.se/bug/view.cgi?id=2069047
2008-08-23mention the no soname bump tooDaniel Stenberg
2008-08-23my first take at documenting the curl_off_t situation when doing an upgradeDaniel Stenberg
< 7.19.0 to >= 7.19.x
2008-08-23Andy Tsouladze's fix to kill the knowledge of servers properly after they haveDaniel Stenberg
been killed.
2008-08-23explicit value assignment for comparison resultYang Tse
2008-08-23typecast constant in comparisonYang Tse
2008-08-22Fixed a problem when --dump-header - was given with more than one URL,Dan Fandrich
which caused an error when the second header was dumped due to stdout being closed. Added test case 1066 to verify. Also fixed a potential problem where a closed file descriptor might be used for an upload when more than one URL is given.
2008-08-22161 - test case 1065 failure (HTTP PUT with one file but two URLs)Daniel Stenberg
http://curl.haxx.se/mail/archive-2008-08/0075.html
2008-08-22Reinstate struct_stat definition that got lost in previous commit.Yang Tse
2008-08-22Increase to 20 the number of CVS update retries.Yang Tse
2008-08-22Adjustments to better select/differentiate when large/small fileYang Tse
support is provided using WIN32 functions directly.
2008-08-22Improved curl_m*printf() integral data type size and signedness handlingYang Tse
2008-08-22Removed issue #154 due to the massive problems I've had to repeat it and sinceDaniel Stenberg
this really hasn't bitten anyone else. The issuer of the report (Felix) suggested the closure himself and he will get back when (if?) he manage to get a more reliable way to see the problem. 154 - bug #2041827 "Segfault in http_output_auth w/ FORBID_REUSE (7.18.2)"
2008-08-22Jamie Lokier is always helpful and this time around too...Daniel Stenberg
2008-08-22Sort of hackish approach to get the off_t size before large file supportDaniel Stenberg
is enabled (or skipped). Thanks to Jamie Lokier for the nice work-around the cached-check-problem: http://curl.haxx.se/mail/lib-2008-08/0331.html
2008-08-22cleanup the BOOL usageYang Tse
2008-08-2157. On VMS-Alpha: When using an http-file-upload the file is not sent to theDaniel Stenberg
Server with the correct content-length. Sending a file with 511 or less bytes, content-length 512 is used. Sending a file with 513 - 1023 bytes, content-length 1024 is used. Files with a length of a multiple of 512 Bytes show the correct content-length. Only these files work for upload. http://curl.haxx.se/bug/view.cgi?id=2057858
2008-08-21use a more updated certdata.txt URLDaniel Stenberg
2008-08-21Work around a scanf() bug in djgpp 2.04. The assignments for thisGisle Vanem
format is working okay. But the return value is incorrectly EOF.
2008-08-21Added '#define HAVE_STRUCT_IN6_ADDR 1' needed whenGisle Vanem
building with 'USE_ARES'.
2008-08-21Added rule to generate '../include/curl/curlbuild.h'.Gisle Vanem
2008-08-21Assume we have 'CRYPTO_cleanup_all_ex_data()' on OpenSSL/DOS too.Gisle Vanem
2008-08-21MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64Yang Tse
2008-08-21Test case 557 now also verifies signed and unsigned int formatting.Yang Tse
2008-08-21Old logic based on ENABLE_64BIT and HAVE_LONGLONG already revisited and ↵Yang Tse
adjusted. Old logic based on CURL_SIZEOF_CURL_OFF_T is only partially adjusted.