Systemd/src/libsystemd-bus
Lennart Poettering 7adc46fcce bus: don't generate NameAcquired/NameLost messages in the library
The signals appear entirely redundant due to NameOwnerChange, hence
don't do them in the new library, instead leave them for the
compatibility bridge only.

Also, set the serial number for synthesized messages to (uint32_t) -1.
2013-11-30 00:21:06 +01:00
..
.gitignore build-sys: add .pc file for libsystemd-bus 2013-11-07 03:27:58 +01:00
bus-bloom.c Remove dead code and unexport some calls 2013-11-08 18:12:45 +01:00
bus-bloom.h Remove dead code and unexport some calls 2013-11-08 18:12:45 +01:00
bus-container.c machinectl: add new command to spawn a getty inside a container 2013-10-31 01:43:38 +01:00
bus-container.h bus: add API call to create bus connection to the system bus of local containers 2013-10-30 15:37:02 +01:00
bus-control.c libsystemd-bus: sd_bus_request_name: use kdbus_translate_request_name_flags() 2013-11-29 22:01:34 +01:00
bus-control.h bus: calculate bloom filter for match 2013-05-20 10:13:38 +02:00
bus-convenience.c bus: merge sd_bus_get_owner() and sd_bus_get_owner_creds() into one call 2013-11-28 20:44:26 +01:00
bus-creds.c bus: revert attempts to make the integration-testing work 2013-11-29 23:55:09 +01:00
bus-creds.h bus: add new sd_bus_creds object to encapsulate process credentials 2013-11-28 18:42:18 +01:00
bus-dump.c bus: add new sd_bus_creds object to encapsulate process credentials 2013-11-28 18:42:18 +01:00
bus-dump.h bus: add new sd_bus_creds object to encapsulate process credentials 2013-11-28 18:42:18 +01:00
bus-error.c bus: rework sd_bus_error APIs 2013-11-22 04:23:22 +01:00
bus-error.h core: convert PID 1 to libsystemd-bus 2013-11-20 20:52:36 +01:00
bus-internal.c bus: the :no-sender hack is now unnecessary, since the new library doesn't require this anymore 2013-11-21 21:12:36 +01:00
bus-internal.h bus: don't generate NameAcquired/NameLost messages in the library 2013-11-30 00:21:06 +01:00
bus-introspect.c bus: let's simplify things by getting rid of unnecessary bus parameters 2013-11-21 02:07:35 +01:00
bus-introspect.h core: convert PID 1 to libsystemd-bus 2013-11-20 20:52:36 +01:00
bus-kernel.c bus: don't generate NameAcquired/NameLost messages in the library 2013-11-30 00:21:06 +01:00
bus-kernel.h bus: add the ability for backends to queue to input messages at the same time 2013-11-29 22:03:55 +01:00
bus-match.c bus: rework message handlers to always take an error argument 2013-11-21 21:12:36 +01:00
bus-match.h bus: make sure we can match well-known names 2013-10-30 02:08:57 +01:00
bus-message.c bus: when turning a buffer into a sd_bus_message avoid creating zero-length parts 2013-11-29 13:34:55 +01:00
bus-message.h bus: add new sd_bus_creds object to encapsulate process credentials 2013-11-28 18:42:18 +01:00
bus-objects.c bus: properly return errors to client if invalid parameters are passed to built-in methods 2013-11-25 22:32:18 +01:00
bus-objects.h bus: split up overly long sd-bus.c into three files 2013-10-11 20:18:10 +02:00
bus-signature.c core: convert PID 1 to libsystemd-bus 2013-11-20 20:52:36 +01:00
bus-signature.h libsystemd-bus: add lightweight object vtable implementation for exposing objects on the bus 2013-10-09 02:40:07 +02:00
bus-socket.c bus: don't generate NameAcquired/NameLost messages in the library 2013-11-30 00:21:06 +01:00
bus-socket.h bus: add the ability for backends to queue to input messages at the same time 2013-11-29 22:03:55 +01:00
bus-type.c bus: when NULL is specified as property callback, automatically handle serialization on Get() 2013-10-11 06:10:15 +02:00
bus-type.h bus: add API for appending/reading fixed arrays 2013-05-09 20:01:21 +02:00
bus-util.c bus: add new sd_bus_creds object to encapsulate process credentials 2013-11-28 18:42:18 +01:00
bus-util.h bus: add new sd_bus_creds object to encapsulate process credentials 2013-11-28 18:42:18 +01:00
busctl.c busctl: fix --help line breaks 2013-11-29 20:14:11 +01:00
event-util.h timedated: use libsystemd-bus instead of libdbus for bus communication 2013-10-16 06:15:02 +02:00
kdbus.h kdbus: add base enums for items 2013-11-29 20:14:11 +01:00
libsystemd-bus.pc.in bus: indicate in .pc file that we need libsystemd-id128 definitions 2013-11-07 03:54:13 +01:00
libsystemd-bus.sym bus: merge sd_bus_get_owner() and sd_bus_get_owner_creds() into one call 2013-11-28 20:44:26 +01:00
Makefile bus: add basic implementation of a native bus client library 2013-03-20 23:00:09 +01:00
sd-bus.c bus: don't generate NameAcquired/NameLost messages in the library 2013-11-30 00:21:06 +01:00
sd-event.c event: allow EPOLLET as event flag 2013-11-28 15:16:49 +01:00
sd-memfd.c bus: export libsystemd-bus as a public library 2013-11-06 14:56:47 -05:00
sd-utf8.c bus: actually export sd_utf8_is_valid() and sd_ascii_is_valid() 2013-11-10 23:54:55 +01:00
test-bus-chat.c bus: add new sd_bus_creds object to encapsulate process credentials 2013-11-28 18:42:18 +01:00
test-bus-creds.c bus: add new sd_bus_creds object to encapsulate process credentials 2013-11-28 18:42:18 +01:00
test-bus-error.c bus: rework sd_bus_error APIs 2013-11-22 04:23:22 +01:00
test-bus-introspect.c bus: rework message handlers to always take an error argument 2013-11-21 21:12:36 +01:00
test-bus-kernel-benchmark.c bus: let's simplify things by getting rid of unnecessary bus parameters 2013-11-21 02:07:35 +01:00
test-bus-kernel-bloom.c timedated: use libsystemd-bus instead of libdbus for bus communication 2013-10-16 06:15:02 +02:00
test-bus-kernel.c bus: add new sd_bus_creds object to encapsulate process credentials 2013-11-28 18:42:18 +01:00
test-bus-marshal.c bus: let's simplify things by getting rid of unnecessary bus parameters 2013-11-21 02:07:35 +01:00
test-bus-match.c bus: rework message handlers to always take an error argument 2013-11-21 21:12:36 +01:00
test-bus-memfd.c Fix write-only use of a few variables 2013-10-13 17:56:54 -04:00
test-bus-objects.c bus: also add error parameter to object find and enumerator callbacks 2013-11-22 01:42:15 +01:00
test-bus-server.c bus: rename SD_BUS_ERROR_MAKE to SD_BUS_ERROR_MAKE_CONST to indicate it only works for const strings 2013-11-21 02:11:06 +01:00
test-bus-signature.c bus: unify code to find parents of an object path with 2013-10-11 23:20:54 +02:00
test-bus-zero-copy.c bus: beautify bus_message_dump() output a bit 2013-11-12 00:12:44 +01:00
test-event.c event: rename sd_event_get() to sd_event_source_get_event() 2013-11-22 01:42:15 +01:00