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
/
kqueue.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
update to libevent 0.8; keep local changes
brad
2004-04-28
1
-21
/
+21
|
|
|
|
ok markus@
*
support NOTE_EOF; from marius aamodt eriksen; ok tedu, millert
markus
2004-01-05
1
-1
/
+3
|
*
update to libevent-0.7a.tar.gz; keep local changes
markus
2003-07-09
1
-38
/
+35
|
*
constify constant structures; niels ok
mickey
2003-06-19
1
-2
/
+2
|
*
do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning ok
deraadt
2003-06-03
1
-2
/
+2
|
*
duplicate words and spelling fixes in comments
david
2003-03-10
1
-3
/
+3
|
|
|
|
ok miod@
*
typo. from marius@umich.edu via provos
itojun
2002-09-08
1
-4
/
+4
|
*
Make EV_PERSIST work on EV_READ and EV_WRITE events.
art
2002-07-10
1
-3
/
+7
|
|
|
|
provos@ ok.
*
rcsids
mickey
2002-06-25
1
-0
/
+2
|
*
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
|
*
import libevent an event notification abstraction on top of select or kqueue
provos
2002-06-15
1
-0
/
+372
supporting timeout and signal callsbacks, too. okay deraadt@ millert@