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_debug.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
snprintf/vsnprintf return < 0 on error, rather than -1.
deraadt
2019-07-03
1
-2
/
+2
*
To allow us to get rid of /etc/networks, make getnetby*(3)
schwarze
2018-04-28
1
-3
/
+1
*
Recognize and allow bits AD and CD in DNS replies.
jca
2017-02-27
1
-4
/
+5
*
use common errnos instead of random strings as error indicators in
eric
2017-02-17
1
-3
/
+4
*
We are always using _PATH_RESCONF, so no need to remember the path on
eric
2015-10-28
1
-5
/
+1
*
missing asr* -> _asr* symbol rename for building with debug code
eric
2015-10-03
1
-2
/
+2
*
Hide all unnecessary asr / resolver related API with _ prefixes.
deraadt
2015-09-09
1
-13
/
+13
*
Rename print_sockaddr() to avoid symbol visibility problems
jca
2015-06-20
1
-3
/
+3
*
simply use _PATH_HOSTS where appropriate
eric
2015-05-26
1
-2
/
+1
*
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
-2
/
+1
*
prefix structure names to avoid ambiguity and possible collisions when
eric
2014-03-14
1
-13
/
+13
*
Make some symbols static and prefix all visible symbols with asr_
eric
2013-07-12
1
-5
/
+5
*
Add minimal support for _res setup and update.
eric
2013-05-27
1
-17
/
+2
*
show what we parsed in debug output; ok guether@
otto
2013-04-09
1
-2
/
+2
*
space cleanup; ok eric
deraadt
2013-04-01
1
-10
/
+10
*
knf
eric
2012-11-24
1
-12
/
+12
*
make separate structures for pack and unpack
eric
2012-11-24
1
-3
/
+3
*
cleanup asr_debug.c
eric
2012-09-09
1
-386
/
+197
*
use proper macros for debug traces.
eric
2012-09-09
1
-11
/
+7
*
Get rid of the hostaddr_async subquery and merge its behaviour
eric
2012-09-05
1
-5
/
+1
*
Make hostaddr_async() return a linked list of struct addrinfo. First
eric
2012-09-05
1
-3
/
+1
*
rename function to avoid symbol clash
eric
2012-07-07
1
-5
/
+3
*
fix a few warnings
eric
2012-04-25
1
-9
/
+15
*
calling getnameinfo here is a bad idea. use inet_ntop.
eric
2012-04-15
1
-6
/
+9
*
Import asr, an experimental async resolver implementation.
eric
2012-04-14
1
-0
/
+569