Jump to letter: [
ABCDEFGIJKLMNOPQRSTUVW
]
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
- * Fri Mar 9 11:00:00 2007 Steve Dickson <steved{%}redhat{*}com> 1.3b-1
- Updated to latest upstream version 1.3b
- Incorporated Merge Review comments (bz 226002)
- Increased the polling timeout (bz 204990)
- * Tue Feb 20 11:00:00 2007 Steve Dickson <steved{%}redhat{*}com> 1.2a-1
- Updated to latest upstream version 1.2a
- * Wed Jul 12 12:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com>
- rebuild