aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-20Some compilers warn on completely empty source files, we provide a blankDaniel Stenberg
2004-02-20Convert functions to ANSI-style declaration to prevent compiler warningsDaniel Stenberg
2004-02-20When the built-in manual is disabled, we generate a function doing nothingDaniel Stenberg
2004-02-20No longer support Z as a flag to print size_t, it isn't used by libcurlDaniel Stenberg
2004-02-20cool.haxx.se, no longer sourceforgeDaniel Stenberg
2004-02-20Only use -Wstrict-prototypes with gcc 3.3 or later.Daniel Stenberg
2004-02-20include sys/select.h to prevent picky compiler warnings when using select()Daniel Stenberg
2004-02-20we call the macro CURLMAX() isntead of MAX(), just because it turned upDaniel Stenberg
2004-02-20oops, missed a define when I changed from Curl_ to curlx_Daniel Stenberg
2004-02-20fix protos to prevent warningsDaniel Stenberg
2004-02-20added getpart.h for the spitout() protoDaniel Stenberg
2004-02-20%HTTPPORT supported in subVariablesDaniel Stenberg
2004-02-20mention what ports the test suite usesDaniel Stenberg
2004-02-20When trying to see if there's a friendly http server on "our" port, weDaniel Stenberg
2004-02-19-Wcast-align is a bit too annoyingDaniel Stenberg
2004-02-19Anything that looks like gcc 5.0 or more is no longer treated as gcc. I hopeDaniel Stenberg
2004-02-19refer to FILEFORMATDaniel Stenberg
2004-02-19When --enable-debug is used, for every -I provided to $CPPFLAGS we addDaniel Stenberg
2004-02-19Tor Arntsen's tiny fix!Daniel Stenberg
2004-02-19if not yacc or bison is found, check if we *really* need it, and if we doDaniel Stenberg
2004-02-19fixed the no-ssl version to return int as wellDaniel Stenberg
2004-02-19provide protos to the functions to prevent warningsDaniel Stenberg
2004-02-19typecast the type to an int on returnDaniel Stenberg
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