summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move portable error number symbolic name definitions to setup_once.hYang Tse2007-02-173-12/+45
* Better separate the library dependencies into those required by libcurlDan Fandrich2007-02-171-1/+2
* Replicate the configure tests that determined that timeval was available.Dan Fandrich2007-02-171-0/+3
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-1619-118/+124
* - Duncan Mac-Vicar Prett and Michal Marek reported problems with resettingDaniel Stenberg2007-02-161-0/+2
* maxdownload is actually -1 for unlimitedDaniel Stenberg2007-02-161-1/+1
* avoid redefinition of SET_ERRNO()Yang Tse2007-02-151-5/+8
* introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO()Yang Tse2007-02-151-0/+28
* Do not define HAVE_GMTIME_R for native Windows buildsYang Tse2007-02-151-5/+3
* Daniel Mirchandani fix to make libcurl build nicely on WinsockYang Tse2007-02-151-1/+1
* enabled IPV6 builds.Gunter Knauf2007-02-151-0/+3
* avoid using funtion isblank() and just use our ISBLANKYang Tse2007-02-142-5/+0
* compiler warning fixYang Tse2007-02-141-0/+1
* ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' onDaniel Stenberg2007-02-131-1/+1
* - Robert A. Monat made libcurl build fine with VC2005 - it doesn't haveDaniel Stenberg2007-02-131-2/+10
* check for isblank() at configuration stage. If not availableYang Tse2007-02-131-1/+7
* use our own ISUPPER and ISLOWER macrosYang Tse2007-02-131-0/+2
* use our own ISBLANK macroYang Tse2007-02-132-6/+6
* use our own ISSPACE macroYang Tse2007-02-131-1/+1
* compiler warning fixYang Tse2007-02-131-0/+1
* Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg2007-02-127-8/+755
* - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sentDaniel Stenberg2007-02-124-5/+38
* - Jeff Pohlmeyer fixed a flaw in curl_multi_add_handle() when adding a handleDaniel Stenberg2007-02-121-0/+1
* SCP upload done non-blockingDaniel Stenberg2007-02-071-0/+6
* fix for millisecond resolution timeoutsYang Tse2007-02-062-6/+8
* compiler warning fixYang Tse2007-02-063-5/+5
* read SFTP with the non-blocking APIDaniel Stenberg2007-02-061-1/+7
* compiler warning fixYang Tse2007-02-061-2/+2
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-0513-59/+70
* compiler warning fixYang Tse2007-02-052-4/+4
* Suppress warning "'nread' might be used uninitialized in this function".Gisle Vanem2007-02-041-1/+1
* compiler warning fixYang Tse2007-02-031-4/+3
* - Manfred Schwarb reported that socks5 support was broken and help us pinpointDaniel Stenberg2007-02-032-30/+34
* compiler warning fixYang Tse2007-02-021-2/+4
* move DEBUGF macro definition to setup_once.hYang Tse2007-02-022-6/+11
* prefer using the (upcoming) non-blocking libssh2 APIDaniel Stenberg2007-02-022-9/+22
* compiler warning fixYang Tse2007-02-012-3/+3
* Suppress the "'convbuf' might be used uninitialized in this function" warning.Gisle Vanem2007-02-011-1/+1
* fogot to change Curl_mk_connc in header fileYang Tse2007-02-011-1/+1
* compiler warning fixYang Tse2007-02-013-10/+20
* add debug messages for initialization failuresYang Tse2007-01-312-7/+22
* Use DOS line-endings.Gisle Vanem2007-01-292-116/+116
* - Michael Wallner reported that when doing a CONNECT with a custom User-AgentDaniel Stenberg2007-01-291-3/+8
* fixed segfault when compiled with MingW32 and cmd or command shell.Gunter Knauf2007-01-292-2/+7
* Andreas Rieke added extra infof() for when a connection is not re-used due toDaniel Stenberg2007-01-281-0/+4
* silence compiler warningsDaniel Stenberg2007-01-281-0/+5
* enabled build with sspi.Gunter Knauf2007-01-281-0/+3
* enabled build with hardcoded ca-bundle path;Gunter Knauf2007-01-281-0/+10
* force to create ca-bunde.h even if it exists already.Gunter Knauf2007-01-281-3/+3
* use var for awk.Gunter Knauf2007-01-281-1/+7