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
/
event.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix typos; while here, improve spacing in comments.
sobrado
2011-07-07
1
-3
/
+3
*
Hide the timeout_* macros under an EVENT_DEPRECATED ifdef. These names
nicm
2010-05-31
1
-1
/
+11
*
Clean up the awful _EVENT_* poo in the libevent headers, and don't
nicm
2010-04-21
1
-34
/
+4
*
Update libevent to 1.4.13.
nicm
2010-04-21
1
-59
/
+934
*
- Use a const pointer for bufferevent_write.
brad
2008-05-02
1
-3
/
+4
*
Update to libevent 1.3e while retaining our local changes.
brad
2008-05-02
1
-23
/
+22
*
Update to libevent-1.3b while retaining our local changes. beck@ OK
millert
2007-03-19
1
-6
/
+64
*
Add prototype for bufferevent_base_set().
millert
2007-02-13
1
-1
/
+2
*
Two libevent fixes from the SVN repo:
millert
2007-02-04
1
-2
/
+2
*
introduce a way to free the base.
brad
2006-03-30
1
-1
/
+3
*
another fix from art.
brad
2006-01-25
1
-2
/
+2
*
add evbuffer_add_vprintf interface from artur grabowski
brad
2006-01-23
1
-2
/
+5
*
update to libevent 1.1a; keep local changes
brad
2005-06-18
1
-2
/
+2
*
this is libevent 1.0e
brad
2005-05-07
1
-2
/
+2
*
update to libevent 1.0d; keep local changes
brad
2005-05-04
1
-2
/
+3
*
update to libevent 1.0c; keep local changes
brad
2005-04-22
1
-15
/
+44
*
backout. not discussed, and very wrong. bad brad
deraadt
2005-04-19
1
-44
/
+15
*
update to libevent 1.0c; keep local changes
brad
2005-04-19
1
-15
/
+44
*
remove timeout_*() again; ok brad@
markus
2004-06-20
1
-7
/
+1
*
update to libevent 0.8; keep local changes
brad
2004-04-28
1
-8
/
+103
*
change timeout_ API to evtimer_ API; avoiding clashes with kernel include
provos
2002-07-12
1
-11
/
+6
*
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
1
-0
/
+2
*
import libevent an event notification abstraction on top of select or kqueue
provos
2002-06-15
1
-0
/
+154