aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-09-01Add README.curl_off_t to the release archiveDaniel Stenberg
2008-08-31MSVC adjustmentYang Tse
2008-08-29- When libcurl was doing a HTTP POST and the server would respond withDaniel Stenberg
2008-08-28When not using large file support WIN32's lseek offset is a 'long'.Yang Tse
2008-08-28Adjust generation of MSVC project filesYang Tse
2008-08-28- I'm abandoning the system with the web site mirrors (but keeping downloadDaniel Stenberg
2008-08-28minor code indent fixesDaniel Stenberg
2008-08-28- Dengminwen reported that libcurl would lock a (cookie) share twice (withoutDaniel Stenberg
2008-08-28Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to setDan Fandrich
2008-08-28This file must be kept in CVS with DOS style CR+LF line endings.Yang Tse
2008-08-28DLL's resource file specification for VC6 generated .dsp fileYang Tse
2008-08-27Add /D "CURL_STATICLIB" to LIB's BASE configurationYang Tse
2008-08-27VC6 generated .dsp file now supports 4 configurations:Yang Tse
2008-08-27spell! (most of it fixed by Tor Arntsen)Daniel Stenberg
2008-08-27Fix large file support for Symbian OS on the emulator.Dan Fandrich
2008-08-27Don't abort configuration if recvfrom() is not available.Yang Tse
2008-08-26Fixed out of memory problems that caused torture test failures in testsDan Fandrich
2008-08-26minor language adjustmentYang Tse
2008-08-26spell out some benefits of this new approach of doing curl_off_tDaniel Stenberg
2008-08-26Fix default SIZEOF_OFF_T definition logicYang Tse
2008-08-26Fix _LARGE_FILES definition (thanks to Yang Tse for signaling the bug)Patrick Monnerat
2008-08-26Use SIZEOF_OFF_T definition from config fileYang Tse
2008-08-25leftoverYang Tse
2008-08-25For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse
2008-08-24Remove debug tracing and nearly all changes introduced since revision 1.72Yang Tse
2008-08-24Introduced the configure option --enable-soname-bump that lets a user enforceDaniel Stenberg
2008-08-24Added firefox-db2pem.sh to the release archiveDaniel Stenberg
2008-08-24Debug trace curl_mprintf() on x86_64 and ia64 systems.Yang Tse
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
2008-08-23- Running 'make ca-firefox' in the root build dir will now run the newDaniel Stenberg
2008-08-23removed obsolete slash in URL.Gunter Knauf
2008-08-23revert accidental commitDaniel Stenberg
2008-08-23- Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multiDaniel Stenberg
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
2008-08-23explicit value assignment for comparison resultYang Tse
2008-08-23typecast constant in comparisonYang Tse
2008-08-22Reinstate struct_stat definition that got lost in previous commit.Yang Tse
2008-08-22Adjustments to better select/differentiate when large/small fileYang Tse
2008-08-22Improved curl_m*printf() integral data type size and signedness handlingYang Tse
2008-08-22cleanup the BOOL usageYang Tse
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
2008-08-21Added '#define HAVE_STRUCT_IN6_ADDR 1' needed whenGisle Vanem
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-21Fix a LONG_MIN and LLONG_MIN related bug in internal m*printf()Yang Tse