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.h
Age
Commit message (
Expand
)
Author
2015-01-05
Fix CVE-2014-6272 in Libevent 1.4 from upstream:
Alexander Bluhm
2014-10-31
Libevent has compatibilty wrappers in evutil. OpenBSD does not use
Alexander Bluhm
2014-10-30
Fix whitespace errors in libevent.
Alexander Bluhm
2014-10-08
iRemove the #ifdef WIN32 implementation from libevent.
Alexander Bluhm
2014-04-03
add helper functions to use asr with libevent.
Eric Faurot
2012-08-28
Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spew
Pascal Stumpf
2011-07-07
fix typos; while here, improve spacing in comments.
Igor Sobrado
2010-05-31
Hide the timeout_* macros under an EVENT_DEPRECATED ifdef. These names
Nicholas Marriott
2010-04-21
Clean up the awful _EVENT_* poo in the libevent headers, and don't
Nicholas Marriott
2010-04-21
Update libevent to 1.4.13.
Nicholas Marriott
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
Add prototype for bufferevent_base_set().
Todd C. Miller
2007-02-04
Two libevent fixes from the SVN repo:
Todd C. Miller
2006-03-30
introduce a way to free the base.
Brad Smith
2006-01-25
another fix from art.
Brad Smith
2006-01-23
add evbuffer_add_vprintf interface from artur grabowski
Brad Smith
2005-06-18
update to libevent 1.1a; keep local changes
Brad Smith
2005-05-07
this is libevent 1.0e
Brad Smith
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
2004-06-20
remove timeout_*() again; ok brad@
Markus Friedl
2004-04-28
update to libevent 0.8; keep local changes
Brad Smith
2002-07-12
change timeout_ API to evtimer_ API; avoiding clashes with kernel include
Niels Provos
2002-06-25
undef the timeout_*(), this is still WRONG it does allow using both event.h a...
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