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. It is meant to replace the asynchronous event loop found in event-driven network servers.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release fixed several memory leaks in the
HTTP layer, fixed signal handling for
multi-threaded applications, and fixed issues with
the timer cache when leaving or entering the event
loop.