History log of /openbsd-src/lib/libc/asr/getaddrinfo_async.c (Results 51 – 63 of 63)
Revision Date Author Comments
# 3d13cefa 30-Mar-2013 eric <eric@openbsd.org>

allow "0" as service name for raw sockets.

ok sthen@ bluhm@


# 99210259 28-Mar-2013 eric <eric@openbsd.org>

accept and use any protocol specified by the caller.

issue spotted by naddy@


# 1e1dfc0c 27-Mar-2013 eric <eric@openbsd.org>

Only use the search domains for DNS lookups, as the current resolver does.
Better not diverge too much in behavior at this point.
Typo fix and doc update while there.


# 80f48568 24-Nov-2012 eric <eric@openbsd.org>

knf


# 975956b6 24-Nov-2012 eric <eric@openbsd.org>

make separate structures for pack and unpack


# 262cf3f8 06-Sep-2012 eric <eric@openbsd.org>

include yp headers if necessary.
remove unused variable.


# c5c8c49b 05-Sep-2012 eric <eric@openbsd.org>

Get rid of the hostaddr_async subquery and merge its behaviour
directly into getaddrinfo_async_run. Simplifies everything by
a great deal.


# d95d6a55 05-Sep-2012 eric <eric@openbsd.org>

Make hostaddr_async() return a linked list of struct addrinfo. First
round of a getaddrinfo_async() simplification. The goal is to make YP
support easier to add, and eventually remove the whole host

Make hostaddr_async() return a linked list of struct addrinfo. First
round of a getaddrinfo_async() simplification. The goal is to make YP
support easier to add, and eventually remove the whole hostaddr_async
subquery.

show more ...


# 4a508230 18-Aug-2012 eric <eric@openbsd.org>

Improve error reporting in getnameinfo_async() and getaddrinfo_async().
They do not have to deal with h_errno at all. Also, errno is only kept
for EAI_SYSTEM. Small code cleanup while there.

Adapt

Improve error reporting in getnameinfo_async() and getaddrinfo_async().
They do not have to deal with h_errno at all. Also, errno is only kept
for EAI_SYSTEM. Small code cleanup while there.

Adapt getnameinfo() and getaddrinfo() wrappers to correctly save errno
and overwrite it in the EAI_SYSTEM case.

General errno handling issue reported by mikeb@.

show more ...


# 8b2098d5 13-Jul-2012 eric <eric@openbsd.org>

properly report EAI_SERVICE when the given servname is not defined for
the given protocol.


# 48756ee8 10-Jul-2012 eric <eric@openbsd.org>

Better handling of servname in getaddrinfo_async. Do not necessarily
fail if there is no entry for a given protocol. Fix issue reported by
early testers.


# beabf062 25-Apr-2012 eric <eric@openbsd.org>

fix a few warnings


# b44da627 14-Apr-2012 eric <eric@openbsd.org>

Import asr, an experimental async resolver implementation.
The idea is to eventually replace the existing resolver with
something better. Time to start working on it in tree.

ok deraadt@


123