27fd5d6d | 29-Mar-2004 |
Daniel Stenberg |
issue 24 is fixed by making sure the time fields use a static width |
18a3c330 | 29-Mar-2004 |
Daniel Stenberg |
several noticable recent changes |
97959a00 | 29-Mar-2004 |
Daniel Stenberg |
changes changes changes |
5e92b290 | 29-Mar-2004 |
Daniel Stenberg |
All test targets now run 'make all' before they prcoeed with the actual testing so that all test files are build first properly. David Byron reported. |
126ed143 | 29-Mar-2004 |
Daniel Stenberg |
Gisle Vanem's djgpp/MS-DOS updates |
712d0374 | 29-Mar-2004 |
Daniel Stenberg |
fix to figure out the "real" windows path when built and run with mingw Andr�s Garc�a helped out! |
4b49b2e3 | 29-Mar-2004 |
Daniel Stenberg |
re-indented to use curl-standard source formatting |
d85c2199 | 29-Mar-2004 |
Daniel Stenberg |
netinet/tcp.h may require netinet/in.h to be include before |
6b33a5f9 | 28-Mar-2004 |
Daniel Stenberg |
use the correct struct |
ed22afe5 | 27-Mar-2004 |
Daniel Stenberg |
Tor fixed a left-over from the ip argument to setnodelay |
843391c7 | 26-Mar-2004 |
Daniel Stenberg |
Gisle Vanem: A patch to bypass MS' sillyness with regard to IPv6 and getaddrinfo(). The CURLDEBUG part is to avoid redefinition warning caused by memdebug.h. If ENABLE_IPV6 isn'
Gisle Vanem: A patch to bypass MS' sillyness with regard to IPv6 and getaddrinfo(). The CURLDEBUG part is to avoid redefinition warning caused by memdebug.h. If ENABLE_IPV6 isn't enabled, it doesn't matter since we never call getaddrinfo(). Allthough we could to support weird protocols like SOCK_RDM that Win-2K/XP has.
show more ...
|
ad6699e0 | 26-Mar-2004 |
Daniel Stenberg |
some more password blurb |
43137cf5 | 26-Mar-2004 |
Daniel Stenberg |
check for netinet/tcp.h precense before actually including it |
db6dc49b | 26-Mar-2004 |
Daniel Stenberg |
removed the ip number from the notcpdelay function |
593170d1 | 25-Mar-2004 |
Daniel Stenberg |
get the version number from the new curlver.h header file |
0eace2fe | 25-Mar-2004 |
Daniel Stenberg |
localtime and gmtime are not thread-safe on newer AIXes either so we force a check for there *_r-versions too |
abd65e21 | 25-Mar-2004 |
Daniel Stenberg |
force recent AIX versions to check for strerror_r |
e21104a8 | 25-Mar-2004 |
Daniel Stenberg |
only output one line about the nodelay even if it fails |
3ecf63fa | 25-Mar-2004 |
Daniel Stenberg |
win32 doesn't need and even doesn't build if we extern declare sys_nerr |
762dcf07 | 25-Mar-2004 |
Daniel Stenberg |
include the strerror.h file without curl_ prefix |
75ee9b53 | 25-Mar-2004 |
Daniel Stenberg |
strerror without prefix |
e161bdc5 | 25-Mar-2004 |
Daniel Stenberg |
cut off 'curl_' from the strerror file names |
bb3d6e85 | 25-Mar-2004 |
Daniel Stenberg |
tcp-nodelay patch by Joe Halpin |
189c2f49 | 25-Mar-2004 |
Daniel Stenberg |
so there are at least two different strerror_r() versions and our brand new configure script detects them and now this code acts according to what API that was detected |
f28389c8 | 25-Mar-2004 |
Daniel Stenberg |
Tor Arntsen fixed how this is invoked |