summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'unix-gids' into 'master'Simon McVittie2019-05-131-0/+57
|\ \ | |/ |/|
| * bus_driver_credentials_fill_unix_gids: Comment on a non-errorSimon McVittie2019-04-171-0/+3
| * Add UnixGroupIDs to connection credentialsMatthijs van Duin2019-03-251-0/+54
* | bus: Try to raise soft fd limit to match hard limitSimon McVittie2019-04-181-4/+4
* | Configure option to disable traditional activationTopi Miettinen2019-03-254-11/+93
|/
* cmake: install missing files to keep in sync with autotools buildsRalf Habacker2019-03-131-0/+13
* Fixes remaining indentations that are not covered by the cmake formatting scr...Ralf Habacker2019-01-241-4/+4
* Remove obsolete parameter in end... cmake keywordsRalf Habacker2019-01-241-7/+7
* Remove spaces between cmake command and opening bracketRalf Habacker2019-01-241-12/+12
* Use lower case cmake keywords in CMakeLists.txt filesRalf Habacker2019-01-241-16/+16
* Replace tabs by 4 spaces in CMakeLists.txt filesRalf Habacker2019-01-241-69/+69
* Remove trailing spaces in CMakeLists.txt filesRalf Habacker2019-01-241-29/+29
* Merge branch 'code-coverage' into 'master'Simon McVittie2019-01-231-3/+3
|\
| * Adapt to API change in AX_CODE_COVERAGE version 28Simon McVittie2019-01-211-3/+3
* | Add cmake macros add_executable_version_info and add_library_version_infoRalf Habacker2019-01-221-10/+2
* | Move cmake related build system to top levelRalf Habacker2019-01-221-0/+203
|/
* test: Move dbus-daemon-launch-helper-test here, and renameSimon McVittie2019-01-211-33/+2
* test: Move dbus-daemon and d-d-launch-helper tests from bus/Simon McVittie2019-01-214-255/+0
* bus tests: Collect possible copyright holders from git historySimon McVittie2019-01-215-5/+13
* build: Compile most bus/ files into static librariesSimon McVittie2019-01-211-55/+39
* dbus-spawn: Don't take ownership of envpSimon McVittie2019-01-051-0/+1
* tests: Collect common code from embedded-test main executablesSimon McVittie2018-12-173-134/+49
* bus tests: Skip unsupported fd-passing test internally, not from main()Simon McVittie2018-12-173-11/+4
* embedded tests: Time how long each test takesSimon McVittie2018-12-171-0/+7
* embedded tests: Conform to the same API for all testsSimon McVittie2018-12-179-53/+73