aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-02-20compiler warning fixYang Tse
2007-02-20compiler warning fixYang Tse
2007-02-20Move header file inclusion logic and definition of timevalYang Tse
2007-02-19- Shmulik Regev found a memory leak in re-used HTTPS connections, at leastDaniel Stenberg
2007-02-19and fix warnings due to lack of protosDaniel Stenberg
2007-02-19- Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 andDaniel Stenberg
2007-02-19fixed code to compile and removed one warningDaniel Stenberg
2007-02-18- Jeff Pohlmeyer identified two problems: first a rather obscure problem withDaniel Stenberg
2007-02-18Michal Marek comment fixYang Tse
2007-02-18fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.hYang Tse
2007-02-17Move portable error number symbolic name definitions to setup_once.hYang Tse
2007-02-17Better separate the library dependencies into those required by libcurlDan Fandrich
2007-02-17Replicate the configure tests that determined that timeval was available.Dan Fandrich
2007-02-16use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse
2007-02-16- Duncan Mac-Vicar Prett and Michal Marek reported problems with resettingDaniel Stenberg
2007-02-16maxdownload is actually -1 for unlimitedDaniel Stenberg
2007-02-15avoid redefinition of SET_ERRNO()Yang Tse
2007-02-15introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO()Yang Tse
2007-02-15Do not define HAVE_GMTIME_R for native Windows buildsYang Tse
2007-02-15Daniel Mirchandani fix to make libcurl build nicely on WinsockYang Tse
2007-02-15enabled IPV6 builds.Gunter Knauf
2007-02-14avoid using funtion isblank() and just use our ISBLANKYang Tse
2007-02-14compiler warning fixYang Tse
2007-02-13ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' onDaniel Stenberg
2007-02-13- Robert A. Monat made libcurl build fine with VC2005 - it doesn't haveDaniel Stenberg
2007-02-13check for isblank() at configuration stage. If not availableYang Tse
2007-02-13use our own ISUPPER and ISLOWER macrosYang Tse
2007-02-13use our own ISBLANK macroYang Tse
2007-02-13use our own ISSPACE macroYang Tse
2007-02-13compiler warning fixYang Tse
2007-02-12Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg
2007-02-12- Shmulik Regev fixed so that the final CRLF of HTTP response headers are sentDaniel Stenberg
2007-02-12- Jeff Pohlmeyer fixed a flaw in curl_multi_add_handle() when adding a handleDaniel Stenberg
2007-02-07SCP upload done non-blockingDaniel Stenberg
2007-02-06fix for millisecond resolution timeoutsYang Tse
2007-02-06compiler warning fixYang Tse
2007-02-06read SFTP with the non-blocking APIDaniel Stenberg
2007-02-06compiler warning fixYang Tse
2007-02-05- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg
2007-02-05compiler warning fixYang Tse
2007-02-04Suppress warning "'nread' might be used uninitialized in this function".Gisle Vanem
2007-02-03compiler warning fixYang Tse
2007-02-03- Manfred Schwarb reported that socks5 support was broken and help us pinpointDaniel Stenberg
2007-02-02compiler warning fixYang Tse
2007-02-02move DEBUGF macro definition to setup_once.hYang Tse
2007-02-02prefer using the (upcoming) non-blocking libssh2 APIDaniel Stenberg
2007-02-01compiler warning fixYang Tse
2007-02-01Suppress the "'convbuf' might be used uninitialized in this function" warning.Gisle Vanem
2007-02-01fogot to change Curl_mk_connc in header fileYang Tse
2007-02-01compiler warning fixYang Tse