aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2008-09-29Moved all signal-based name resolution timeout handling into a single newDan Fandrich
2008-09-29- Ian Lynagh provided a patch that now makes CURLOPT_RANGE work fine for SFTPDaniel Stenberg
2008-09-29credit Maxim IvanovDaniel Stenberg
2008-09-29- Bug #2107803 (http://curl.haxx.se/bug/view.cgi?id=2107803) "noDaniel Stenberg
2008-09-25give proper credit!Daniel Stenberg
2008-09-25- Fixed the HTTP Digest auth code to not behave badly when getting a blank realmDaniel Stenberg
2008-09-24Make sure not to dereference the wrong UrlState proto union member whenDan Fandrich
2008-09-23- Introducing Jamie Lokier's function for date to epoch conversion used in theDaniel Stenberg
2008-09-23- Rob Crittenden brought a patch to "add some locking for thread-safety to NSSDaniel Stenberg
2008-09-22- Made the SOCKS code use the new Curl_read_plain() function to fix the bugDaniel Stenberg
2008-09-22- Michael Goffioul filed bug report #2107377 "Problem with mutli + GnuTLS +Daniel Stenberg
2008-09-22Fixed test 539 to handle an out of memory condition that shows up nowDan Fandrich
2008-09-20fix regression in configure script which affected OpenSSL builds on MSYSYang Tse
2008-09-19configure script now checks availability of the alarm() functionYang Tse
2008-09-19Don't bother to install a SIGALRM handler unless alarm() is available.Dan Fandrich
2008-09-18sync up with realityYang Tse
2008-09-17Removed reference to curl-ca-bundle.crt in the host verification failureDan Fandrich
2008-09-17sync up with realityYang Tse
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