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
/
getnameinfo_async.c
Age
Commit message (
Expand
)
Author
2020-12-21
Always call endservent_r() after getservbyport_r().
Eric Faurot
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2017-02-23
Put a common subq pointer in the query struct, rather than one in each
Eric Faurot
2015-09-20
remove bogus includes of err.h
Eric Faurot
2015-09-14
Wrap <asr.h> so internal calls go direct and all the symbols are weak
Philip Guenther
2015-09-09
Hide all unnecessary asr / resolver related API with _ prefixes.
Theo de Raadt
2014-03-26
Make the asr API public. Install asr.h to /usr/include.h and manpages.
Eric Faurot
2014-03-25
Cleanup and simplify the API to be exposed. Use better names for
Eric Faurot
2013-07-12
Make some symbols static and prefix all visible symbols with asr_
Eric Faurot
2013-03-29
correctly show the scope for IPv6 addresses in getnameinfo()
Eric Faurot
2012-11-24
knf
Eric Faurot
2012-08-19
When building dynamic hostent and netent, allocate a single linear buffer to
Eric Faurot
2012-08-18
Improve error reporting in getnameinfo_async() and getaddrinfo_async().
Eric Faurot
2012-04-25
fix a few warnings
Eric Faurot
2012-04-14
Import asr, an experimental async resolver implementation.
Eric Faurot