libevent 2.1.11-stable-ok1 source package in openKylin
Changelog
libevent (2.1.11-stable-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
libevent (2.1.11-stable-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | libs |
File | Size | SHA-256 Checksum |
---|---|---|
libevent_2.1.11-stable.orig.tar.gz | 1.0 MiB | a65bac6202ea8c5609fd5c7e480e6d25de467ea1917c08290c521752f147283d |
libevent_2.1.11-stable.orig.tar.gz.asc | 488 bytes | 9add12a6852022f675e4388cb1ac0fdcd68c6c1bc6e5212fae78d3f1c00f2826 |
libevent_2.1.11-stable-ok1.debian.tar.xz | 12.9 KiB | 0a718260ad92c1a91762a6d111addb3a783ec2e24921fd9d4af504b72b1edb21 |
libevent_2.1.11-stable-ok1.dsc | 2.3 KiB | 56c689b1c3dba4dd46906fab7c24f5aa2641c8ac73de2fb6483ead840bcb945b |
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.