summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Do not remove CURLM_STATE_WAITPROXYCONNECT from the CURLMstate enumYang Tse2007-03-011-4/+1
* proper symbol definition check for Novell NetWareYang Tse2007-02-281-2/+2
* proper symbol definition check for all AmigaOS flavoursYang Tse2007-02-287-14/+37
* protect from themselves those who need itYang Tse2007-02-283-3/+15
* - Hang Kin Lau found and fixed: When I use libcurl to connect to an httpsDaniel Stenberg2007-02-271-2/+2
* Added TOPDIR variable. Put dependencies in external file.Gisle Vanem2007-02-271-257/+4
* no proxy support if libcurl is built with HTTP disabledYang Tse2007-02-271-0/+8
* Jose Kahan pointed out a Digest server that provided the algorith last in theDaniel Stenberg2007-02-261-2/+2
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-2631-144/+18
* Removed unneeded 'HAVE_x' defines.Gisle Vanem2007-02-261-25/+0
* Fix typo.Gisle Vanem2007-02-261-2/+2
* - Adam D. Moss made the HTTP CONNECT procedure less blocking when used fromDaniel Stenberg2007-02-253-224/+301
* compiler warning fixYang Tse2007-02-221-1/+1
* Fix compiler warning "statement is unreachable"Yang Tse2007-02-221-1/+1
* Fix compiler warningsYang Tse2007-02-222-11/+13
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-223-18/+27
* silence two cases of "comparison between signed and unsigned"Daniel Stenberg2007-02-211-2/+2
* - Ravi Pratap provided work on libcurl making pipelining more robust andDaniel Stenberg2007-02-216-46/+160
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-2113-42/+46
* Include some possible dependencies of arpa/inet.hDan Fandrich2007-02-211-0/+6
* fix compiler warning "enumerated type mixed with another type"Yang Tse2007-02-211-1/+1
* New FTP CCC functionality - adds passive and active mode to accomodate for di...Linus Nielsen Feltzing2007-02-205-3/+9
* Include network byte order conversion macros on Minix.Dan Fandrich2007-02-201-0/+3
* compiler warning fixYang Tse2007-02-201-0/+2
* compiler warning fixYang Tse2007-02-201-2/+2
* Move header file inclusion logic and definition of timevalYang Tse2007-02-202-21/+41
* - Shmulik Regev found a memory leak in re-used HTTPS connections, at leastDaniel Stenberg2007-02-191-0/+2
* and fix warnings due to lack of protosDaniel Stenberg2007-02-191-0/+1
* - Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 andDaniel Stenberg2007-02-194-10/+41
* fixed code to compile and removed one warningDaniel Stenberg2007-02-191-2/+1
* - Jeff Pohlmeyer identified two problems: first a rather obscure problem withDaniel Stenberg2007-02-183-16/+18
* Michal Marek comment fixYang Tse2007-02-181-2/+2
* fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.hYang Tse2007-02-181-0/+11
* 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