aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2008-01-10Michal Marek made curl-config --libs not include /usr/lib64 in the outputDaniel Stenberg
2008-01-10Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allowDaniel Stenberg
2008-01-10Nikitinskit Dmitriy filed bug report #1868255Daniel Stenberg
2008-01-08Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg
2008-01-06Jeff Johnson filed bug report #1863171Daniel Stenberg
2008-01-05Based on further discussion on curl-library, I reverted yesterday's SOCKS5Daniel Stenberg
2008-01-04Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let theDaniel Stenberg
2008-01-03Modify test harness so that the minimum SSH version required to runYang Tse
2008-01-02- I fixed two cases of missing return code checks when handling chunkedDaniel Stenberg
2008-01-02I removed the socklen_t use from the public curl/curl.h header and insteadDaniel Stenberg
2008-01-02Richard Atterer brought a patch that added support for SOCKS4a proxies, whichDaniel Stenberg
2008-01-01Mohun Biswas pointed out that --libcurl generated a source code with an intDaniel Stenberg
2007-12-26Dmitry Kurochkin mentioned a flawDaniel Stenberg
2007-12-26In an attempt to repeat the problem in bug report #1850730Daniel Stenberg
2007-12-24Gary Maxwell filed bug report #1856628Daniel Stenberg
2007-12-19Ensure that nroff doesn't put anything but ASCII characters into theDan Fandrich
2007-12-18(http://curl.haxx.se/mail/archive-2007-12/0039.html) reported and fixedYang Tse
2007-12-18MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,Yang Tse
2007-12-18pollfd struct and WSA_poll fixes for Windows Vista already present in CVSYang Tse
2007-12-17Mateusz Loskot pointed out that VC++ 9.0 (2008) has the pollfd struct andDaniel Stenberg
2007-12-13David Wright filed bug report #1849764Daniel Stenberg
2007-12-12Gilles Blanc made the curl tool enable SO_KEEPALIVE for the connections andDaniel Stenberg
2007-12-09Andrew Moise filed bug report #1847501Daniel Stenberg
2007-12-08Travelling some 500km by train back and forth on the same day gives you timeDaniel Stenberg
2007-12-05Spacen Jasset reported a problem with doing POST (with data read with aDaniel Stenberg
2007-12-03Ray Pekowski filed bug report #1842029Daniel Stenberg
2007-12-03Bug report #1842029 (http://curl.haxx.se/bug/view.cgi?id=1842029) identifiedDaniel Stenberg
2007-12-03Now libcurl (built with OpenSSL) doesn't return error anymore if the remoteDaniel Stenberg
2007-12-02Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to controlDaniel Stenberg
2007-11-29uh, corrected pretty major write error!Daniel Stenberg
2007-11-29ftp resumed upload and long Digest noncesDaniel Stenberg
2007-11-26Added recent changes and spellcheckedDaniel Stenberg
2007-11-22Provide a socklen_t definition in curl.h for Win32 API build targetsYang Tse
2007-11-22Alessandro Vesely helped me improve the --data-urlencode's syntax, parserDaniel Stenberg
2007-11-20While inspecting the Negotiate code, I noticed how the proxy auth was usingDaniel Stenberg
2007-11-20Introuced --data-urlencode to the curl tool for easier url encoding of theDaniel Stenberg
2007-11-18Rob Crittenden fixed SSL connections with NSS done with the multi-interfaceDaniel Stenberg
2007-11-17Andres Garcia made the examples build fine on Windows (mingw + msys) whenDaniel Stenberg
2007-11-16Michal Marek made the test suite remember what test servers that fail toDaniel Stenberg
2007-11-15Ates Goral identified a problem in http.c:add_buffer_send() when a debugDaniel Stenberg
2007-11-15Michal Marek fixed the test suite to better deal with the case when the HTTPDaniel Stenberg
2007-11-14Fix a variable potential wrapping in add_buffer() when using absolutelyYang Tse
2007-11-12Fixed a remaining problem with doing SFTP directory listings on a re-usedDaniel Stenberg
2007-11-12Bug report #1830637 (http://curl.haxx.se/bug/view.cgi?id=1830637), which wasDaniel Stenberg
2007-11-08Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointedDaniel Stenberg
2007-11-07Improved telnet support by drastically reducing the number of writeDan Fandrich
2007-11-06Bug report #1824894 (http://curl.haxx.se/bug/view.cgi?id=1824894) pointedYang Tse
2007-11-01Toby Peterson patched a memory problem in the command line tool thatDaniel Stenberg
2007-11-01Fixed curl-config --features to not display libz when it wasn't usedDan Fandrich
2007-11-01Added test case 1014 to compare curl-config --features with curl --versionDan Fandrich