fa83a057 | 20-Aug-2004 |
Gisle Vanem |
No WSAGetLastError() on Watt-32/DOS |
7b97371a | 20-Aug-2004 |
Gisle Vanem |
No <sys/uio.h> on DOS/Win32 |
b17e32ba | 20-Aug-2004 |
Gisle Vanem |
Changes for Watt-32 on Windows. I've assumed Configure sets the required HAVE_xx defines for non-DOS/Win targets. |
cd52b9f0 | 20-Aug-2004 |
Daniel Stenberg |
Alexander Krasnostavsky made the write callback get called even when a zero byte file is downloaded. |
c3d74ffe | 20-Aug-2004 |
Daniel Stenberg |
socks proxy and timeouts bug |
a231a968 | 20-Aug-2004 |
Daniel Stenberg |
actually, we check for a numerical host using either ipv4 or ipv6, as neither should result in a reverse dns lookup |
93b61bf0 | 20-Aug-2004 |
Daniel Stenberg |
use inet_pton() correctly! |
06d39bd3 | 19-Aug-2004 |
Gisle Vanem |
ZLIB_ROOT not needed |
52177b1f | 19-Aug-2004 |
Gisle Vanem |
My first CVS commit just to see if this works. BTW. Used eclipse IDE fo this, which really kicks ass. |
566f7b5e | 19-Aug-2004 |
Daniel Stenberg |
simplified expression |
c8c47768 | 19-Aug-2004 |
Daniel Stenberg |
Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, and this is an attempt to prevent it from doing that. affects ipv6-enabled only. |
62ff567c | 19-Aug-2004 |
Daniel Stenberg |
the autobuilds failed all over on AIX, attempt to fix the strerror_r() problem by setting _THREAD_SAFE (and -qthreaded) before strerror_r() is checked for. |
ee400f95 | 19-Aug-2004 |
Daniel Stenberg |
reuse handles in PHP/CURL works - Kirk Hedden told us |
9ac7629e | 18-Aug-2004 |
Daniel Stenberg |
PHP FAQ |
d72ca96a | 18-Aug-2004 |
Daniel Stenberg |
indented the code curl-style |
d0dcb3b5 | 17-Aug-2004 |
Daniel Stenberg |
removed trailing whitespace |
e139e498 | 17-Aug-2004 |
Daniel Stenberg |
see also the reset function |
3838745f | 17-Aug-2004 |
Daniel Stenberg |
mention the reset function |
06a5c70f | 17-Aug-2004 |
Daniel Stenberg |
Kjetil Jacobsen reported an open file leak in file:// transfers of empty files. |
62af3fb7 | 17-Aug-2004 |
Daniel Stenberg |
added a check for the xlc compiler on AIX, and if that is detect we use the -qthreaded compiler option |
db302a10 | 17-Aug-2004 |
Daniel Stenberg |
define _THREAD_SAFE on (recent) AIX systems to build thread-safe code |
847c91e5 | 17-Aug-2004 |
Daniel Stenberg |
recent fixes |
2646af10 | 16-Aug-2004 |
Daniel Stenberg |
allow a custom "Accept-Encoding:" header override the internally set one that gets set with CURLOPT_ENCODING |
7261b455 | 16-Aug-2004 |
Daniel Stenberg |
strip trailing whitespace |
071e3cf0 | 16-Aug-2004 |
Gunter Knauf |
syncronized with libcurl.def. |