Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-29 | we start over working towards 1.5.4 | Daniel Stenberg | |
2008-08-29 | Version 1.5.3 | Daniel Stenberg | |
2008-08-29 | added the three people from RELEASE-NOTES and sorted the list alphabetically | Daniel Stenberg | |
2008-08-29 | Project and workspace files for VC6 IDE supporting 4 configurations: | Yang Tse | |
curl - Win32 using libcurl DLL Debug curl - Win32 using libcurl DLL Release curl - Win32 using libcurl LIB Debug curl - Win32 using libcurl LIB Release | |||
2008-08-28 | When not using large file support WIN32's lseek offset is a 'long'. | Yang Tse | |
2008-08-28 | Andres Garcia pointed out these Makefile mistakes... | Daniel Stenberg | |
2008-08-28 | Adjust curl_off_t definitions for DJGPP. | Yang Tse | |
Ancient versions of DJGPP do not have a 64-bit data type. | |||
2008-08-28 | Issue #144 seems to be complete. It should no longer be a show-stopper. | Yang Tse | |
2008-08-28 | ignore curlver.h.dist | Yang Tse | |
2008-08-28 | Adjust generation of MSVC project files | Yang Tse | |
2008-08-28 | don't use the mirrors anymore | Daniel Stenberg | |
2008-08-28 | - I'm abandoning the system with the web site mirrors (but keeping download | Daniel Stenberg | |
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 | |||
2008-08-28 | we need to look over what libcurl does (not) do when error is received when it | Daniel Stenberg | |
wants to send data | |||
2008-08-28 | minor code indent fixes | Daniel Stenberg | |
2008-08-28 | - Dengminwen reported that libcurl would lock a (cookie) share twice (without | Daniel Stenberg | |
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 | |||
2008-08-28 | Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to set | Dan Fandrich | |
the HTTP method to GET (or HEAD) when given a value of 0. | |||
2008-08-28 | This file must be kept in CVS with DOS style CR+LF line endings. | Yang Tse | |
2008-08-28 | Fixed a couple of typos | Dan Fandrich | |
2008-08-28 | Added test 1069 to test PUT from stdin without content length. It fails | Dan Fandrich | |
in a similar manner to test 1065 so is added to DISABLED. | |||
2008-08-28 | Added test 1069 to test PUT from stdin without content length. It fails | Dan Fandrich | |
in a similar manner to test 1065 so is added to DISABLED. | |||
2008-08-28 | Added test case 1068 to do a simple HTTP PUT from stdin | Dan Fandrich | |
2008-08-28 | DLL's resource file specification for VC6 generated .dsp file | Yang Tse | |
2008-08-27 | Add /D "CURL_STATICLIB" to LIB's BASE configuration | Yang Tse | |
2008-08-27 | VC6 generated .dsp file now supports 4 configurations: | Yang Tse | |
libcurl - Win32 DLL Debug libcurl - Win32 DLL Release libcurl - Win32 LIB Debug libcurl - Win32 LIB Release | |||
2008-08-27 | s/you you/you/ thanks to hexo6 at wp.pl | Daniel Stenberg | |
2008-08-27 | spell! (most of it fixed by Tor Arntsen) | Daniel Stenberg | |
2008-08-27 | Fix large file support for Symbian OS on the emulator. | Dan Fandrich | |
2008-08-27 | Don't abort configuration if recvfrom() is not available. | Yang Tse | |
2008-08-26 | Treat all ARM compilers (RVCT, GCC) equally on Symbian OS. They are both | Dan Fandrich | |
compatible, and otherwise the dependency generation phase of the build would throw warnings since the actual compiler isn't known at that time. | |||
2008-08-26 | Fixed out of memory problems that caused torture test failures in tests | Dan Fandrich | |
1021 and 1067. | |||
2008-08-26 | Added multi keyword | Dan Fandrich | |
2008-08-26 | Added multi keyword | Dan Fandrich | |
2008-08-26 | Windows build targets don't use the 'SONAME' mechanism. | Yang Tse | |
2008-08-26 | Another task completed and removed from #144: | Yang Tse | |
- Enabling and disabling of large file support is now complete. | |||
2008-08-26 | minor language adjustment | Yang Tse | |
2008-08-26 | spell out some benefits of this new approach of doing curl_off_t | Daniel Stenberg | |
2008-08-26 | Added check and symbol definition for WIN32 file API usage in configure, | Yang Tse | |
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. | |||
2008-08-26 | Fix default SIZEOF_OFF_T definition logic | Yang Tse | |
2008-08-26 | Fix _LARGE_FILES definition (thanks to Yang Tse for signaling the bug) | Patrick Monnerat | |
2008-08-26 | Functionality only possible if recvfrom() is available. | Yang Tse | |
2008-08-26 | Three tasks completed and removed: | Yang Tse | |
- 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. | |||
2008-08-26 | Use SIZEOF_OFF_T definition from config file | Yang Tse | |
2008-08-25 | Adapting OS400 build scripts to new features: new curlbuild.h file and ↵ | Patrick Monnerat | |
soname in VERSION --> VERSIONINFO | |||
2008-08-25 | Add missing preprocessor symbol definition checks | Yang Tse | |
2008-08-25 | remove some leftover debug code | Daniel Stenberg | |
2008-08-25 | if the size of off_t is not the same as curl_off_t, this is not like how libcurl | Daniel Stenberg | |
used to get built < 7.19.0 so we enforce an soname bump and display a warning | |||
2008-08-25 | leftover | Yang Tse | |
2008-08-25 | George Neill's fix acountry sample application compilation failure. | Yang Tse | |
2008-08-25 | Brad House's validation that DNS response address matches the request address | Yang Tse | |
2008-08-25 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse | |
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 |