index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
asr
Age
Commit message (
Expand
)
Author
2012-08-18
Simplify error reporting in hostaddr_async(). Only use EAI_* error codes.
Eric Faurot
2012-08-18
Improve error reporting in getnameinfo_async() and getaddrinfo_async().
Eric Faurot
2012-07-29
must be zero'd (found by regress)
Eric Faurot
2012-07-13
properly report EAI_SERVICE when the given servname is not defined for
Eric Faurot
2012-07-12
unused variables
Eric Faurot
2012-07-11
implement res_mkquery
Eric Faurot
2012-07-10
same code update and fix as for gethostnamadr_async
Eric Faurot
2012-07-10
simplify the code, improve error handling and plug a potential fd leak on error
Eric Faurot
2012-07-10
use the value actually passed to the function
Eric Faurot
2012-07-10
Better handling of servname in getaddrinfo_async. Do not necessarily
Eric Faurot
2012-07-08
implement res_querydomain() required by sendmail
Eric Faurot
2012-07-08
add stub function for gethostent(), and move things around a bit while here.
Eric Faurot
2012-07-07
rename function to avoid symbol clash
Eric Faurot
2012-07-07
remove bogus include of bsd.lib.mk
Eric Faurot
2012-04-25
fix a few warnings
Eric Faurot
2012-04-15
Create a new resolver for each thread. It will be done differently
Eric Faurot
2012-04-15
calling getnameinfo here is a bad idea. use inet_ntop.
Eric Faurot
2012-04-15
tweak previous;
Jason McIntyre
2012-04-14
only define DEBUG internally
Eric Faurot
2012-04-14
Import asr, an experimental async resolver implementation.
Eric Faurot