aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-03-01Ignore the dreaded aclocal warnings on underquoted definitions that theDaniel Stenberg
2004-03-01Perhaps -Wundef is better on gcc versions after 2.95, since the autobuildDaniel Stenberg
2004-03-01When setting aggressive pedantic compiler options, display what optionsDaniel Stenberg
2004-03-01removed an unnecessary shift and splut up som weird two-statements-per-lineDaniel Stenberg
2004-03-01Use the z-option to printf %d for size_t printf. z is supported by theDaniel Stenberg
2004-03-01Support 'z' for size_t-sized integer printing, as in %zd or %zx.Daniel Stenberg
2004-03-01Only consider the fresh-connection option on the first connection made, notDaniel Stenberg
2004-03-01Moved two 7.11.2 issues over to the more general TODO docs.Daniel Stenberg
2004-03-01minor spellfixDaniel Stenberg
2004-03-01intend the top-level blurb to make it easier to discard it from the webDaniel Stenberg
2004-03-01Tor and DavidDaniel Stenberg
2004-03-01mention how to make a curl handle use the shareDaniel Stenberg
2004-03-01Only attempt to send the FTP QUIT command if we actually have a FTP struct.Daniel Stenberg
2004-03-01in Curl_disonnect(): call the protocol-specific disconnect function before weDaniel Stenberg
2004-03-01Report the correct size when 'verifiedserver' is requested.Daniel Stenberg
2004-02-29Dirk Manske fixed the attempt to install the removed errmem manpageDaniel Stenberg
2004-02-27using roffit 0.6 we can get <a href> links with the --mandir optionDaniel Stenberg
2004-02-27formatting update to produce better links with the new roffit versionDaniel Stenberg
2004-02-27elaborate on the URL optionDaniel Stenberg
2004-02-27minor size_t fix to kill a warningDaniel Stenberg
2004-02-27fixed some more size_t/int/long warnings and removed a few CMC commentsDaniel Stenberg
2004-02-27Mark obsolete options with OSBOLETE in a comment on the same line, to makeDaniel Stenberg
2004-02-27ispell by Tor ArntsenDaniel Stenberg
2004-02-27updated the debug option function from curl's acinclude.m4Daniel Stenberg
2004-02-27remove the number of obsolete optionsDaniel Stenberg
2004-02-27Added a few options that were still not documented. Now I believe all optionsDaniel Stenberg
2004-02-27updated with recent eventsDaniel Stenberg
2004-02-27issue 21 is now historyDaniel Stenberg
2004-02-27Joe Halpin made the FTP code send 'QUIT' on the control connection beforeDaniel Stenberg
2004-02-26we need to hide this warning since it otherwise appears on all verifiedserverDaniel Stenberg
2004-02-26Kill the server when this test is done, as other FTP-tests sometimesDaniel Stenberg
2004-02-26fixed a "comparison between signed and unsigned" warningDaniel Stenberg
2004-02-26David Byron's fixes to make the latest curl build fine under MSVC 6.Daniel Stenberg
2004-02-26this works like buildconf + configure does on unixesDaniel Stenberg
2004-02-26adjusted to work with the modified fopen() line and the new calloc lineDaniel Stenberg
2004-02-26Gisle Vanem's added support calloc()-debugging and outputting mode forDaniel Stenberg
2004-02-26use calloc instead of malloc and we won't have to memset() the structDaniel Stenberg
2004-02-26When this is verified to be a CVS tree, we remove the two generated sourceDaniel Stenberg
2004-02-26Clear up int/long/size_t/ssize_t usage a bitDaniel Stenberg
2004-02-26minor fixes to avoid MIPSPro pedantic warningsDaniel Stenberg
2004-02-26don't mix int and size_t, it generates warnings!Daniel Stenberg
2004-02-26Make icc ignore "invalid format string conversion" warnings as well. TheyDaniel Stenberg
2004-02-26use %ld when printf()ing long variables (and removed use of 'register')Daniel Stenberg
2004-02-26added the ever-present source headerDaniel Stenberg
2004-02-26Don't call the lock/unlock functions if they are NULL. They can still beDaniel Stenberg
2004-02-26Use __INTEL_COMPILER instead of __ICC to the cpp to detect the Intel iccDaniel Stenberg
2004-02-26runtests.pl now provides the srcdir to the ftpserver so that it can passDaniel Stenberg
2004-02-26modified loadtest() to produce better error message when it fails to loadDaniel Stenberg
2004-02-26The build logs were created in the "wrong" dir and thus never removedDaniel Stenberg
2004-02-25today's workDaniel Stenberg