Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libevent: Abstract asynchronous event notification library
- Summary
- The libevent API provides a mechanism to execute a callback function
when a specific event occurs on a file descriptor or after a timeout
has been reached. libevent is meant to replace the asynchronous event
loop found in event driven network servers. An application just needs
to call event_dispatch() and can then add or remove events dynamically
without having to change the event loop.
Changelog
- * Mon Apr 5 01:00:00 2010 Eddy Nigg <eddy_nigg.org>
-
- Rebuild for StartCom Linux 5.0.x
- * Sat Dec 16 00:00:00 2006 Steve Dickson <steved{%}redhat{*}com> 1.4.13-1
-
- Updated to latest stable upstream version: 1.4.13
- * Thu Jul 13 01:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 1.1a-3.3
-
- rebuild