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
/
getaddrinfo_async.c
Age
Commit message (
Expand
)
Author
2013-07-12
Make some symbols static and prefix all visible symbols with asr_
Eric Faurot
2013-06-01
Make hostaliases work for gethostbyname() and getaddrinfo() when
Eric Faurot
2013-04-30
Do not take external buffers for storing DNS responses in the internal
Eric Faurot
2013-04-30
copy input flags in result addrinfo structures.
Eric Faurot
2013-04-08
Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right.
Christopher Zimmermann
2013-04-01
space cleanup; ok eric
Theo de Raadt
2013-03-30
allow "0" as service name for raw sockets.
Eric Faurot
2013-03-28
accept and use any protocol specified by the caller.
Eric Faurot
2013-03-27
Only use the search domains for DNS lookups, as the current resolver does.
Eric Faurot
2012-11-24
knf
Eric Faurot
2012-11-24
make separate structures for pack and unpack
Eric Faurot
2012-09-06
include yp headers if necessary.
Eric Faurot
2012-09-05
Get rid of the hostaddr_async subquery and merge its behaviour
Eric Faurot
2012-09-05
Make hostaddr_async() return a linked list of struct addrinfo. First
Eric Faurot
2012-08-18
Improve error reporting in getnameinfo_async() and getaddrinfo_async().
Eric Faurot
2012-07-13
properly report EAI_SERVICE when the given servname is not defined for
Eric Faurot
2012-07-10
Better handling of servname in getaddrinfo_async. Do not necessarily
Eric Faurot
2012-04-25
fix a few warnings
Eric Faurot
2012-04-14
Import asr, an experimental async resolver implementation.
Eric Faurot