c6ea5978 | 07-Apr-2005 |
Daniel Stenberg |
check for libtoolize and aclocal to doublecheck the installations better |
175b00c0 | 07-Apr-2005 |
Daniel Stenberg |
Try harder to see if arpa/nameser_compat.h REALLY is a good header file to include, as it seems at least some AIX versions don't really allow it to be include at the same time as the original
Try harder to see if arpa/nameser_compat.h REALLY is a good header file to include, as it seems at least some AIX versions don't really allow it to be include at the same time as the original nameser.h.
show more ...
|
5ebc6e30 | 07-Apr-2005 |
Daniel Stenberg |
add SSPI |
99360076 | 06-Apr-2005 |
Daniel Stenberg |
Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS X. |
1d9fff80 | 06-Apr-2005 |
Daniel Stenberg |
better errno constant replacements, as mentioned by Gisle Vanem |
c712b84d | 06-Apr-2005 |
Gisle Vanem |
Include inet_net_pton.h for 'struct in6_addr'. Ideally this should come from <ws2tcpip.h>, but Winsock 1.1 should suffice. |
dcf8dd4b | 06-Apr-2005 |
Gisle Vanem |
Moved inet_net_pton.h to HHEADERS. |
ba26c3fb | 06-Apr-2005 |
Daniel Stenberg |
check for struct sizes and use those sizes if the NS_* defines are lacking (IRIX 6.5.22 it seems) |
41563607 | 06-Apr-2005 |
Daniel Stenberg |
moved the *_inet_pton protos to inet_net_pton.h instead |
2d4dcfb7 | 06-Apr-2005 |
Daniel Stenberg |
made the ares_inet_net_pton() proto use size_t size, as the function in the code uses that |
34854e70 | 06-Apr-2005 |
Dan Fandrich |
Removed extraneous comma |
758d9fe8 | 05-Apr-2005 |
Daniel Stenberg |
too late hacking error |
6a6c0e7a | 05-Apr-2005 |
Daniel Stenberg |
test time-conditioned FTP uploads |
ee44eec3 | 05-Apr-2005 |
Daniel Stenberg |
Christophe Legry's fix to grok time-conditoned uploads |
eccd0d8e | 05-Apr-2005 |
Daniel Stenberg |
with these changes, it builds on my win32 cross-compiler |
983be0ec | 05-Apr-2005 |
Daniel Stenberg |
check for another arpa header |
243a45d8 | 05-Apr-2005 |
Daniel Stenberg |
check for the arpa/* headers |
60ec8040 | 05-Apr-2005 |
Dominick Meglio |
Provided implementations of inet_net_pton and inet_pton from BIND for systems that do not include these functions. These will be necessary for CIDR support and IPv6 support. |
c53e9ccf | 05-Apr-2005 |
Daniel Stenberg |
7.13.3 in progress |
6e8e0418 | 05-Apr-2005 |
Daniel Stenberg |
5.11 How do I make libcurl not receive the whole HTTP response? |
e9eb5230 | 05-Apr-2005 |
Daniel Stenberg |
two more actual FAQs |
8501ae74 | 05-Apr-2005 |
Daniel Stenberg |
restart with a blank page again |
da596920 | 05-Apr-2005 |
Daniel Stenberg |
the smell of release |
bae77c0a | 05-Apr-2005 |
Daniel Stenberg |
bug report #1156287, ftp upload from VMS |
b42bc732 | 04-Apr-2005 |
Daniel Stenberg |
win resolve crash, win makefile fix |