summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-08-09fixed warning with gcc 4.x (hopefully); dynamincally imported UseAccurateCase...curl-7_17_0-preldapfixGunter Knauf
2007-08-09fixed a warning which MingW gcc 4.2.1.Gunter Knauf
2007-08-08moved ugly CLIB define to nwos.c.Gunter Knauf
2007-08-08Song Ma noted a zlib memory leak in the illegal compressed headerDan Fandrich
2007-08-08blocked ssize_t define for MingW32.Gunter Knauf
2007-08-08Fix getsockname argument typePatrick Monnerat
2007-08-07Fixed torture test for test 509Dan Fandrich
2007-08-07moved HAVE_LONGLONG from makefiles to config-win32.h.Gunter Knauf
2007-08-07Some #if --> #ifdefPatrick Monnerat
2007-08-07Fixed some icc compiler warnings.Dan Fandrich
2007-08-05Patrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated commentsDaniel Stenberg
2007-08-04changed to use libssh2 0.16;Gunter Knauf
2007-08-04Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work onDaniel Stenberg
2007-08-04Fixed a couple of compiler warnings.Dan Fandrich
2007-08-03Refactored CreateConnection() somewhat to reduce its length by splittingDan Fandrich
2007-08-03some more makefile fixes/changes.Gunter Knauf
2007-08-03Start adding some expanded error conversion of libssh2 errors.James Housley
2007-08-03The previous commit to force the use of libssh2-0.16 by removingJames Housley
2007-08-03changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins p...Gunter Knauf
2007-08-03remove left-over partly support for libssh2 0.14Daniel Stenberg
2007-08-03The SSH code now only works with libssh2 0.16 or later. Thus we must notDaniel Stenberg
2007-08-02Scott Cantor filed bug report #1766320Daniel Stenberg
2007-08-02Fixed a compiler warning.Dan Fandrich
2007-08-02Patrick Monnerat's cleanup fix after my alloc-strings commitDaniel Stenberg
2007-08-02Dmitriy Sergeyev reported a regression: resumed file:// transfers brokeDaniel Stenberg
2007-08-02argh, Greg Morse pointed out that the NTLM POST fix only worked if VERBOSEDaniel Stenberg
2007-08-01Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg
2007-08-01Greg Morse reported a problem with POSTing using ANYAUTH to a server requiringDaniel Stenberg
2007-07-30Patrick Monnerat restored qssl successful compilation and loadingDaniel Stenberg
2007-07-30Properly set USE_SSL on OS/400Dan Fandrich
2007-07-30Fixed compiler warning on non-SSL buildsDan Fandrich
2007-07-29Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg
2007-07-27added missing part for the qsossl supportDaniel Stenberg
2007-07-24Removed unused variable.Dan Fandrich
2007-07-23#if that should be #ifdefDaniel Stenberg
2007-07-23Implemented the parts of Patrick Monnerat's OS/400 patch that introducesDaniel Stenberg
2007-07-23Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich
2007-07-22HTTP Digest auth fix on a re-used connectionDaniel Stenberg
2007-07-21Make the pointers of a few static const arrays const, too, for safety.Dan Fandrich
2007-07-20Ralf S. Engelschall filed bug report #1757328Daniel Stenberg
2007-07-20Fix a loop with PWDJames Housley
2007-07-20Made some const arrays static to avoid unnecessary stack usage.Dan Fandrich
2007-07-18As has been pointed out, err_msg should not be freed here. The actualJames Housley
2007-07-17Jofell Gallardo posted a libcurl log using FTP that exposed a bug which madeDaniel Stenberg
2007-07-15make users use the latest OpenSSL and Zlib libraries;Gunter Knauf
2007-07-14for now unless we do better fixed LIBSSH2_APINO compares to use long constants.Gunter Knauf
2007-07-13Colin Hogben filed bug report #1750274Daniel Stenberg
2007-07-13Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn'tDaniel Stenberg
2007-07-12Made the krb5 code build with Heimdal's GSSAPI libDaniel Stenberg
2007-07-12Shmulik Regev found an (albeit rare) case where the proxy CONNECT operationDaniel Stenberg