History log of /openbsd-src/lib/libc/asr/res_send_async.c (Results 26 – 41 of 41)
Revision Date Author Comments
# 770edc8b 14-Apr-2013 deraadt <deraadt@openbsd.org>

spacing


# eac0da8d 05-Apr-2013 eric <eric@openbsd.org>

do not fail on EINTR

suggested by deraadt@


# 162b3743 03-Apr-2013 matthew <matthew@openbsd.org>

Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensure
we don't trigger SIGPIPE.

ok millert


# 4ca3cc6e 02-Apr-2013 eric <eric@openbsd.org>

add comment for how EINPROGRESS is handled there.


# 7856d263 02-Apr-2013 eric <eric@openbsd.org>

better implementation for tcp_read() that can get the packet length in
multiple read.

prodded by deraadt@


# 990996df 01-Apr-2013 deraadt <deraadt@openbsd.org>

space cleanup; ok eric


# 43f9b988 01-Apr-2013 deraadt <deraadt@openbsd.org>

space cleanup; ok eric


# 2f165b8e 01-Apr-2013 eric <eric@openbsd.org>

simpler and saner implementation for tcp_write(). now fully handles
short writes.

prodded by deraadt@


# 7234c6e9 31-Mar-2013 eric <eric@openbsd.org>

Principle of least astonishment: implement nameserver retry/backoff as
in the former resolver.


# 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


# d4cf23af 09-Sep-2012 eric <eric@openbsd.org>

cleanup asr_debug.c


# 46ab4803 09-Sep-2012 eric <eric@openbsd.org>

use proper macros for debug traces.


# 6ca0a31f 07-Jul-2012 eric <eric@openbsd.org>

rename function to avoid symbol clash


# 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@


12