index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
asr
/
res_search_async.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put a common flags field in the query struct, rather than in some
jca
2017-02-27
1
-5
/
+5
*
Put a common subq pointer in the query struct, rather than one in each
eric
2017-02-23
1
-5
/
+5
*
Remove support for HOSTALIASES from the resolver. This "open and parse
deraadt
2015-12-16
1
-5
/
+1
*
remove bogus includes of err.h
eric
2015-09-20
1
-2
/
+1
*
Wrap <asr.h> so internal calls go direct and all the symbols are weak
guenther
2015-09-14
1
-1
/
+2
*
Hide all unnecessary asr / resolver related API with _ prefixes.
deraadt
2015-09-09
1
-14
/
+13
*
Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset.
eric
2015-05-25
1
-2
/
+7
*
Make queries using the search list for hostname lookups fail with
eric
2014-07-23
1
-1
/
+7
*
Make the asr API public. Install asr.h to /usr/include.h and manpages.
eric
2014-03-26
1
-2
/
+4
*
Cleanup and simplify the API to be exposed. Use better names for
eric
2014-03-25
1
-13
/
+13
*
make res_search() report NO_DATA instead of HOST_NOT_FOUND in some cases.
eric
2014-02-24
1
-2
/
+2
*
Make some symbols static and prefix all visible symbols with asr_
eric
2013-07-12
1
-17
/
+17
*
Move search domain iteration code in res_search_async.c where it belongs.
eric
2013-06-01
1
-1
/
+116
*
Make hostaliases work for gethostbyname() and getaddrinfo() when
eric
2013-06-01
1
-1
/
+5
*
Do not take external buffers for storing DNS responses in the internal
eric
2013-04-30
1
-31
/
+6
*
properly check for domain name truncation at various places and fail
eric
2013-04-01
1
-2
/
+2
*
space cleanup; ok eric
deraadt
2013-04-01
1
-3
/
+3
*
Only use the search domains for DNS lookups, as the current resolver does.
eric
2013-03-27
1
-2
/
+2
*
knf
eric
2012-11-24
1
-9
/
+11
*
use proper macros for debug traces.
eric
2012-09-09
1
-8
/
+5
*
Import asr, an experimental async resolver implementation.
eric
2012-04-14
1
-0
/
+224