summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
2019-07-03bus: Make audit initialization idempotentSimon McVittie1-1/+8
2019-05-30bus: Clarify names of methods that query owned namesSimon McVittie5-17/+17
2019-05-30Merge branch 'send_destination_prefix' into 'master'Simon McVittie5-15/+114
2019-05-13Merge branch 'unix-gids' into 'master'Simon McVittie1-0/+57
2019-04-26dbus-daemon: add send_destination_prefix supportAdrian Szyndela5-6/+111
2019-04-26DBusString: extend with checking for starting with wordsAdrian Szyndela1-9/+3
2019-04-18bus: Try to raise soft fd limit to match hard limitSimon McVittie1-4/+4
2019-04-17bus_driver_credentials_fill_unix_gids: Comment on a non-errorSimon McVittie1-0/+3
2019-03-25Add UnixGroupIDs to connection credentialsMatthijs van Duin1-0/+54
2019-03-25Configure option to disable traditional activationTopi Miettinen4-11/+93
2019-03-13cmake: install missing files to keep in sync with autotools buildsRalf Habacker1-0/+13
2019-01-24Fixes remaining indentations that are not covered by the cmake formatting scr...Ralf Habacker1-4/+4
2019-01-24Remove obsolete parameter in end... cmake keywordsRalf Habacker1-7/+7
2019-01-24Remove spaces between cmake command and opening bracketRalf Habacker1-12/+12
2019-01-24Use lower case cmake keywords in CMakeLists.txt filesRalf Habacker1-16/+16
2019-01-24Replace tabs by 4 spaces in CMakeLists.txt filesRalf Habacker1-69/+69
2019-01-24Remove trailing spaces in CMakeLists.txt filesRalf Habacker1-29/+29
2019-01-23Merge branch 'code-coverage' into 'master'Simon McVittie1-3/+3
2019-01-22Add cmake macros add_executable_version_info and add_library_version_infoRalf Habacker1-10/+2
2019-01-22Move cmake related build system to top levelRalf Habacker1-0/+203
2019-01-21Adapt to API change in AX_CODE_COVERAGE version 28Simon McVittie1-3/+3
2019-01-21test: Move dbus-daemon-launch-helper-test here, and renameSimon McVittie1-33/+2
2019-01-21test: Move dbus-daemon and d-d-launch-helper tests from bus/Simon McVittie4-255/+0
2019-01-21bus tests: Collect possible copyright holders from git historySimon McVittie5-5/+13
2019-01-21build: Compile most bus/ files into static librariesSimon McVittie1-55/+39
2019-01-05dbus-spawn: Don't take ownership of envpSimon McVittie1-0/+1
2018-12-17tests: Collect common code from embedded-test main executablesSimon McVittie3-134/+49
2018-12-17bus tests: Skip unsupported fd-passing test internally, not from main()Simon McVittie3-11/+4
2018-12-17embedded tests: Time how long each test takesSimon McVittie1-0/+7
2018-12-17embedded tests: Conform to the same API for all testsSimon McVittie9-53/+73
2018-12-17trivial: Remove trailing whitespace from copyright noticesSimon McVittie27-52/+52
2018-12-14_dbus_threads_init_debug: RemoveSimon McVittie2-6/+0
2018-12-14.gitignore: Ignore many more generated filesSimon McVittie1-0/+4
2018-12-14.gitignore: Normalize into LC_ALL=C sort orderSimon McVittie1-7/+7
2018-12-14.gitignore: Make match patterns more specificSimon McVittie1-18/+18
2018-12-14.gitignore: Consolidate generic patterns at top levelSimon McVittie1-10/+0
2018-12-11build: Add a way to set CFLAGS for AddressSanitizer etc.Simon McVittie1-0/+1
2018-12-05Drop cmake variable DBUS_WIN_FIXMERalf Habacker1-1/+1
2018-12-05Avoid memory leaks on running check_shell_service_success_auto_start on WindowsRalf Habacker1-0/+5
2018-12-03activation: Don't leak if delivering activation message is forbiddenSimon McVittie1-0/+1
2018-12-03Enable check_get_connection_unix_process_id test on Windows with CMakeRalf Habacker1-4/+0
2018-11-29bus test: Accept GetConnectionUnixProcessID() success on WindowsSimon McVittie1-16/+0
2018-11-20Don't let dbus-daemon and its subprocesses inherit unnecessary fdsSimon McVittie1-0/+4
2018-11-20_DBUS_ASSERT_ERROR_XOR_BOOL: Add and useSimon McVittie3-13/+3
2018-11-20BusDesktopFile: Refactor logic to free the parser contentsSimon McVittie2-44/+40
2018-11-20Merge branch 'desktop-file-leak' into 'master'Simon McVittie1-0/+1
2018-11-19BusDesktopFile: Don't leak content if key=value appears before [Section]Simon McVittie1-0/+1
2018-11-19bus_container_instance_new: Don't leak empty DBusString objectSimon McVittie1-0/+1
2018-11-19bus_driver_handle_become_monitor: Don't leak zero-length array of rulesSimon McVittie1-0/+1
2018-11-16embedded tests: Make it easier to run a single test-caseSimon McVittie1-1/+1