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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backout revision 1.37. Setting ev->ev_pncalls to NULL results in
bluhm
2015-01-06
1
-5
/
+2
*
Apply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec from upstream.
bluhm
2015-01-06
1
-2
/
+5
*
Fix whitespace errors in libevent.
bluhm
2014-10-30
1
-11
/
+11
*
After removing all the #ifdef, the wrappers in evutil are rather
bluhm
2014-10-29
1
-17
/
+16
*
Remove #ifdef HAVE_backend and remove references to unimplemented
bluhm
2014-10-17
1
-31
/
+1
*
Remove some #ifdef HAVE_syscall.
bluhm
2014-10-17
1
-5
/
+1
*
Remove #ifdef HAVE_.*_H, just include the header files.
bluhm
2014-10-17
1
-5
/
+2
*
Remove #ifdef HAVE_CONFIG_H, there is no config.h file.
bluhm
2014-10-16
1
-4
/
+1
*
iRemove the #ifdef WIN32 implementation from libevent.
bluhm
2014-10-08
1
-14
/
+1
*
The libevent event_log() function called by event_msgx() adds a new
bluhm
2014-09-01
1
-3
/
+2
*
add helper functions to use asr with libevent.
eric
2014-04-03
1
-1
/
+66
*
(long long) and %lld for big time_t
deraadt
2013-04-17
1
-4
/
+4
*
Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spew
pascal
2012-08-28
1
-2
/
+2
*
Fix from upstream to make all backends reinit on event_reinit(). This
nicm
2010-08-30
1
-2
/
+7
*
Update to 1.4.14b.
nicm
2010-07-12
1
-4
/
+26
*
Clean up the awful _EVENT_* poo in the libevent headers, and don't
nicm
2010-04-21
1
-2
/
+2
*
Update libevent to 1.4.13.
nicm
2010-04-21
1
-165
/
+244
*
change back to preferring kqueue, now that nicm, tedu and i have
deraadt
2009-11-12
1
-4
/
+4
*
stop using kqueue.
deraadt
2009-10-30
1
-4
/
+4
*
- Use a const pointer for bufferevent_write.
brad
2008-05-02
1
-2
/
+2
*
Update to libevent 1.3e while retaining our local changes.
brad
2008-05-02
1
-62
/
+111
*
Update to libevent-1.3b while retaining our local changes. beck@ OK
millert
2007-03-19
1
-8
/
+20
*
Avoid double recacl when loop_once is used.
millert
2007-02-13
1
-8
/
+5
*
Two libevent fixes from the SVN repo:
millert
2007-02-04
1
-1
/
+3
*
fix a potential memory leak in event_once().
brad
2006-11-05
1
-2
/
+7
*
introduce a way to free the base.
brad
2006-03-30
1
-1
/
+29
*
use clock_gettime if available.
brad
2006-03-28
1
-8
/
+30
*
zap trailing whitespaces, no binary change
grunk
2005-07-02
1
-4
/
+4
*
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
-114
/
+294
*
backout. not discussed, and very wrong. bad brad
deraadt
2005-04-19
1
-294
/
+114
*
update to libevent 1.0c; keep local changes
brad
2005-04-19
1
-114
/
+294
*
use "volatile sig_atomic_t" types instead of "int" for signal flags.
reyk
2005-04-13
1
-4
/
+5
*
update to libevent 0.8; keep local changes
brad
2004-04-28
1
-42
/
+136
*
update to libevent-0.7a.tar.gz; keep local changes
markus
2003-07-09
1
-7
/
+47
*
constify constant structures; niels ok
mickey
2003-06-19
1
-5
/
+5
*
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
/
+496