aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-09-06remove unnecessary typecasting of malloc()Yang Tse
2008-09-06remove unnecessary typecasting of calloc()Yang Tse
2008-09-06remove unnecessary typecasting of realloc()Yang Tse
2008-09-05Only compile Curl_ssl_free_certinfo when SSL is enabledDan Fandrich
2008-09-05Improved the logic the decides whether to use HTTP 1.1 features or not in aDan Fandrich
2008-09-05Use realloc when paused in Curl_client_writeDan Fandrich
2008-09-05- Martin Drasar provided the CURLOPT_POSTREDIR patch. It renamesDaniel Stenberg
2008-09-05- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg
2008-09-05- Dmitriy Sergeyev pointed out that curl_easy_pause() didn't unpause properlyDaniel Stenberg
2008-09-05somewhat protect Mac OS X users from using Mac OS 9 config fileYang Tse
2008-09-04fixed largefile feature for MingW32 non-configure builds.Gunter Knauf
2008-09-04enabled largefile feature for LIBC builds.Gunter Knauf
2008-09-04Made some variables constDan Fandrich
2008-09-04fix print formatting string directivesYang Tse
2008-09-02Fixed an out of memory problem that caused torture test failures in testsDan Fandrich
2008-09-02Removed some redundant type castsDan Fandrich
2008-09-02Made some variables const which eliminated some castsDan Fandrich
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