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
/
asr_private.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
To allow us to get rid of /etc/networks, make getnetby*(3)
schwarze
2018-04-28
1
-9
/
+2
*
Add support for RES_USE_DNSSEC
jca
2017-02-27
1
-2
/
+2
*
Recognize and allow bits AD and CD in DNS replies.
jca
2017-02-27
1
-2
/
+4
*
Put a common flags field in the query struct, rather than in some
jca
2017-02-27
1
-4
/
+2
*
Put a common subq pointer in the query struct, rather than one in each
eric
2017-02-23
1
-7
/
+2
*
Add EDNS0 support.
jca
2017-02-18
1
-1
/
+3
*
use common errnos instead of random strings as error indicators in
eric
2017-02-17
1
-3
/
+3
*
Remove prototype for static function _asr_resolver. Eliminates gcc
krw
2016-12-18
1
-2
/
+1
*
Declare all _asr_* debug functions as hidden.
jca
2016-08-20
1
-8
/
+8
*
Remove support for HOSTALIASES from the resolver. This "open and parse
deraadt
2015-12-16
1
-2
/
+1
*
Remove support for "lookup yp" in /etc/resolv.conf. This historical
deraadt
2015-11-23
1
-2
/
+1
*
We are always using _PATH_RESCONF, so no need to remember the path on
eric
2015-10-28
1
-2
/
+1
*
getaddrinfo_async() shouldn't unconditionally intialize the resolver
deraadt
2015-10-07
1
-1
/
+2
*
Initially eric developers asr as a side-load style library for async DNS.
deraadt
2015-10-03
1
-2
/
+2
*
missing asr* -> _asr* symbol rename for building with debug code
eric
2015-10-03
1
-10
/
+10
*
Hide all unnecessary asr / resolver related API with _ prefixes.
deraadt
2015-09-09
1
-32
/
+38
*
Rename print_sockaddr() to avoid symbol visibility problems
jca
2015-06-20
1
-2
/
+2
*
make sure to check for resolv.conf update the first time the resolver
eric
2015-06-04
1
-1
/
+2
*
fix a possible off-by-one when reading /etc/hosts if it doesn't end
eric
2015-05-29
1
-2
/
+2
*
simply use _PATH_HOSTS where appropriate
eric
2015-05-26
1
-3
/
+1
*
Limit AI_ADDRCONFIG effects to DNS queries.
jca
2015-02-14
1
-1
/
+3
*
Don't default enable the debug functionality with its unprotected getenv().
guenther
2014-04-17
1
-5
/
+1
*
Cleanup and simplify the API to be exposed. Use better names for
eric
2014-03-25
1
-16
/
+20
*
prefix structure names to avoid ambiguity and possible collisions when
eric
2014-03-14
1
-15
/
+15
*
Make some symbols static and prefix all visible symbols with asr_
eric
2013-07-12
1
-13
/
+13
*
Move search domain iteration code in res_search_async.c where it belongs.
eric
2013-06-01
1
-3
/
+1
*
Make hostaliases work for gethostbyname() and getaddrinfo() when
eric
2013-06-01
1
-4
/
+3
*
Update asr_hostaliases() to make all necessary checks in the function.
eric
2013-06-01
1
-1
/
+2
*
iterating over the ns list only matters for res_send_async.c, so move
eric
2013-06-01
1
-4
/
+4
*
Add minimal support for _res setup and update.
eric
2013-05-27
1
-7
/
+5
*
Do not take external buffers for storing DNS responses in the internal
eric
2013-04-30
1
-9
/
+3
*
better implementation for tcp_read() that can get the packet length in
eric
2013-04-02
1
-1
/
+2
*
space cleanup; ok eric
deraadt
2013-04-01
1
-2
/
+2
*
space cleanup; ok eric
deraadt
2013-04-01
1
-7
/
+7
*
rename field
eric
2013-04-01
1
-2
/
+2
*
simpler and saner implementation for tcp_write(). now fully handles
eric
2013-04-01
1
-2
/
+1
*
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
-4
/
+5
*
make separate structures for pack and unpack
eric
2012-11-24
1
-9
/
+18
*
cleanup asr_debug.c
eric
2012-09-09
1
-12
/
+16
*
use proper macros for debug traces.
eric
2012-09-09
1
-3
/
+14
*
make it easy to build without debug code
eric
2012-09-06
1
-1
/
+3
*
Get rid of the hostaddr_async subquery and merge its behaviour
eric
2012-09-05
1
-6
/
+2
*
Make hostaddr_async() return a linked list of struct addrinfo. First
eric
2012-09-05
1
-26
/
+1
*
rename function to avoid symbol clash
eric
2012-07-07
1
-1
/
+2
*
only define DEBUG internally
eric
2012-04-14
1
-1
/
+3
*
Import asr, an experimental async resolver implementation.
eric
2012-04-14
1
-0
/
+372