Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        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 Jul 12 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - sh: line 0: fg: no job control
 
            - rebuild
 
        
            - * Fri Feb 10 16:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 1.1a-3.2
 
            - bump again for double-long bug on ppc(64)
 
        
            - * Tue Feb  7 16:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 1.1a-3.1
 
            - rebuilt for new gcc4.1 snapshot and glibc changes