summaryrefslogtreecommitdiff
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-09There's no need to ignore the User-Agent for this test.Dan Fandrich
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-08removed asm rules since we have no asm in the sources, and this produced 2 wa...Gunter Knauf
2007-08-08blocked ssize_t define for MingW32.Gunter Knauf
2007-08-08Fix getsockname argument typePatrick Monnerat
2007-08-07Usage of the BCURLOPT_PROGRESSFUNCTION callback is not recommended when usingDaniel Stenberg
2007-08-07Fixed torture test for test 509Dan Fandrich
2007-08-07moved HAVE_LONGLONG from makefiles to config-win32.h.Gunter Knauf
2007-08-07add URL to more "generated public config.h" detailsDaniel Stenberg
2007-08-07Some #if --> #ifdefPatrick Monnerat
2007-08-07Fixed some icc compiler warnings.Dan Fandrich
2007-08-06Peteris Krumins pointed out that MingW32 doesnt provide a batch file to set t...Gunter Knauf
2007-08-06ontributors from the 7.16.4 release notes and a removed duplicateDaniel Stenberg
2007-08-06removed the rsaglue hint since it doesn't apply to modern OpenSSL, and addedDaniel Stenberg
2007-08-06we now support GSS/Kerberos 5 for ftp file transfers!Daniel Stenberg
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-04another mirrorDaniel Stenberg
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-03fixed small fix issue I introduced with my previous commit.Gunter Knauf
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-03Peteris Krumins pointed out some MingW32 related build issues.Gunter Knauf
2007-08-03Peteris Krumins pointed out that the standard MingW32 build depends on zlib; ...Gunter Knauf
2007-08-03SCP and SFTP support now requires libssh2 0.16 or laterDaniel Stenberg
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-02clarify that setting POSTFIELDS to NULL or "" is not enough to make a zero byteDaniel 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-30AIX 4 and 5 get to use non-blocking socketsDaniel Stenberg
2007-07-30Peter O'Gorman pointed out (and fixed) that the non-blocking check inDaniel Stenberg
2007-07-30users should use the CURLMOPT_TIMERFUNCTION rather than curl_multi_timeoutDaniel Stenberg
2007-07-30less blocking these daysDaniel Stenberg
2007-07-30updated based on suggestion from Jeff PohlmeyerDaniel Stenberg
2007-07-30Patrick Monnerat restored qssl successful compilation and loadingDaniel Stenberg
2007-07-30give credit to Greg ZavertnikDaniel Stenberg
2007-07-30Properly set USE_SSL on OS/400Dan Fandrich