libevent 2.1.12-stable-ok2 source package in openKylin
Changelog
libevent (2.1.12-stable-ok2) nile; urgency=medium * No change rebuild against t64. -- CI Bot <email address hidden> Sat, 18 May 2024 03:19:16 +0000
libevent (2.1.12-stable-ok2) nile; urgency=medium * No change rebuild against t64. -- CI Bot <email address hidden> Sat, 18 May 2024 03:19:16 +0000
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | libs | |
Huanghe V3.0 | release | main | libs | |
Nile V2.0 | release | main | libs | |
Nile V2.0 | proposed | main | libs |
File | Size | SHA-256 Checksum |
---|---|---|
libevent_2.1.12-stable.orig.tar.gz | 1.0 MiB | 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb |
libevent_2.1.12-stable-ok2.debian.tar.xz | 10.6 KiB | 34943080bdb8e52b7e9dcb7d7bff10046a934185c8dc658c02420b605b4f823e |
libevent_2.1.12-stable-ok2.dsc | 2.2 KiB | 77924c3566df3ff4859e579c3c774f559f7f19b2b583eb1b6e4b69136ea6dde8 |
Libevent is an asynchronous event notification library that 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. Currently, libevent supports /dev/poll,
kqueue(2), event ports, select(2), poll(2) and epoll(4).
.
For backward compatibility and to transition to "libevent_core only"
or "libevent_core + libevent_extra", the libevent source package builds
the libevent library that includes everything in libevent_core and
libevent_extra.
Libevent is an asynchronous event notification library that 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. Currently, libevent supports /dev/poll,
kqueue(2), event ports, select(2), poll(2) and epoll(4).
.
The libevent_core library includes event loops, timers, buffer code,
and various small compatibility functions.
.
If you're writing software that only uses libevent's event loop, you
should link against only the libevent_core library.
Libevent is an asynchronous event notification library that provides a
mechanism to execute a callback function when a specific event occurs
on a file descriptor or after a timeout has been reached.
.
This package includes development files for compiling against libevent.
Libevent is an asynchronous event notification library that 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. Currently, libevent supports /dev/poll,
kqueue(2), event ports, select(2), poll(2) and epoll(4).
.
The libevent_extra library includes code for HTTP, DNS, RPC, and so
on.
.
If you're writing software that uses libevent's protocol support, you
need to link libevent_core and libevent_extra as well.
Libevent is an asynchronous event notification library that 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. Currently, libevent supports /dev/poll,
kqueue(2), event ports, select(2), poll(2) and epoll(4).
.
There is now a bufferevent type that supports SSL/TLS using the
OpenSSL library. The code for this is build in a separate
library, libevent_openssl, so that your programs don't need to
link against OpenSSL unless they actually want SSL support.
Libevent is an asynchronous event notification library that 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. Currently, libevent supports /dev/poll,
kqueue(2), event ports, select(2), poll(2) and epoll(4).
.
If you want threading support and you're using pthreads, you'll need
to link against the libevent_pthreads library in addition to
libevent_core.