aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-02- Keith Mok added supported_protocols and supported_features to the pkg-configDaniel Stenberg
file for libcurl, and while doing that fix he unified with curl-config.in how the supported protocols and features are extracted and used, so both those tools should now always be synced.
2008-09-02hex version number for 7.19.1 is 0x071301Yang Tse
2008-09-02in the --libcurl output, mention that the large file stuff is only needed forDaniel Stenberg
pre 7.19.0 libcurl-using apps
2008-09-01remove 7.19.0 and hint that 7.19.1 might not come until novemberDaniel Stenberg
2008-09-01an impressive 672 contributors (counter after the 7.19.0 release)Daniel Stenberg
2008-09-01clear the way for 7.19.1 work!Daniel Stenberg
2008-09-0118 new contributors from the 7.19.0 release notesDaniel Stenberg
2008-09-01the web mirror system is droppedDaniel Stenberg
2008-09-01stand back for 7.19.0Daniel Stenberg
2008-09-01mention the curl_off_t changes firstDaniel Stenberg
2008-09-01Add README.curl_off_t to the release archiveDaniel Stenberg
2008-08-31MSVC adjustmentYang Tse
2008-08-30Added:Daniel Stenberg
165 - "Problem with CURLOPT_RESUME_FROM and CURLOPT_APPEND" by Daniele Pinau, recipe: http://curl.haxx.se/mail/lib-2008-08/0439.html
2008-08-30vc6curl.dsw and MSVC 6 IDE build directionsYang Tse
2008-08-29Removed one, added twoDan Fandrich
2008-08-29Added tests 1071 through 1074 to test automatic downgrading from HTTP 1.1Dan Fandrich
to HTTP 1.0 upon receiving a response from the HTTP server. Tests 1072 and 1073 are similar to test 1069 in that they involve the impossible scenario of sending chunked data to a HTTP 1.0 server. All these currently fail and are added to DISABLED. Added test 1075 to test --anyauth with Basic authentication.
2008-08-29test 1070 addedDaniel Stenberg
2008-08-29- When libcurl was doing a HTTP POST and the server would respond withDaniel Stenberg
"Connection: close" and actually close the connection after the response-body, libcurl could still have outstanding data to send and it would not properly notice this and stop sending. This caused weirdness and sad faces. http://curl.haxx.se/bug/view.cgi?id=2080222 Note that there are still reasons to consider libcurl's behavior when getting a >= 400 response code while sending data, as Craig Perras' note "http upload: how to stop on error" specifies: http://curl.haxx.se/mail/archive-2008-08/0138.html
2008-08-29we start over working towards 1.5.4Daniel Stenberg
2008-08-29Version 1.5.3Daniel Stenberg
2008-08-29added the three people from RELEASE-NOTES and sorted the list alphabeticallyDaniel Stenberg
2008-08-29Project 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-28When not using large file support WIN32's lseek offset is a 'long'.Yang Tse
2008-08-28Andres Garcia pointed out these Makefile mistakes...Daniel Stenberg
2008-08-28Adjust curl_off_t definitions for DJGPP.Yang Tse
Ancient versions of DJGPP do not have a 64-bit data type.
2008-08-28Issue #144 seems to be complete. It should no longer be a show-stopper.Yang Tse
2008-08-28ignore curlver.h.distYang Tse
2008-08-28Adjust generation of MSVC project filesYang Tse
2008-08-28don't use the mirrors anymoreDaniel Stenberg
2008-08-28- I'm abandoning the system with the web site mirrors (but keeping downloadDaniel 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-28we need to look over what libcurl does (not) do when error is received when itDaniel Stenberg
wants to send data
2008-08-28minor code indent fixesDaniel Stenberg
2008-08-28- Dengminwen reported that libcurl would lock a (cookie) share twice (withoutDaniel 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-28Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to setDan Fandrich
the HTTP method to GET (or HEAD) when given a value of 0.
2008-08-28This file must be kept in CVS with DOS style CR+LF line endings.Yang Tse
2008-08-28Fixed a couple of typosDan Fandrich
2008-08-28Added test 1069 to test PUT from stdin without content length. It failsDan Fandrich
in a similar manner to test 1065 so is added to DISABLED.
2008-08-28Added test 1069 to test PUT from stdin without content length. It failsDan Fandrich
in a similar manner to test 1065 so is added to DISABLED.
2008-08-28Added test case 1068 to do a simple HTTP PUT from stdinDan Fandrich
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
libcurl - Win32 DLL Debug libcurl - Win32 DLL Release libcurl - Win32 LIB Debug libcurl - Win32 LIB Release
2008-08-27s/you you/you/ thanks to hexo6 at wp.plDaniel Stenberg
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-26Treat all ARM compilers (RVCT, GCC) equally on Symbian OS. They are bothDan 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-26Fixed out of memory problems that caused torture test failures in testsDan Fandrich
1021 and 1067.
2008-08-26Added multi keywordDan Fandrich
2008-08-26Added multi keywordDan Fandrich