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-12-17
Allow gethostbyname() to accept a numeric IP string.
Eric Faurot
2012-11-24
Saner implementation for self-contained hostent and netent, and also
Eric Faurot
2012-11-24
knf
Eric Faurot
2012-11-24
make separate structures for pack and unpack
Eric Faurot
2012-09-09
tweak options
Eric Faurot
2012-09-09
allow to disable some features at build time
Eric Faurot
2012-09-09
cleanup asr_debug.c
Eric Faurot
2012-09-09
use proper macros for debug traces.
Eric Faurot
2012-09-08
split asr_resolver.c into different files to overlay the libc/net
Eric Faurot
2012-09-07
return value has no use; make it void.
Eric Faurot
2012-09-07
unused variables
Eric Faurot
2012-09-06
config parsing is done in one pass now. no need to use callback anymore.
Eric Faurot
2012-09-06
include yp headers if necessary.
Eric Faurot
2012-09-06
make it easy to build without debug code
Eric Faurot
2012-09-06
add a strsplit() helper to factorize code a bit.
Eric Faurot
2012-09-06
YP is now supported.
Eric Faurot
2012-09-06
remove unused member, reorganize a bit and sync manpage.
Eric Faurot
2012-09-05
Get rid of the hostaddr_async subquery and merge its behaviour
Eric Faurot
2012-09-05
Implement basic (blocking) YP support for getaddrinfo_async().
Eric Faurot
2012-09-05
Make hostaddr_async() return a linked list of struct addrinfo. First
Eric Faurot
2012-09-04
implement basic YP support for gethostbyname_async()/gethostbyaddr_async()
Eric Faurot
2012-08-19
Build static netent and hostent structure in a nicer and hopefully not
Eric Faurot
2012-08-19
When building dynamic hostent and netent, allocate a single linear buffer to
Eric Faurot
2012-08-18
ensure that async_run() and async_run_sync() always preserve errno.
Eric Faurot
2012-08-18
getrrsetyname() only uses ERRSET_* and is not supposed to set errno.
Eric Faurot
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