index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libevent
/
event.c
Age
Commit message (
Expand
)
Author
2008-05-02
- Use a const pointer for bufferevent_write.
Brad Smith
2008-05-02
Update to libevent 1.3e while retaining our local changes.
Brad Smith
2007-03-19
Update to libevent-1.3b while retaining our local changes. beck@ OK
Todd C. Miller
2007-02-13
Avoid double recacl when loop_once is used.
Todd C. Miller
2007-02-04
Two libevent fixes from the SVN repo:
Todd C. Miller
2006-11-05
fix a potential memory leak in event_once().
Brad Smith
2006-03-30
introduce a way to free the base.
Brad Smith
2006-03-28
use clock_gettime if available.
Brad Smith
2005-07-02
zap trailing whitespaces, no binary change
Alexander von Gernler
2005-05-04
update to libevent 1.0d; keep local changes
Brad Smith
2005-04-22
update to libevent 1.0c; keep local changes
Brad Smith
2005-04-19
backout. not discussed, and very wrong. bad brad
Theo de Raadt
2005-04-19
update to libevent 1.0c; keep local changes
Brad Smith
2005-04-13
use "volatile sig_atomic_t" types instead of "int" for signal flags.
Reyk Floeter
2004-04-28
update to libevent 0.8; keep local changes
Brad Smith
2003-07-09
update to libevent-0.7a.tar.gz; keep local changes
Markus Friedl
2003-06-19
constify constant structures; niels ok
Michael Shalayeff
2002-06-25
rcsids
Michael Shalayeff
2002-06-15
import libevent an event notification abstraction on top of select or kqueue
Niels Provos