aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-06mingw configure fix, host: fix, compiler warnings in ldap.cDaniel Stenberg
2004-02-06updated with recent fixesDaniel Stenberg
2004-02-06The Curl_strtoll() issueDaniel Stenberg
2004-02-06updatedDaniel Stenberg
2004-02-06Rewrote the gethostbyname() check after Andrés García's provided patchDaniel Stenberg
2004-02-06Added documentation of a few command line options that were still undocumentedDaniel Stenberg
2004-02-06A custom Host: header is only considered if the request is not made byDaniel Stenberg
2004-02-06The MIPSPro compiler complains on constructs such as "(void)foo;" soDaniel Stenberg
2004-02-06Make sure DynaGetFunction() returns a function pointer, not a data pointer.Daniel Stenberg
2004-02-06Remove the attempt to detect if we already tested the same source setup.Daniel Stenberg
2004-02-05numerous things went in todayDaniel Stenberg
2004-02-05added the missing stdin sectionDaniel Stenberg
2004-02-05An attempt to only set both libz-related defines at the same time. We needDaniel Stenberg
2004-02-05Andrés García's updatesDaniel Stenberg
2004-02-05if an empty 'transfer-encoding:' header is provided, we switch off theDaniel Stenberg
2004-02-05Made a test that sends data on stdin to PUT, with a given length andDaniel Stenberg
2004-02-05Gisle Vanem fixed a windows compiler warningDaniel Stenberg
2004-02-05changed the test() function to return type intDaniel Stenberg
2004-02-05include process.h to get the _getpid() protoDaniel Stenberg
2004-02-05when using --enable-debug and gcc, provide the -Wno-format-nonliteral optionDaniel Stenberg
2004-02-05options we get as longs need to be typecasted when assigned to preventDaniel Stenberg
2004-02-05fix return type to silence compiler warningsDaniel Stenberg
2004-02-05prevent warning from that picky MIPSpro compilerDaniel Stenberg
2004-02-05compiler warning fix, compare struct pointers of the same typeDaniel Stenberg
2004-02-05use the timeout options when waiting for the server to connect when usingDaniel Stenberg
2004-02-05hide the pack_hostent proto if ipv6 is enabled, as figured out by Tor ArntsenDaniel Stenberg
2004-02-05Fix the socklen_t type too. Needed only when built with memory debuggingDaniel Stenberg
2004-02-04fixed "comparison between signed and unsigned" complaintsDaniel Stenberg
2004-02-04don't use 'sin' as variable name as the picky compiler warnings complainDaniel Stenberg
2004-02-04fixingDaniel Stenberg
2004-02-04prevent a compiler warning about a macro definitionDaniel Stenberg
2004-02-04prevent the windows version to use global symbol namesDaniel Stenberg
2004-02-04we use the more aggressive compiler warningsDaniel Stenberg
2004-02-04made more pointers unsigned, as they were mostly used passed in to functionsDaniel Stenberg
2004-02-04typecast comparision between signed and unsignedDaniel Stenberg
2004-02-04try_config() takes a second parameter as const, to prevent picky compilerDaniel Stenberg
2004-02-04takes a void *, not a char * anymoreDaniel Stenberg
2004-02-04ares_free_string() now takes a void * insteadDaniel Stenberg
2004-02-04don't compare signed and unsignedDaniel Stenberg
2004-02-04added a tags targetDaniel Stenberg
2004-02-04new configure fileDaniel Stenberg
2004-02-04use configure.ac instead of configure.inDaniel Stenberg
2004-02-04stop a compiler warningDaniel Stenberg
2004-02-03no one uses libcurl before 7.7 anyway...Daniel Stenberg
2004-02-03libcares.a is hereDaniel Stenberg
2004-02-03link with libcares instead of libaresDaniel Stenberg
2004-02-03We now produce 'libcares.a' instead, to make it possible to have both c-aresDaniel Stenberg
2004-02-03the configure and memdebug fixes of ydayDaniel Stenberg
2004-02-03the unused quit-function didn't pass a correct variable type to theDaniel Stenberg
2004-02-03add link to the new cares web siteDaniel Stenberg