1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/include/libwebsockets
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
..
lws-adopt.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-callbacks.h callbacks: fix reuse of callback 75 2018-10-13 08:16:27 +08:00
lws-cgi.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-client.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-context-vhost.h threadpool 2018-09-11 18:27:59 +08:00
lws-dbus.h role: dbus 2018-10-13 08:16:27 +08:00
lws-esp32.h Fix QTA erase after factory partition update 2018-09-17 07:26:08 +08:00
lws-genhash.h genhmac: expose as VISIBLE 2018-09-11 18:27:59 +08:00
lws-genrsa.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-http.h threadpool 2018-09-11 18:27:59 +08:00
lws-jwk.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-jws.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-lejp.h lejp: always allow an extra byte at the end of the string buffer for NUL 2018-09-11 18:27:59 +08:00
lws-logs.h http proxy: client: unix socket support 2018-09-12 13:58:13 +08:00
lws-misc.h http proxy: client: unix socket support 2018-09-12 13:58:13 +08:00
lws-network-helper.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-plugin-generic-sessions.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-protocols-plugins.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-purify.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-ring.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-service.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-sha1-base64.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-spa.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-stats.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-threadpool.h threadpool: add return flag for outlive wsi 2018-09-30 07:08:59 +08:00
lws-timeout-timer.h http proxy: client: unix socket support 2018-09-12 13:58:13 +08:00
lws-vfs.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-write.h http proxy: client: unix socket support 2018-09-12 13:58:13 +08:00
lws-writeable.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-ws-close.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-ws-ext.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-ws-state.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
lws-x509.h libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00