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
/
getnetnamadr_async.c
(
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
-420
/
+8
*
Put a common subq pointer in the query struct, rather than one in each
eric
2017-02-23
1
-6
/
+6
*
missing breaks
eric
2017-02-21
1
-1
/
+2
*
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
/
+3
*
Hide all unnecessary asr / resolver related API with _ prefixes.
deraadt
2015-09-09
1
-22
/
+22
*
fix a possible off-by-one when reading /etc/hosts if it doesn't end
eric
2015-05-29
1
-3
/
+3
*
Fix a NULL deref when getting an actual result for an invalid hostname
eric
2014-11-02
1
-5
/
+5
*
When fopen()ing internal to libc (the API doesn't support the use
guenther
2014-09-15
1
-2
/
+2
*
Use _PATH_NETWORKS for "/etc/networks"
guenther
2014-09-15
1
-2
/
+2
*
Make queries using the search list for hostname lookups fail with
eric
2014-07-23
1
-1
/
+8
*
skip incomplete entries in /etc/hosts and /etc/networks
eric
2014-05-13
1
-1
/
+5
*
Make the asr API public. Install asr.h to /usr/include.h and manpages.
eric
2014-03-26
1
-2
/
+3
*
Cleanup and simplify the API to be exposed. Use better names for
eric
2014-03-25
1
-12
/
+12
*
prefix structure names to avoid ambiguity and possible collisions when
eric
2014-03-14
1
-5
/
+5
*
Do not restrict chars in dname during label expansion, but validate resulting
eric
2014-02-26
1
-1
/
+6
*
Make some symbols static and prefix all visible symbols with asr_
eric
2013-07-12
1
-13
/
+11
*
Do not take external buffers for storing DNS responses in the internal
eric
2013-04-30
1
-3
/
+3
*
space cleanup; ok eric
deraadt
2013-04-01
1
-4
/
+4
*
Saner implementation for self-contained hostent and netent, and also
eric
2012-11-24
1
-69
/
+77
*
knf
eric
2012-11-24
1
-10
/
+10
*
make separate structures for pack and unpack
eric
2012-11-24
1
-3
/
+3
*
unused variables
eric
2012-09-07
1
-2
/
+2
*
When building dynamic hostent and netent, allocate a single linear buffer to
eric
2012-08-19
1
-35
/
+32
*
same code update and fix as for gethostnamadr_async
eric
2012-07-10
1
-55
/
+77
*
Import asr, an experimental async resolver implementation.
eric
2012-04-14
1
-0
/
+418