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
/
time.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite isc_time_microdiff() as uelapsed() and put it directly
florian
2020-09-14
1
-41
/
+0
*
cleanup
florian
2020-02-16
1
-17
/
+1
*
clock_gettime cannot fail if called correctly; unravel TIME_NOW
florian
2020-02-16
1
-12
/
+1
*
Move isc_time_formathttptimestamp to the only place it is used.
florian
2020-02-16
1
-19
/
+1
*
unravel isc_time_formattimestamp
florian
2020-02-16
1
-26
/
+3
*
unravel isc_time_add and isc_time_subtract
florian
2020-02-16
1
-22
/
+1
*
unravel isc_time_compare
florian
2020-02-16
1
-17
/
+1
*
unravel isc_time_isepoch
florian
2020-02-16
1
-13
/
+1
*
remove timespec setters
florian
2020-02-16
1
-17
/
+1
*
Reduce interval indirection by setting struct members directly and
florian
2020-02-16
1
-27
/
+1
*
The timer type we are using requires interval to be set, remove
florian
2020-02-16
1
-4
/
+1
*
Replace isc_time_t and interval_t with struct timespec.
florian
2020-02-16
1
-120
/
+47
*
Now we are only using one timer type (once) and expires is always NULL
florian
2020-02-16
1
-4
/
+1
*
threads are gone, replace thread safe isc__strerror() wrapper
jung
2020-02-13
1
-5
/
+2
*
remove more uneeded include statements and files
jsg
2020-02-13
1
-3
/
+1
*
trust gettimeofday doing the right thing
florian
2020-02-13
1
-48
/
+1
*
remove some unreferenced functions
jsg
2020-02-12
1
-104
/
+1
*
remove uneeded #include lines
jsg
2020-02-11
1
-3
/
+2
*
Move dig(1) and needed DNS libraries into it's own source directory in
florian
2020-02-07
1
-0
/
+435