index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ares
Age
Commit message (
Expand
)
Author
2006-10-27
Sync with lib/setup_once.h
Yang Tse
2006-10-25
Fixed "'x' might be used uninitialized in this function" warning.
Gisle Vanem
2006-10-25
Added '-d' option for Watt32 targets. Added cvs id.
Gisle Vanem
2006-10-25
Compiler warning fix
Yang Tse
2006-10-18
Sync with lib/setup_once.h
Yang Tse
2006-10-18
Check for USE_WINSOCK instead of WIN32 where the check was done
Yang Tse
2006-10-18
Introduce symbol USE_WINSOCK which will be defined when
Yang Tse
2006-10-18
Tor's spell fixes
Daniel Stenberg
2006-10-18
Replace is*() macros with our own IS*() ones.
Yang Tse
2006-10-18
Move definition of IS*() macros to setup_once.h
Yang Tse
2006-10-14
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...
Yang Tse
2006-10-13
Prevent ares_getsock() to overflow if more than 16 sockets are used.
Daniel Stenberg
2006-10-13
Check for struct timeval at configuration time
Yang Tse
2006-10-12
avoid an overflow if an excessive amount of servers are used
Daniel Stenberg
2006-10-11
Remove redundant __CYGWIN__ symbol check
Yang Tse
2006-09-11
- Guilherme Balena Versiani: I noted a strange BUG in Win32 port
Daniel Stenberg
2006-08-29
Brad Spencer did
Daniel Stenberg
2006-08-14
add missing man page
Daniel Stenberg
2006-08-06
Check for network libraries the _same_ way it is done in cURL.
Yang Tse
2006-08-05
Check for network libraries the same way it is done in cURL.
Yang Tse
2006-08-04
Minor compatibility fix
Yang Tse
2006-08-04
Fixed comment.
Gisle Vanem
2006-08-04
Fix compiler warning
Yang Tse
2006-08-04
Avoid redundant check. configure script takes care of not defining
Yang Tse
2006-08-04
Being unable to link or find out recv() or send() args types is a fatal error.
Yang Tse
2006-08-03
MinGW/MSYS needs lib ws2_32 for proper operation of configure script.
Yang Tse
2006-08-03
Ravi Pratap fixed ares_getsock() to actually return the proper bitmap and
Daniel Stenberg
2006-07-31
Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compi...
Yang Tse
2006-07-31
Force compilation failure in case macros sread() or swrite() are not defined.
Yang Tse
2006-07-31
Provide definitions needed for macros sread() and swrite() in config file.
Yang Tse
2006-07-29
Fix compiler warnings.
Yang Tse
2006-07-29
include setup_once.h dependency and adjust to 80 char lines.
Yang Tse
2006-07-28
Replace send() and recv() with swrite() and sread() macros.
Yang Tse
2006-07-28
First step trying to avoid the multiple header inclusion and recursion nightm...
Yang Tse
2006-07-26
Provide multiple header inclusion prevention definition __ARES_PRIVATE_H
Yang Tse
2006-07-26
Change multiple header inclusion prevention definition to __ARES_BITNCMP_H
Yang Tse
2006-07-26
Change multiple header inclusion prevention definition to __ARES_INET_NET_PTON_H
Yang Tse
2006-07-26
Sync header with source code
Yang Tse
2006-07-25
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...
Yang Tse
2006-07-23
Added getopt() processing.
Gisle Vanem
2006-07-22
Added getopt() processing of [-t {a|aaaa}].
Gisle Vanem
2006-07-22
Added CVS id.
Gisle Vanem
2006-07-22
2nd try adding CVS id.
Gisle Vanem
2006-07-22
Added CVS id.
Gisle Vanem
2006-07-22
Use ares_free_string() to avoid detecting leaks.
Gisle Vanem
2006-07-22
If CURLDEBUG defined, call curl_memdebug() if $CARES_MEMDEBUG is set.
Gisle Vanem
2006-07-14
Fix compiler warning
Yang Tse
2006-07-14
Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R...
Yang Tse
2006-07-11
Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...
Yang Tse
2006-07-07
Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an...
Yang Tse
[next]