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
/
usr.bin
/
dig
/
lib
/
isc
/
unix
/
socket.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
We have sockaddr_storage these days, get rid of isc_sockaddr_t.
florian
2020-09-15
1
-16
/
+16
*
The various sockaddr structures have length fields these days.
florian
2020-09-15
1
-4
/
+4
*
Mechanically replace isc_boolean_t with int.
florian
2020-09-14
1
-9
/
+9
*
Bunch of dead stores and otherwise unused stuff lets us get rid of
florian
2020-09-14
1
-3
/
+1
*
fix socket_log() calls, EVENT expands to three comma separated
otto
2020-05-10
1
-4
/
+4
*
Make sure cmsgbufs are properly aligned by using the idiom from the
otto
2020-05-08
1
-5
/
+15
*
malloc(a * b) -> reallocarray(NULL, a, b)
deraadt
2020-02-25
1
-2
/
+2
*
reduce multiple newlines
jsg
2020-02-25
1
-2
/
+0
*
Fix 'previously declared here' error on gcc3(luna88k).
aoyama
2020-02-24
1
-3
/
+0
*
remove assigned but unused values
jung
2020-02-22
1
-6
/
+0
*
Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.
florian
2020-02-18
1
-184
/
+99
*
Remove unused task, taskmgr, app, socket and socketmgr methods.
florian
2020-02-18
1
-26
/
+0
*
remove unused code
jung
2020-02-17
1
-2
/
+0
*
Replace isc_time_t and interval_t with struct timespec.
florian
2020-02-16
1
-2
/
+1
*
remove unused lockid var and FDLOCK_ID macro
jsg
2020-02-15
1
-7
/
+0
*
threads are gone, replace thread safe isc__strerror() wrapper
jung
2020-02-13
1
-35
/
+13
*
expand ISC_FORMAT_PRINTF and get rid of formatcheck.h
florian
2020-02-13
1
-2
/
+2
*
remove unused macros
jsg
2020-02-13
1
-13
/
+0
*
remove uneeded #include lines
jsg
2020-02-11
1
-7
/
+0
*
unifdef feature checks; we have all these things.
florian
2020-02-11
1
-10
/
+0
*
Move dig(1) and needed DNS libraries into it's own source directory in
florian
2020-02-07
1
-0
/
+2753