summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When not using large file support WIN32's lseek offset is a 'long'.Yang Tse2008-08-281-1/+1
* Adjust generation of MSVC project filesYang Tse2008-08-281-4/+16
* - I'm abandoning the system with the web site mirrors (but keeping downloadDaniel Stenberg2008-08-281-1/+1
* minor code indent fixesDaniel Stenberg2008-08-281-11/+12
* - Dengminwen reported that libcurl would lock a (cookie) share twice (withoutDaniel Stenberg2008-08-281-2/+5
* Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to setDan Fandrich2008-08-281-0/+3
* This file must be kept in CVS with DOS style CR+LF line endings.Yang Tse2008-08-282-158/+158
* DLL's resource file specification for VC6 generated .dsp fileYang Tse2008-08-281-1/+5
* Add /D "CURL_STATICLIB" to LIB's BASE configurationYang Tse2008-08-271-2/+2
* VC6 generated .dsp file now supports 4 configurations:Yang Tse2008-08-271-92/+147
* spell! (most of it fixed by Tor Arntsen)Daniel Stenberg2008-08-271-4/+4
* Fix large file support for Symbian OS on the emulator.Dan Fandrich2008-08-271-0/+5
* Don't abort configuration if recvfrom() is not available.Yang Tse2008-08-271-0/+2
* Fixed out of memory problems that caused torture test failures in testsDan Fandrich2008-08-263-9/+16
* minor language adjustmentYang Tse2008-08-261-2/+2
* spell out some benefits of this new approach of doing curl_off_tDaniel Stenberg2008-08-261-0/+13
* Fix default SIZEOF_OFF_T definition logicYang Tse2008-08-261-1/+2
* Fix _LARGE_FILES definition (thanks to Yang Tse for signaling the bug)Patrick Monnerat2008-08-261-7/+1
* Use SIZEOF_OFF_T definition from config fileYang Tse2008-08-263-11/+29
* leftoverYang Tse2008-08-251-1/+1
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-251-2/+2
* Remove debug tracing and nearly all changes introduced since revision 1.72Yang Tse2008-08-241-96/+21
* Introduced the configure option --enable-soname-bump that lets a user enforceDaniel Stenberg2008-08-242-6/+26
* Added firefox-db2pem.sh to the release archiveDaniel Stenberg2008-08-241-8/+8
* Debug trace curl_mprintf() on x86_64 and ia64 systems.Yang Tse2008-08-241-0/+61
* 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-231-0/+55
* removed obsolete slash in URL.Gunter Knauf2008-08-231-1/+1
* revert accidental commitDaniel Stenberg2008-08-231-1/+1
* - Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multiDaniel Stenberg2008-08-232-2/+12
* 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
* explicit value assignment for comparison resultYang Tse2008-08-231-2/+2
* typecast constant in comparisonYang Tse2008-08-231-1/+1
* Reinstate struct_stat definition that got lost in previous commit.Yang Tse2008-08-221-0/+3
* Adjustments to better select/differentiate when large/small fileYang Tse2008-08-223-11/+58
* Improved curl_m*printf() integral data type size and signedness handlingYang Tse2008-08-221-55/+53
* cleanup the BOOL usageYang Tse2008-08-221-29/+16
* 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-212-2/+2
* Fix a LONG_MIN and LLONG_MIN related bug in internal m*printf()Yang Tse2008-08-211-9/+26
* 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-216-33/+38