1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/core
Andy Green 31dfc4aa12 role: dbus
This adds support for the integrating libdbus into the lws event loop.

Unlike the other roles, lws doesn't completely adopt the fd and libdbus insists
to retain control over the fd lifecycle.  However libdbus provides apis for
foreign code (lws) to provide event loop services to libdbus for the fd.

Accordingly, unlike the other roles rx and writeable are not subsumed into
lws callback messages and the events remain the property of libdbus.

A context struct wrapper is provided that is available in the libdbus
callbacks to bridge between the lws and dbus worlds, along with
a minimal example dbus client and server.
2018-10-13 08:16:27 +08:00
..
adopt.c http proxy: client: unix socket support 2018-09-12 13:58:13 +08:00
alloc.c refactor: core code in lib/core and private-libwebsockets.h to core/private.h 2018-05-03 10:49:36 +08:00
connect.c http proxy: client: unix socket support 2018-09-12 13:58:13 +08:00
context.c role: dbus 2018-10-13 08:16:27 +08:00
dummy-callback.c http proxy: client: unix socket support 2018-09-12 13:58:13 +08:00
libwebsockets.c role: dbus 2018-10-13 08:16:27 +08:00
output.c issue_raw: translate transaction_completed decision about close into local semantics 2018-09-20 07:06:51 +08:00
pollfd.c client: oom4: unify with __lws_free_wsi 2018-10-07 13:12:44 +08:00
private.h role: dbus 2018-10-13 08:16:27 +08:00
service.c threadpool 2018-09-11 18:27:59 +08:00