aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-08-13Sterling Hughes brings the share interfaceDaniel Stenberg
2002-08-12fixed a Curl_connecthost() bug, we should default to set connected to falseDaniel Stenberg
2002-08-12Initial fix to make the multi interface return control while waiting forDaniel Stenberg
2002-08-08ignore generated filesDaniel Stenberg
2002-08-08Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patchDaniel Stenberg
2002-08-08attempted hpux fix for resolvesDaniel Stenberg
2002-08-08ignore all .in filesDaniel Stenberg
2002-08-05Make SessionHandle keep record if it is used with the multi interface orDaniel Stenberg
2002-08-05re-added the RFC2732-parser that was lost for some reason during the flowDaniel Stenberg
2002-08-03Added multi interface functions to DLL definitions.Joern Hartroth
2002-08-01corrected some warningsDaniel Stenberg
2002-08-01Changed the PORT command to pick a better default IP address if "-" is used.Daniel Stenberg
2002-07-29Removed checks for if set.fpasswd is NULL, as we prevent users from settingDaniel Stenberg
2002-07-29fixed the Curl_cookie_add() invoke to not assume a space after the colonDaniel Stenberg
2002-07-29properly skip white spaces on Set-Cookie: header linesDaniel Stenberg
2002-07-29link with winmm.lib tooDaniel Stenberg
2002-07-29use stderr to present the prompt to, make sure to close the fopen()edDaniel Stenberg
2002-07-29Added multi.[co] to the buildDaniel Stenberg
2002-06-26Glen Nakamura made his fix look even better!Daniel Stenberg
2002-06-26Glen Nakamura's patch for Curl_getaddrinfo().Daniel Stenberg
2002-06-26ignore '+' in URLs, generate only %-codesDaniel Stenberg
2002-06-26T. Bharath fixed his mm lib timer resolution fixDaniel Stenberg
2002-06-15CURLOPT_BUFFERSIZE allows an application to set a prefered buffer sizeDaniel Stenberg
2002-06-14- Yarram Sunil found out that the SocketIsDead() function performed a lotDaniel Stenberg
2002-06-14Hanno L. Kranzhoff fixed themDaniel Stenberg
2002-06-14Remade the FTP not-check status line and not-attempt-to-read-status-lineDaniel Stenberg
2002-06-13Tom Mattison's report found out, and this is the fix that should preventDaniel Stenberg
2002-06-13Added 'dont_check' to be set during an FTP operation if the final statusDaniel Stenberg
2002-06-12when no FTP transfer was done, don't attempt to read the download transferDaniel Stenberg
2002-06-12Moved the secondarysocket cleanup. The 'conn' struct may have been clearedDaniel Stenberg
2002-06-12Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTHDaniel Stenberg
2002-06-12HAVE_SIGSETJMPDaniel Stenberg
2002-06-12added a connect failure error message that might get empty otherwiseDaniel Stenberg
2002-06-12Jörn fixes for 7.9.8 buildDaniel Stenberg
2002-06-12kris@freebsd.org fixed a bad format stringDaniel Stenberg
2002-06-12kris@freebsd.org fixed a few bad format stringsDaniel Stenberg
2002-06-11put #ifdefs around the sigjmp_buf declaration too, as it should beDaniel Stenberg
2002-06-11corrected the signal handlerDaniel Stenberg
2002-06-11Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups inDaniel Stenberg
2002-06-11removed accidentally added debug-code!Daniel Stenberg
2002-06-11ftp range downloads make us ignore the final status message as the serverDaniel Stenberg
2002-06-11added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg
2002-06-11added multi.objDaniel Stenberg
2002-06-11make sure data->set.postfields is non-NULL before doing strlen() on theDaniel Stenberg
2002-06-10getaddrinfo() failures now show port number too in informational outputDaniel Stenberg
2002-06-10added a missing failf() for certain connect failuresDaniel Stenberg
2002-06-10This fix MIGHT make us build nicely with OpenSSL 0.9.7. This fix is basedDaniel Stenberg
2002-06-10Gautam Mani found a socket descriptor leak that happened when FTP transfersDaniel Stenberg
2002-06-05Gustaf Hui fixed curl_multi_remove_handle() to prevent a potential crashDaniel Stenberg
2002-06-05set HAVE_RAND_STATUS tooDaniel Stenberg