An event notification library
http://libevent.org/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. Furthermore, libevent also support callbacks due to
signals or regular timeouts.
Currently, libevent supports /dev/poll, kqueue(2), event ports,
POSIX select(2), Windows select(), poll(2), and epoll(4).
Libevent additionally provides a sophisticated framework for buffered
network IO, with support for sockets, filters, rate-limiting, SSL,
zero-copy file transmission, and IOCP. Libevent includes support for
several useful protocols, including DNS, HTTP, and a minimal RPC
framework.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:draht:114-t/libevent && cd $_
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000015 15 Bytes | almost 11 years |
libevent-2.0.21-stable.tar.gz | 0000850772 831 KB | almost 9 years |
libevent.changes | 0000016252 15.9 KB | over 7 years |
libevent.spec | 0000004944 4.83 KB | over 7 years |
libevent20-CVE-2014-6272.patch | 0000006701 6.54 KB | over 7 years |
Comments 0