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
/
getaddrinfo_async.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make hostaliases work for gethostbyname() and getaddrinfo() when
eric
2013-06-01
1
-5
/
+15
*
Do not take external buffers for storing DNS responses in the internal
eric
2013-04-30
1
-3
/
+3
*
copy input flags in result addrinfo structures.
eric
2013-04-30
1
-1
/
+2
*
Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right.
chrisz
2013-04-08
1
-2
/
+2
*
space cleanup; ok eric
deraadt
2013-04-01
1
-3
/
+3
*
allow "0" as service name for raw sockets.
eric
2013-03-30
1
-2
/
+2
*
accept and use any protocol specified by the caller.
eric
2013-03-28
1
-14
/
+10
*
Only use the search domains for DNS lookups, as the current resolver does.
eric
2013-03-27
1
-38
/
+27
*
knf
eric
2012-11-24
1
-23
/
+22
*
make separate structures for pack and unpack
eric
2012-11-24
1
-3
/
+3
*
include yp headers if necessary.
eric
2012-09-06
1
-2
/
+8
*
Get rid of the hostaddr_async subquery and merge its behaviour
eric
2012-09-05
1
-64
/
+290
*
Make hostaddr_async() return a linked list of struct addrinfo. First
eric
2012-09-05
1
-23
/
+20
*
Improve error reporting in getnameinfo_async() and getaddrinfo_async().
eric
2012-08-18
1
-37
/
+16
*
properly report EAI_SERVICE when the given servname is not defined for
eric
2012-07-13
1
-2
/
+4
*
Better handling of servname in getaddrinfo_async. Do not necessarily
eric
2012-07-10
1
-11
/
+16
*
fix a few warnings
eric
2012-04-25
1
-2
/
+2
*
Import asr, an experimental async resolver implementation.
eric
2012-04-14
1
-0
/
+500