aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-19return int from test()Daniel Stenberg
2004-02-19provide a test() protoDaniel Stenberg
2004-02-19use a die and a log function to die and log textsDaniel Stenberg
2004-02-19remove the build.log too at exit, and also use the proper $pwd prefixDaniel Stenberg
2004-02-19very minor phrase editDaniel Stenberg
2004-02-19fixes from the recent daysDaniel Stenberg
2004-02-19check for standard headers when --enable-debug is usedDaniel Stenberg
2004-02-19Doug Porter's patch that changes the order of preferences on how to find theDaniel Stenberg
2004-02-19If --enable-debug is used and gcc, we figure out which version and then weDaniel Stenberg
2004-02-19item 19 is considered fixed until we get to hear differentlyDaniel Stenberg
2004-02-19Use the strtoofft.h header file from the lib directory, as we are nowDaniel Stenberg
2004-02-19Remade to use curlx_-prefix. This means this function can be compiled andDaniel Stenberg
2004-02-18AIX and Tru64 have what Tor calls "horribly broken 'which' programs" so weDaniel Stenberg
2004-02-18removed some "jhrg" from commentsDaniel Stenberg
2004-02-18I removed the socklen_t requirement from memdebug.h, so we don't need toDaniel Stenberg
2004-02-18Made curl_accept() take a 'void *' instead of 'socklen_t *' in the 3rdDaniel Stenberg
2004-02-18Modified curl_accept() to take a 'void *' in the 2nd argument instead ofDaniel Stenberg
2004-02-18No longer uses the 'ret' variable in the plain ipv4-version ofDaniel Stenberg
2004-02-18The --enable-debug option really requires this to be built as part of curl.Daniel Stenberg
2004-02-18simplified and better commented config.h include logicDaniel Stenberg
2004-02-18Make sure dns cache timeout -1 really means forever, as it is documented toDaniel Stenberg
2004-02-17fix the help text for --manual if built without manualDaniel Stenberg
2004-02-17ignore moreDaniel Stenberg
2004-02-17memdebug build, 'make' no longer builds the demo toolsDaniel Stenberg
2004-02-17'make all' also builds the demosDaniel Stenberg
2004-02-17include ares_private.h to make sure we get the memdebug stuff includedDaniel Stenberg
2004-02-17If CURLDEBUG is set we use the libcurl internal memdebug system to trackDaniel Stenberg
2004-02-16only build adig and ahost if 'make demos' is usedDaniel Stenberg
2004-02-16support closesocket() for closing sockets as well, as then we can use thisDaniel Stenberg
2004-02-16Make realloc() support NULL as pointer. Made to allow us to use these routinesDaniel Stenberg
2004-02-16item 24 fixed, edited a few issuesDaniel Stenberg
2004-02-16Make the 'areschannel' get created in the curl_easy_init() and re-use thatDaniel Stenberg
2004-02-16updatesDaniel Stenberg
2004-02-16verbose-fix, socks5-fix, dnscache-fix, configure-winmmlib-fixDaniel Stenberg
2004-02-16Fix verbosconnect() when ipv6-enabled to not assume that conn->serv_addrDaniel Stenberg
2004-02-16removed usage of a silly macro instead of the actual functions memcpyDaniel Stenberg
2004-02-16Jeff Lawson pointed out that we need to check for a '5' in the version fieldDaniel Stenberg
2004-02-15Andrés García added a check for lwinmm for Mingw/sysDaniel Stenberg
2004-02-15Mark the dns entry 'inuse' properly even when used from the cache. ThisDaniel Stenberg
2004-02-15another case which should use CURLcode and not intDaniel Stenberg
2004-02-15Use the was_iface variable when binding a socket locally, even if noDaniel Stenberg
2004-02-15bind interface and large file fixesDaniel Stenberg
2004-02-15recent fixesDaniel Stenberg
2004-02-15(void) functions we don't check the return code forDaniel Stenberg
2004-02-15CURLcode/int cleanup to reduce IRIX warningsDaniel Stenberg
2004-02-15spell!Daniel Stenberg
2004-02-15don't assume we can use gcc 2.96+ optionsDaniel Stenberg
2004-02-13in the socks code, make sure we receive Curl_read results in ints andDaniel Stenberg
2004-02-13removed usage of unset variables (by a function that does nothing!)Daniel Stenberg
2004-02-13return an intDaniel Stenberg