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
/
libevent
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Signal fixes from ericj@monkey.org via dugsong@monkey.org
itojun
2002-09-15
1
-2
/
+6
|
|
|
|
via provos
*
typo. from marius@umich.edu via provos
itojun
2002-09-08
1
-4
/
+4
|
*
link evtimer_* now, not timeout_* since it was changed for man pages.
ericj
2002-07-21
1
-3
/
+3
|
*
change timeout_ API to evtimer_ API; avoiding clashes with kernel include
provos
2002-07-12
2
-27
/
+22
|
|
|
|
files. okay mickey@
*
Make EV_PERSIST work on EV_READ and EV_WRITE events.
art
2002-07-10
1
-3
/
+7
|
|
|
|
provos@ ok.
*
add sys/time.h to SYNOPSIS; from bk@rt.fm
provos
2002-07-05
1
-1
/
+2
|
*
undef the timeout_*(), this is still WRONG it does allow using both event.h and sys/timeout.h in the same source (which is a valid use for both), proper fix is to rename the timeout_*() api here
mickey
2002-06-25
1
-1
/
+6
|
*
rcsids
mickey
2002-06-25
12
-0
/
+24
|
*
typos. Patch from bk@rt.fr
mpech
2002-06-25
1
-10
/
+10
|
|
|
|
millert@ ok
*
rename variable so that scoping is more obvious
provos
2002-06-19
1
-3
/
+3
|
*
need string.h
deraadt
2002-06-18
1
-0
/
+1
|
*
build static and profiled.
provos
2002-06-15
1
-0
/
+21
|
*
import libevent an event notification abstraction on top of select or kqueue
provos
2002-06-15
34
-0
/
+7501
supporting timeout and signal callsbacks, too. okay deraadt@ millert@
[prev]