aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2008-09-13Disable tracking of fdopen() calls in the low-level memory leak trackingYang Tse
2008-09-12sync with realityYang Tse
2008-09-10Checked in some code improvements and minor fixes that I discovered in theDan Fandrich
2008-09-10Checked in some grammatical and minor other fixes in the documentation andDan Fandrich
2008-09-09Mike Revi discovered some swapped speed switches documented in the curl manDan Fandrich
2008-09-08Dmitry Kurochkin fixed pipelining over proxy using the multi interfaceDaniel Stenberg
2008-09-08- Stefan Krause pointed out that libcurl would wrongly send away cookies toDaniel Stenberg
2008-09-05Improved the logic the decides whether to use HTTP 1.1 features or not in aDan 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-05sync with realityYang Tse
2008-09-04fix print formatting string directivesYang Tse
2008-09-03Search for the FreeBSD CA cert file /usr/local/share/certs/ca-root.crtDan Fandrich
2008-09-02Fixed an out of memory problem that caused torture test failures in testsDan Fandrich
2008-09-02- Keith Mok added supported_protocols and supported_features to the pkg-configDaniel Stenberg
2008-09-01stand back for 7.19.0Daniel Stenberg
2008-08-29Added tests 1071 through 1074 to test automatic downgrading from HTTP 1.1Dan Fandrich
2008-08-29- When libcurl was doing a HTTP POST and the server would respond withDaniel Stenberg
2008-08-28- I'm abandoning the system with the web site mirrors (but keeping downloadDaniel 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-27VC6 generated .dsp file now supports 4 configurations:Yang Tse
2008-08-26Fixed out of memory problems that caused torture test failures in testsDan Fandrich
2008-08-26Added check and symbol definition for WIN32 file API usage in configure,Yang Tse
2008-08-23- Running 'make ca-firefox' in the root build dir will now run the newDaniel Stenberg
2008-08-23- Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multiDaniel Stenberg
2008-08-22Fixed a problem when --dump-header - was given with more than one URL,Dan Fandrich
2008-08-22Adjustments to better select/differentiate when large/small fileYang Tse
2008-08-22Improved curl_m*printf() integral data type size and signedness handlingYang Tse
2008-08-21Fixed a couple of bugs in libcurl's internal curl_m*printf() functions.Yang Tse
2008-08-20Update of lib/Makefile.Watcom.Yang Tse
2008-08-20Added an edited version of Vincent Le Normand's documentation of SFTP quoteDan Fandrich
2008-08-20- Phil Pellouchoud pointed out that the windows version of libcurl had aDaniel Stenberg
2008-08-18Added test case 557 to verify libcurl's internal curl_m*printf() functionsYang Tse
2008-08-17OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectoryYang Tse
2008-08-16Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TUYang Tse
2008-08-15Added test case 1065 to test a PUT with a single file but two URLs. ThisDan Fandrich
2008-08-15For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse
2008-08-13Remove first version of comment not intended to be finally committed.Yang Tse
2008-08-13The size of long is a build time characteristic and as such it is now recordedYang Tse
2008-08-12Fixed a buffer overflow problem in Curl_proxyCONNECT that could occurDan Fandrich
2008-08-12- Andy Tsouladze fixed runtests.pl to not attempt to execute the stunnelDaniel Stenberg
2008-08-12Added macros for minimum-width signed and unsigned curl_off_t integerYang Tse
2008-08-11Fixed a boundary condition error in ftp_readresp() whereby a non-terminalDan Fandrich
2008-08-11- Constantine Sapuntzakis filed bug report #2042430Daniel Stenberg
2008-08-11- Constantine Sapuntzakis filed bug report #2042440Daniel Stenberg
2008-08-11Added missing signed and unsigned curl_off_t integer constant suffixes forYang Tse
2008-08-08Added test1059 to test the FTP proxy tunnel problem fixed July 11.Dan Fandrich
2008-08-08Fixed an uninitialized variable in multi_runsingle() that could cause aDan Fandrich