summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* bus/selinux: Move vsnprintf call to avoid va_list reuseJeremi Piotrowski2023-01-091-3/+2
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-0450-0/+100
* Use 'continue' keyword in preference to 'goto' where possibleSimon McVittie2022-11-292-6/+3
* build: Put system bus socket in runstatedir by defaultIssam E. Maghni2022-10-112-2/+2
* config-parser: no longer get past the last NULL passed to locate_attributesEvgeny Vereshchagin2022-10-101-2/+2
* Use project relative paths in CMake filesJordan Williams2022-07-251-2/+2
* dispatch test: Pass in test data directory as a C stringSimon McVittie2022-07-181-24/+16
* test/bus: Break up dispatch test into three separate testsSimon McVittie2022-07-182-12/+30
* activation-helper: Never crash if unable to write oom_score_adjSimon McVittie2022-07-161-1/+1
* dbus: simplify socket close() & invalidate() callsMarc-André Lureau2022-07-151-3/+0
* dbus: make _dbus_close_socket() take DBusSocket*Marc-André Lureau2022-07-152-6/+6
* build: Change how we create empty directories from MesonSimon McVittie2022-07-131-0/+13
* build: Change how we create symlinks from MesonSimon McVittie2022-07-131-0/+25
* bus: Install example systemd hardening when using MesonSimon McVittie2022-07-131-0/+5
* build: Add machine-readable licensing markers to the Meson build systemSimon McVittie2022-07-135-0/+5
* build: Distribute Meson build system in release tarballsSimon McVittie2022-07-131-0/+5
* Add Meson build systemFélix Piédallu2022-07-135-0/+299
* dir-watch-kqueue: Silence -Wshadow warningAlex Richardson2022-05-151-1/+2
* bus_service_remove_owner(): Assert that service has an ownerRalf Habacker2022-04-211-0/+4
* bus: Add assertions to silence compiler warningsRalf Habacker2022-04-211-0/+2
* bus/dir-watch: Do not crash with > 128 dirsJan Tojnar2022-04-202-2/+12
* build: Define DBUS_INT64_MODIFIER, analogous to G_GINT64_MODIFIERSimon McVittie2022-04-191-3/+1
* cmake: Drop an unnecessary include directoryAlex Richardson2022-03-241-1/+0
* bus: Show the errno if inotify cannot be initializedSimon McVittie2022-02-281-1/+1
* bus: Correct check for inotify_init() failureSimon McVittie2022-02-281-1/+1
* dbus-daemon-launch-helper: Reset Linux OOM score adjustment hereSimon McVittie2022-02-221-0/+8
* dbus-daemon: Implement signal 'ActivatableServicesChanged'Ralf Habacker2022-02-162-0/+78
* bus/signal: fix compilation when only -Dembedded-testsMarc-André Lureau2022-01-211-2/+2
* Disable the Containers interfaceSimon McVittie2021-12-104-10/+6
* Avoid assertation in bus_activation_reload()Ralf Habacker2021-12-091-7/+13
* tools/dbus-run-session: fix race between manual and automatically started dbu...Ralf Habacker2021-11-234-2/+40
* bus: Separate RemoveMatch into prepare and commit stagesSimon McVittie2021-11-223-29/+60
* Put dbus-daemon into session sliceDavid Redondo2021-11-181-0/+1
* bus/selinux: Fix audit message types.Chris PeBenito2020-11-231-3/+27
* cmake: make support for traditional activation optionalRalf Habacker2020-09-231-6/+9
* cmake: install dbus-daemon-launch-helper on UnixRalf Habacker2020-09-221-0/+4
* cmake: add support for user session semantic on Linux operating systemsRalf Habacker2020-06-101-0/+7
* cmake: Add support for systemd integration on Linux operating systemsRalf Habacker2020-06-101-0/+7
* cmake: Use CMAKE_INSTALL_FULL_<dir> for configuration and stateRalf Habacker2020-06-101-3/+3
* cmake: fix installation of example filesRalf Habacker2020-06-101-10/+12
* Normalize C source files to end with exactly one newlineSimon McVittie2020-06-108-8/+0
* Fix indentation in bus source fileTaras Zaporozhets2020-03-251-7/+7
* bus: Don't explicitly clear BusConnections.monitorsSimon McVittie2020-02-201-3/+4
* cmake: complete adding version info to all installed executables on WindowsRalf Habacker2020-02-191-2/+6
* Stop using selinux_set_mapping() functionLaurent Bigonville2019-10-221-33/+42
* bus: Make audit initialization idempotentSimon McVittie2019-07-031-1/+8
* bus: Clarify names of methods that query owned namesSimon McVittie2019-05-305-17/+17
* Merge branch 'send_destination_prefix' into 'master'Simon McVittie2019-05-305-15/+114
|\
| * dbus-daemon: add send_destination_prefix supportAdrian Szyndela2019-04-265-6/+111
| * DBusString: extend with checking for starting with wordsAdrian Szyndela2019-04-261-9/+3