summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* we need to look over what libcurl does (not) do when error is received when itDaniel Stenberg2008-08-281-1/+6
* minor code indent fixesDaniel Stenberg2008-08-281-11/+12
* - Dengminwen reported that libcurl would lock a (cookie) share twice (withoutDaniel Stenberg2008-08-283-2/+13
* Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to setDan Fandrich2008-08-285-4/+14
* This file must be kept in CVS with DOS style CR+LF line endings.Yang Tse2008-08-282-158/+158
* Fixed a couple of typosDan Fandrich2008-08-281-3/+3
* Added test 1069 to test PUT from stdin without content length. It failsDan Fandrich2008-08-281-0/+1
* Added test 1069 to test PUT from stdin without content length. It failsDan Fandrich2008-08-282-1/+51
* Added test case 1068 to do a simple HTTP PUT from stdinDan Fandrich2008-08-283-4/+62
* 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-272-92/+151
* s/you you/you/ thanks to hexo6 at wp.plDaniel Stenberg2008-08-271-6/+5
* 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-274-25/+40
* Treat all ARM compilers (RVCT, GCC) equally on Symbian OS. They are bothDan Fandrich2008-08-261-1/+1
* Fixed out of memory problems that caused torture test failures in testsDan Fandrich2008-08-264-9/+20
* Added multi keywordDan Fandrich2008-08-265-0/+16
* Added multi keywordDan Fandrich2008-08-268-1/+16
* Windows build targets don't use the 'SONAME' mechanism.Yang Tse2008-08-261-1/+2
* Another task completed and removed from #144:Yang Tse2008-08-261-2/+0
* 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
* Added check and symbol definition for WIN32 file API usage in configure,Yang Tse2008-08-263-0/+66
* Fix default SIZEOF_OFF_T definition logicYang Tse2008-08-262-2/+4
* Fix _LARGE_FILES definition (thanks to Yang Tse for signaling the bug)Patrick Monnerat2008-08-261-7/+1
* Functionality only possible if recvfrom() is available.Yang Tse2008-08-261-6/+9
* Three tasks completed and removed:Yang Tse2008-08-261-3/+0
* Use SIZEOF_OFF_T definition from config fileYang Tse2008-08-264-22/+59
* Adapting OS400 build scripts to new features: new curlbuild.h file and soname...Patrick Monnerat2008-08-252-1/+8
* Add missing preprocessor symbol definition checksYang Tse2008-08-252-2/+32
* remove some leftover debug codeDaniel Stenberg2008-08-251-1/+1
* if the size of off_t is not the same as curl_off_t, this is not like how libcurlDaniel Stenberg2008-08-251-9/+21
* leftoverYang Tse2008-08-251-1/+1
* George Neill's fix acountry sample application compilation failure.Yang Tse2008-08-253-1/+9
* Brad House's validation that DNS response address matches the request addressYang Tse2008-08-253-1/+28
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-255-47/+47
* Rename some shell vars with more descriptive names:Yang Tse2008-08-251-44/+44
* 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