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
- * Wed Mar 14 10:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Wed Jul 12 11:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - sh: line 0: fg: no job control
-
- rebuild
- * Fri Feb 10 10:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 1.1a-3.2
-
- bump again for double-long bug on ppc(64)