2b634be4 | 27-Feb-2004 |
Daniel Stenberg |
Mark obsolete options with OSBOLETE in a comment on the same line, to make it easier to exclude them with grep, when grepping for options. |
c5b8e446 | 27-Feb-2004 |
Daniel Stenberg |
ispell by Tor Arntsen |
7bd55dc1 | 27-Feb-2004 |
Daniel Stenberg |
updated the debug option function from curl's acinclude.m4 |
009cd964 | 27-Feb-2004 |
Daniel Stenberg |
remove the number of obsolete options |
d0242da3 | 27-Feb-2004 |
Daniel Stenberg |
Added a few options that were still not documented. Now I believe all options mentioned in the current curl/curl.h header file (that aren't marked as obsolete) are present. |
ab44763c | 27-Feb-2004 |
Daniel Stenberg |
updated with recent events |
3a80bb0a | 27-Feb-2004 |
Daniel Stenberg |
issue 21 is now history |
77268e06 | 27-Feb-2004 |
Daniel Stenberg |
Joe Halpin made the FTP code send 'QUIT' on the control connection before it disconnects the TCP connection, like a good ftp client should! |
1ceb77b4 | 26-Feb-2004 |
Daniel Stenberg |
we need to hide this warning since it otherwise appears on all verifiedserver requests to the ftp server! |
3430ce79 | 26-Feb-2004 |
Daniel Stenberg |
Kill the server when this test is done, as other FTP-tests sometimes have problems otherwise. |
4ba7ef34 | 26-Feb-2004 |
Daniel Stenberg |
fixed a "comparison between signed and unsigned" warning |
4515d064 | 26-Feb-2004 |
Daniel Stenberg |
David Byron's fixes to make the latest curl build fine under MSVC 6. |
b6a4ca9b | 26-Feb-2004 |
Daniel Stenberg |
this works like buildconf + configure does on unixes |
9b6350d0 | 26-Feb-2004 |
Daniel Stenberg |
adjusted to work with the modified fopen() line and the new calloc line |
07de0ff0 | 26-Feb-2004 |
Daniel Stenberg |
Gisle Vanem's added support calloc()-debugging and outputting mode for fopen() as well. |
7d8cd590 | 26-Feb-2004 |
Daniel Stenberg |
use calloc instead of malloc and we won't have to memset() the struct |
1056d2d2 | 26-Feb-2004 |
Daniel Stenberg |
When this is verified to be a CVS tree, we remove the two generated source files from the source dir to make certain they're generated in the build process. |
d571064b | 26-Feb-2004 |
Daniel Stenberg |
Clear up int/long/size_t/ssize_t usage a bit |
33eaf2e1 | 26-Feb-2004 |
Daniel Stenberg |
minor fixes to avoid MIPSPro pedantic warnings |
a054e5ba | 26-Feb-2004 |
Daniel Stenberg |
don't mix int and size_t, it generates warnings! |
85af357d | 26-Feb-2004 |
Daniel Stenberg |
Make icc ignore "invalid format string conversion" warnings as well. They appear because of our home-grown option '%Od' for the curl_off_t output. |
d687eed3 | 26-Feb-2004 |
Daniel Stenberg |
use %ld when printf()ing long variables (and removed use of 'register') |
38b6016d | 26-Feb-2004 |
Daniel Stenberg |
added the ever-present source header |
be2cdf14 | 26-Feb-2004 |
Daniel Stenberg |
Don't call the lock/unlock functions if they are NULL. They can still be NULL without violating protocol. |
0943f334 | 26-Feb-2004 |
Daniel Stenberg |
Use __INTEL_COMPILER instead of __ICC to the cpp to detect the Intel icc compiler! |