summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* 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
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-1727-52/+52
* _dbus_threads_init_debug: RemoveSimon McVittie2018-12-142-6/+0
* .gitignore: Ignore many more generated filesSimon McVittie2018-12-141-0/+4
* .gitignore: Normalize into LC_ALL=C sort orderSimon McVittie2018-12-141-7/+7
* .gitignore: Make match patterns more specificSimon McVittie2018-12-141-18/+18
* .gitignore: Consolidate generic patterns at top levelSimon McVittie2018-12-141-10/+0
* build: Add a way to set CFLAGS for AddressSanitizer etc.Simon McVittie2018-12-111-0/+1
* Drop cmake variable DBUS_WIN_FIXMERalf Habacker2018-12-051-1/+1
* Avoid memory leaks on running check_shell_service_success_auto_start on WindowsRalf Habacker2018-12-051-0/+5
* activation: Don't leak if delivering activation message is forbiddenSimon McVittie2018-12-031-0/+1
* Enable check_get_connection_unix_process_id test on Windows with CMakeRalf Habacker2018-12-031-4/+0
* bus test: Accept GetConnectionUnixProcessID() success on WindowsSimon McVittie2018-11-291-16/+0
* Don't let dbus-daemon and its subprocesses inherit unnecessary fdsSimon McVittie2018-11-201-0/+4
* _DBUS_ASSERT_ERROR_XOR_BOOL: Add and useSimon McVittie2018-11-203-13/+3
* BusDesktopFile: Refactor logic to free the parser contentsSimon McVittie2018-11-202-44/+40
* Merge branch 'desktop-file-leak' into 'master'Simon McVittie2018-11-201-0/+1
|\
| * BusDesktopFile: Don't leak content if key=value appears before [Section]Simon McVittie2018-11-191-0/+1
* | bus_container_instance_new: Don't leak empty DBusString objectSimon McVittie2018-11-191-0/+1
* | bus_driver_handle_become_monitor: Don't leak zero-length array of rulesSimon McVittie2018-11-191-0/+1
|/
* embedded tests: Make it easier to run a single test-caseSimon McVittie2018-11-161-1/+1
* Use SELINUX_CB_POLICYLOAD instead of AVC_CALLBACK_RESET callbackLaurent Bigonville2018-11-151-16/+4
* Stop using avc_init() which is deprecatedLaurent Bigonville2018-11-155-123/+128
* desktop-file: Treat backslashes in section names as literalSimon McVittie2018-10-191-16/+30
* desktop-file: Justify implementation of is_valid_section_name()Simon McVittie2018-10-191-1/+6
* is_valid_section_name: Fix logical expressionDavid King2018-10-191-2/+1
* containers: Share code for what happens when we lose a connectionSimon McVittie2018-08-301-9/+8
* bus_config_parser_check_doctype: Remove, unusedSimon McVittie2018-08-304-44/+0
* BusConfigParser test: Check that all limits are equal, not just oneSimon McVittie2018-08-301-16/+16
* bus_context_get_policy: Remove, unusedSimon McVittie2018-08-302-7/+0
* bus_connections_get_context: Remove, unusedSimon McVittie2018-08-302-7/+0
* bus_connections_foreach, bus_connections_foreach_active: RemoveSimon McVittie2018-08-303-90/+3
* bus: Free address (from --address) when we have finished using itSimon McVittie2018-08-231-0/+1
* dispatch test: Simplify OOM testingSimon McVittie2018-08-021-50/+4
* Add and use _dbus_list_clear_fullSimon McVittie2018-08-023-45/+13
* containers: Factor out connection_get_instance and make it NULL-safeSimon McVittie2018-06-211-3/+20
* bus: Document arguments of bus_activation_activate_serviceSimon McVittie2018-06-211-0/+19
* bus_service_list_queued_owners: Don't return a DBusErrorSimon McVittie2018-06-213-9/+7
* bus_driver_get_owner_of_name: Clarify role of connectionSimon McVittie2018-06-211-2/+2
* driver: Remove references to an obsolete constantSimon McVittie2018-06-201-2/+2
* bus: Clear INVOCATION_ID when carrying out traditional activationSimon McVittie2018-03-221-1/+7