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_send_async.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
correctly handle read(2) return value.
eric
2019-09-28
1
-3
/
+10
*
Unbreak tree. Last minute changes are evil.
otto
2019-01-14
1
-2
/
+2
*
There are cases where a program doing dns requests wants to set the
otto
2019-01-14
1
-1
/
+3
*
use recallocarray to resize buffer - ensures that detritus from previous
deraadt
2017-03-15
1
-2
/
+2
*
don't need to handle the malloc case special, since realloc works
deraadt
2017-03-14
1
-9
/
+1
*
Add support for RES_USE_DNSSEC
jca
2017-02-27
1
-4
/
+5
*
Put a common flags field in the query struct, rather than in some
jca
2017-02-27
1
-3
/
+3
*
Use more specific error codes for invalid packets.
eric
2017-02-18
1
-4
/
+15
*
Add EDNS0 support.
jca
2017-02-18
1
-3
/
+5
*
Increase UDP packet buffer to 4096 bytes from 512. There are some really
krw
2017-02-17
1
-2
/
+4
*
Switch to using SOCK_DNS flag, rather than the dnssocket() and
deraadt
2015-10-23
1
-3
/
+4
*
libc DNS functions will now use the new dnssocket() / dnsconnect()
deraadt
2015-10-18
1
-3
/
+3
*
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
-27
/
+27
*
Use SOCK_NONBLOCK in a couple more places
guenther
2015-09-09
1
-11
/
+3
*
Rename print_sockaddr() to avoid symbol visibility problems
jca
2015-06-20
1
-3
/
+3
*
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
-35
/
+34
*
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
-22
/
+22
*
iterating over the ns list only matters for res_send_async.c, so move
eric
2013-06-01
1
-3
/
+32
*
Do not take external buffers for storing DNS responses in the internal
eric
2013-04-30
1
-48
/
+13
*
spacing
deraadt
2013-04-14
1
-2
/
+2
*
do not fail on EINTR
eric
2013-04-05
1
-4
/
+16
*
Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensure
matthew
2013-04-03
1
-2
/
+7
*
add comment for how EINPROGRESS is handled there.
eric
2013-04-02
1
-1
/
+6
*
better implementation for tcp_read() that can get the packet length in
eric
2013-04-02
1
-22
/
+33
*
space cleanup; ok eric
deraadt
2013-04-01
1
-2
/
+2
*
space cleanup; ok eric
deraadt
2013-04-01
1
-2
/
+2
*
simpler and saner implementation for tcp_write(). now fully handles
eric
2013-04-01
1
-38
/
+15
*
Principle of least astonishment: implement nameserver retry/backoff as
eric
2013-03-31
1
-5
/
+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
-7
/
+6
*
make separate structures for pack and unpack
eric
2012-11-24
1
-7
/
+7
*
cleanup asr_debug.c
eric
2012-09-09
1
-3
/
+3
*
use proper macros for debug traces.
eric
2012-09-09
1
-65
/
+25
*
rename function to avoid symbol clash
eric
2012-07-07
1
-6
/
+3
*
Import asr, an experimental async resolver implementation.
eric
2012-04-14
1
-0
/
+809