aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-06-26T. Bharath fixed his mm lib timer resolution fixDaniel Stenberg
2002-06-25added HISTORYDaniel Stenberg
2002-06-24corrected to match reality betterDaniel Stenberg
2002-06-19removed the php/examples reference as that dir is not in the archivesDaniel Stenberg
2002-06-19simplified the compile line even moreDaniel Stenberg
2002-06-19simplepost.c shows a simple POST ;-)Daniel Stenberg
2002-06-15removed extra / in help textDaniel Stenberg
2002-06-15Added CURLOPT_BUFFERSIZEDaniel Stenberg
2002-06-15Added --limit-rateDaniel Stenberg
2002-06-15HAVE_SYS_POLL_HDaniel Stenberg
2002-06-15CURLOPT_BUFFERSIZE allows an application to set a prefered buffer sizeDaniel Stenberg
2002-06-15Chris Combes added description of his newly added optionsDaniel 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-13Miklos Nemeth added a section for how to disable specific protocols in theDaniel Stenberg
2002-06-13Miklos Nemeth fixed the mmlibDaniel Stenberg
2002-06-137.9.8 commitDaniel 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-12fixing builds, patching bugs, adding curl_formadd() optionsDaniel 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-12CURLOPT_MAXFILESIZEDaniel 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-12Add QNXDaniel 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-117.9.8-pre3 commitDaniel Stenberg
2002-06-11the disable protocol stuff is now addedDaniel Stenberg
2002-06-11more nonewline supportDaniel Stenberg
2002-06-11Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups inDaniel Stenberg
2002-06-11cut up the string in more pieces for <512 bytes stringsDaniel 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 test135 ftp byte-range downloadDaniel Stenberg
2002-06-11added --disable-[protocol] supportDaniel Stenberg
2002-06-11added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg
2002-06-11Added disable-definesDaniel 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