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 (
Expand
)
Author
Age
Files
Lines
*
r1.27 changed libevent to fire a read event when kqueue returned EBADF
nicm
2012-02-08
1
-1
/
+2
*
Handle a wider range of kqueue error return values for an event,
nicm
2012-01-30
1
-21
/
+40
*
Update to 1.4.14b.
nicm
2010-07-12
1
-3
/
+7
*
Update libevent to 1.4.13.
nicm
2010-04-21
1
-68
/
+99
*
Update to libevent 1.3e while retaining our local changes.
brad
2008-05-02
1
-14
/
+20
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
1
-3
/
+3
*
Update to libevent-1.3b while retaining our local changes. beck@ OK
millert
2007-03-19
1
-8
/
+8
*
typo in kqueue delete.
brad
2006-11-05
1
-2
/
+2
*
introduce a way to free the base.
brad
2006-03-30
1
-2
/
+19
*
do not remove kq inkernel flag before event_del gets to it;
brad
2005-12-20
1
-4
/
+2
*
zap trailing whitespaces, no binary change
grunk
2005-07-02
1
-4
/
+4
*
update to libevent 1.1a; keep local changes
brad
2005-06-18
1
-1
/
+25
*
update to libevent 1.0d; keep local changes
brad
2005-05-04
1
-1
/
+2
*
update to libevent 1.0c; keep local changes
brad
2005-04-22
1
-34
/
+29
*
backout. not discussed, and very wrong. bad brad
deraadt
2005-04-19
1
-29
/
+34
*
update to libevent 1.0c; keep local changes
brad
2005-04-19
1
-34
/
+29
*
update to libevent 0.8; keep local changes
brad
2004-04-28
1
-21
/
+21
*
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
*
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
*
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