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 (
Expand
)
Author
Age
Files
Lines
*
Do not define NOTE_EOF in CFLAGS. ok millert@
miod
2004-05-02
1
-3
/
+2
*
various tweaks;
jmc
2004-04-28
1
-19
/
+15
*
update to libevent 0.8; keep local changes
brad
2004-04-28
11
-119
/
+1019
*
support NOTE_EOF; from marius aamodt eriksen; ok tedu, millert
markus
2004-01-05
1
-1
/
+3
*
poll fixes from Niels; ok deraadt
markus
2003-10-01
1
-4
/
+7
*
add support for poll(2); ok deraadt
markus
2003-09-23
3
-6
/
+250
*
get rid of config.h; ok miod@, millert@, deraadt@
markus
2003-07-10
3
-86
/
+10
*
update to libevent-0.7a.tar.gz; keep local changes
markus
2003-07-09
7
-141
/
+324
*
remove unused autoconf files
markus
2003-06-20
10
-3326
/
+0
*
remove old files; libevent is maintained elsewhere
markus
2003-06-20
13
-2157
/
+0
*
constify constant structures; niels ok
mickey
2003-06-19
3
-9
/
+9
*
do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning ok
deraadt
2003-06-03
1
-2
/
+2
*
license cleaning.
art
2003-06-03
1
-5
/
+2
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
4
-23
/
+7
*
- typos
jmc
2003-05-23
1
-16
/
+16
*
duplicate words and spelling fixes in comments
david
2003-03-10
7
-21
/
+21
*
no GNU allowed here
deraadt
2003-03-06
1
-198
/
+0
*
remove garbage
deraadt
2003-03-06
3
-0
/
+0
*
fix a variety of missing or wrong MLINKS
deraadt
2003-02-20
1
-2
/
+2
*
SEE ALSO corrections. millert ok.
fgsch
2002-11-10
1
-3
/
+3
*
grammar; ok deraadt@
jsyn
2002-09-30
1
-4
/
+4
*
Signal fixes from ericj@monkey.org via dugsong@monkey.org
itojun
2002-09-15
1
-2
/
+6
*
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
*
Make EV_PERSIST work on EV_READ and EV_WRITE events.
art
2002-07-10
1
-3
/
+7
*
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
*
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