summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.5.3cares-1_5_3Daniel Stenberg2008-08-291-0/+2
|
* added the three people from RELEASE-NOTES and sorted the list alphabeticallyDaniel Stenberg2008-08-291-21/+24
|
* Project and workspace files for VC6 IDE supporting 4 configurations:Yang Tse2008-08-293-2/+265
| | | | | | | curl - Win32 using libcurl DLL Debug curl - Win32 using libcurl DLL Release curl - Win32 using libcurl LIB Debug curl - Win32 using libcurl LIB Release
* When not using large file support WIN32's lseek offset is a 'long'.Yang Tse2008-08-282-2/+2
|
* Andres Garcia pointed out these Makefile mistakes...Daniel Stenberg2008-08-282-2/+2
|
* Adjust curl_off_t definitions for DJGPP.Yang Tse2008-08-281-9/+20
| | | | Ancient versions of DJGPP do not have a 64-bit data type.
* Issue #144 seems to be complete. It should no longer be a show-stopper.Yang Tse2008-08-281-3/+0
|
* ignore curlver.h.distYang Tse2008-08-281-0/+1
|
* Adjust generation of MSVC project filesYang Tse2008-08-281-4/+16
|
* don't use the mirrors anymoreDaniel Stenberg2008-08-281-3/+2
|
* - I'm abandoning the system with the web site mirrors (but keeping downloadDaniel Stenberg2008-08-2810-10/+14
| | | | | files bing mirrored) and thus I've changed the URL in the cookiejar header to no longer use curlm.haxx.se but instead use the main site curl.haxx.se
* we need to look over what libcurl does (not) do when error is received when itDaniel Stenberg2008-08-281-1/+6
| | | | wants to send data
* 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
| | | | | | | an unlock in between) for a certain case and that in fact works when using regular windows mutexes but not with pthreads'! Locks should of course not get locked again so this is now fixed. http://curl.haxx.se/mail/lib-2008-08/0422.html
* Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to setDan Fandrich2008-08-285-4/+14
| | | | the HTTP method to GET (or HEAD) when given a value of 0.
* 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
| | | | in a similar manner to test 1065 so is added to DISABLED.
* Added test 1069 to test PUT from stdin without content length. It failsDan Fandrich2008-08-282-1/+51
| | | | in a similar manner to test 1065 so is added to DISABLED.
* 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
| | | | | | | libcurl - Win32 DLL Debug libcurl - Win32 DLL Release libcurl - Win32 LIB Debug libcurl - Win32 LIB Release
* 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
| | | | | compatible, and otherwise the dependency generation phase of the build would throw warnings since the actual compiler isn't known at that time.
* Fixed out of memory problems that caused torture test failures in testsDan Fandrich2008-08-264-9/+20
| | | | 1021 and 1067.
* 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
| | | | - Enabling and disabling of large file support is now complete.
* 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
| | | | | | | supporting configure's --disable-largefile option for WIN32 targets also. Non-configure systems which do not use config-win32.h configuration file, and want to use the WIN32 file API, must define USE_WIN32_LARGE_FILES or USE_WIN32_SMALL_FILES as appropriate in their own configuration files.
* 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
| | | | | | | - Logic based on CURL_SIZEOF_CURL_OFF_T and SIZEOF_OFF_T already adjusted. - Test case 557 already passes on all autobuilds. - System off_t, or equivalent, size is finally not recorded in curlbuild.h for this release. SIZEOF_OFF_T from config file is used.
* 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 ↵Patrick Monnerat2008-08-252-1/+8
| | | | soname in VERSION --> VERSIONINFO
* 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
| | | | used to get built < 7.19.0 so we enforce an soname bump and display a warning
* 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
| | | | | | 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
* Rename some shell vars with more descriptive names:Yang Tse2008-08-251-44/+44
| | | | | | | 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