Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-25 | Yang Tse fixed compiler warnings | Daniel Stenberg | |
2005-11-25 | read_tcp_data() fix to get the proper buffer pointer and size | Daniel Stenberg | |
2005-11-25 | Yang Tse: fixed compiler warnings | Daniel Stenberg | |
2005-11-25 | Change based on Yang Tse's excellent fix to reduce buffer overflow risk and | Daniel Stenberg | |
fixing a compiler warning in the append_scopeid() function. | |||
2005-11-24 | avoid doing #if an a predef symbol that might not be defined | Daniel Stenberg | |
2005-11-16 | check for and use winsock2.h instead of winsock.h and I fixed a typo in the | Daniel Stenberg | |
ifdefs where . was used instead of _! | |||
2005-11-15 | include ws2tcpip.h in an attempt to detect some of the ipv6 structs better | Daniel Stenberg | |
in mingw builds | |||
2005-11-14 | Detect big/little endian in the configure script and adjust the ares_dns.h | Daniel Stenberg | |
macros accordingly. | |||
2005-11-14 | Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'. | Gisle Vanem | |
2005-11-14 | Added CVS id. | Gisle Vanem | |
Avoid warning 'x might be used uninitialized in this function'. | |||
2005-11-14 | We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID. | Gisle Vanem | |
2005-11-12 | Fixed typo. Detabified. | Gisle Vanem | |
2005-11-12 | Support big-endian machines. | Gisle Vanem | |
2005-11-12 | Added CVS id, Detabified, applied c-ares coding-style. | Gisle Vanem | |
2005-11-12 | Added CVS id. Detabified. | Gisle Vanem | |
2005-11-12 | Include <getopt.h>. | Gisle Vanem | |
Use DNS__32BIT() and DNS__16BIT() (How about BE machines?). Display T_AAAA resource. | |||
2005-11-12 | removed files no longer existing | Daniel Stenberg | |
2005-11-11 | Squelch gcc 4.x warning. | Gisle Vanem | |
2005-11-11 | Detabified. Added CVS id. | Gisle Vanem | |
2005-11-11 | HAVE_xx defines moved to config-win32.h. | Gisle Vanem | |
2005-11-11 | Update using ares_inet_pton() and ares_inet_ntop(). | Gisle Vanem | |
2005-11-10 | Use config-win32.h on Windows. Fixes for djgpp. | Gisle Vanem | |
2005-11-10 | Defines moved to config-win32.h. | Gisle Vanem | |
2005-11-10 | Easy configuration with this file. | Gisle Vanem | |
2005-11-10 | Remove generated files areslib.plg areslib.mak from CVS. | Gisle Vanem | |
2005-11-10 | Remove generated files ahost.plg ahost.mak from CVS. | Gisle Vanem | |
2005-11-10 | Remove generated files adig.plg adig.mak from CVS. | Gisle Vanem | |
2005-11-09 | Update with "new" HAVE_xx. | Gisle Vanem | |
2005-11-09 | Replace <winsock.h> with <winsock2.h> | Gisle Vanem | |
since IPv6 support is required. | |||
2005-11-09 | Add cvs id. | Gisle Vanem | |
2005-11-09 | Added Makefile.vc6. | Gisle Vanem | |
2005-11-09 | I hate MS-devstudio project files. | Gisle Vanem | |
2005-11-09 | Updated for MingW. Added inet_ntop.o inet_net_pton.o bitncmp.o. | Gisle Vanem | |
Added -D'efines'. | |||
2005-11-09 | MSVC fix for 'socklen_t'. Replace <winsock.h> with <winsock2.h> + | Gisle Vanem | |
<ws2tcpip.h> since IPv6 is no longer optional (was it ever?) | |||
2005-11-09 | Fixes for building with MSVC-6/7. Added inet*.c. | Gisle Vanem | |
Replace <winsock.h> with <winsock2.h> + <ws2tcpip.h> (ala libcurl since IPv6 is not optional now). | |||
2005-11-09 | Fixes for building ahost with MSVC-6/7. Added inet*.c. | Gisle Vanem | |
2005-10-03 | Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to code | Daniel Stenberg | |
to do (what I believe is) "right". See docs on: http://publib.boulder.ibm.com/infocenter/pseries/index.jsp?topic=/com.ibm.aix.doc/libs/commtrf2/getservbyport_r.htm | |||
2005-09-21 | 1 - attempted fix of uninitialized variable | Daniel Stenberg | |
2 - indented and edited to fit better within 80 columns 3 - fixed possible buffer overflow in the service name lookup function | |||
2005-09-21 | simplified the sin6_scope_id test and removed some left-overs from the previous | Daniel Stenberg | |
way of detecting it | |||
2005-09-21 | fixed the check for the addrinfo struct | Daniel Stenberg | |
2005-09-18 | Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ↵ | Dominick Meglio | |
use the reentrant getservbyport (getservbyport_r) if it isavailable to ensure it works properly in a threaded environment | |||
2005-09-15 | mention the configure change | Daniel Stenberg | |
2005-09-10 | Use the AC_CHECK_MEMBER() function for check struct members instead of | Daniel Stenberg | |
inventing and providing our own. Hopefully this solves a HP-UX 11.00 problem. | |||
2005-08-29 | 1.3.0 coming just up | Daniel Stenberg | |
2005-08-21 | well hit me, that wasn't possible, use 1:0:0 anyway... | Daniel Stenberg | |
2005-08-21 | modified the version-info, we only added functions | Daniel Stenberg | |
2005-08-21 | increase version info | Daniel Stenberg | |
2005-08-21 | Alfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info() | Daniel Stenberg | |
when getting the DNS server etc. | |||
2005-08-18 | detabified | Daniel Stenberg | |
2005-08-10 | minor Makefile fix. | Gunter Knauf | |