Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-10 | set the SIZEOF_LONG define to get the new lib/strtoofft.h fine | Daniel Stenberg | |
2004-06-27 | check for a fine poll() before it is used to sleep subsecond | Daniel Stenberg | |
2004-04-06 | added HAVE_GETTIMEOFDAY, we need it for better time resolution | Daniel Stenberg | |
2004-02-12 | support configure --disable-manual | Daniel Stenberg | |
2004-02-05 | Fix the socklen_t type too. Needed only when built with memory debugging | Daniel Stenberg | |
as then we include the memdebug.h header from the lib dir, and it then requires this type... (fails on IRIX 6.5 without this) | |||
2004-01-22 | use curl_off_t instead of off_t | Daniel Stenberg | |
2004-01-14 | HAVE_LIMITS_H | Daniel Stenberg | |
2004-01-13 | define HAVE_LIBZ if libz is present, for hugehelp.c | Daniel Stenberg | |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg | |
2003-11-08 | for the getpwuid() etc | Daniel Stenberg | |
2003-11-07 | Based on Gisle Vanem's $HOME patch, we now attempt to find the home dir | Daniel Stenberg | |
in a slightly better way for more platforms. The $HOME is only used for .curlrc atm, but the possible upcoming change of .netrc treatment may also need the home dir. | |||
2003-10-17 | define HAVE_SYS_SOCKET_H if that file is present. This is needed when we | Daniel Stenberg | |
#include "../lib/memdebug.h" for memory debug builds. | |||
2003-10-16 | Added support for password prompting if only used name is given on the | Daniel Stenberg | |
command line. | |||
2003-08-18 | set the large-file support defines for the client too | Daniel Stenberg | |
2003-07-04 | HAVE_SETVBUF removed, no longer used | Daniel Stenberg | |
2003-06-03 | we want the time defines too | Daniel Stenberg | |
2003-01-29 | HAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and then | Daniel Stenberg | |
we attempt to hide some of the more sensitive command line arguments | |||
2002-08-13 | mr Hartroth correctly pointed out that poll() isn't really that portable | Daniel Stenberg | |
so we need to hack around it when not there | |||
2002-07-28 | added HAVE_SETVBUF | Daniel Stenberg | |
2002-06-15 | HAVE_SYS_POLL_H | Daniel Stenberg | |
2002-06-07 | Added HAVE_SYS_TYPES_H | Daniel Stenberg | |
2002-05-10 | AIX wants sys/select.h for the fd_set stuff in curl/multi.h, and even though | Daniel Stenberg | |
it is a bit ugly work-around to add this here, it is still a working work- around! ;-) | |||
2001-09-07 | HAVE_SYS_UTIME_H adjustments | Daniel Stenberg | |
2001-09-03 | utime() and utime.h adjustments for curl -R | Daniel Stenberg | |
2001-05-22 | cleanup commit for new autoconf+automake+libtool versions | Daniel Stenberg | |
2000-03-14 | 6.5 cleanup commit | Daniel Stenberg | |
1999-12-29 | Initial revision | Daniel Stenberg | |