summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-071.11.12dbus-1.11.12Simon McVittie2-2/+4
2017-04-07NEWSSimon McVittie1-1/+1
2017-04-07Stop opting out of -Wswitch-enum and -Wswitch-defaultSimon McVittie1-8/+0
2017-04-07DBusTransport: be explicit about _dbus_auth_do_work() resultsSimon McVittie1-1/+10
2017-04-07NEWS for fd.o #99839Simon McVittie1-0/+3
2017-04-07dbus: Fix writing off the end of an fd_set when testing with ValgrindPhilip Withnall1-0/+14
2017-04-07NEWSSimon McVittie1-0/+3
2017-04-07bus policy: assert that no invalid rule types are seenSimon McVittie1-0/+10
2017-04-07config-parser tests: explicitly skip non-comparable elementsSimon McVittie1-1/+22
2017-04-07config-parser: assert elements are of a known typeSimon McVittie1-0/+2
2017-04-07config-parser: treat impossible policy type as IGNOREDSimon McVittie1-0/+1
2017-04-07sysdeps: assert that log severity is one we expectSimon McVittie2-1/+2
2017-04-07_dbus_global_lock: move success case up into switchSimon McVittie1-2/+2
2017-04-07DBusTransport: assert that invalid results don't happenSimon McVittie2-0/+6
2017-04-07dbus-launch: clarify signal handlerSimon McVittie1-12/+6
2017-04-07dbus-monitor: handle default case for binary mode headerSimon McVittie1-0/+2
2017-04-07test, tools: assert impossible values of local enums are not reachedSimon McVittie7-4/+36
2017-04-07dbus-spawn: assert impossible returns from read functions don't happenSimon McVittie1-0/+10
2017-04-07_dbus_lm_strerror: move default behaviour inside switchSimon McVittie2-10/+15
2017-04-07dbus-daemon: silence -Wswitch-defaultSimon McVittie1-0/+5
2017-04-07bus dispatch tests: treat impossible message_kind as GOT_SOMETHING_ELSESimon McVittie1-0/+4
2017-04-05Merge branch 'dbus-1.10'Simon McVittie2-4/+10
2017-04-051.10.18dbus-1.10.18Simon McVittie2-3/+8
2017-04-05test: Fix a couple of memory leaks in test-corruptPhilip Withnall1-2/+6
2017-04-05test: Fix reading off the end of an array in test-corruptPhilip Withnall1-2/+1
2017-03-22refer to Debian bug in NEWSSimon McVittie1-1/+1
2017-03-22NEWSSimon McVittie1-1/+5
2017-03-22Initialize SELinux and Apparmor after capabilities are setLaurent Bigonville1-14/+26
2017-03-20Update NEWSSimon McVittie1-0/+3
2017-03-20test: Remove an unnecessary NULL check in sd-activationPhilip Withnall1-1/+7
2017-03-20test: Fix copy-paste error in waiting for a message in the testsPhilip Withnall1-1/+1
2017-03-20Update NEWSSimon McVittie1-0/+22
2017-03-20autotools: Allow relocatable pkg-config metadata on an opt-in basisSimon McVittie1-3/+39
2017-03-20cmake, autotools: Add find package config support for cmake clientsRalf Habacker7-3/+151
2017-03-20cmake: Optionally create relocatable dbus-1.pc fileRalf Habacker3-8/+32
2017-02-24doc: Clarify /etc/dbus-1/system.d and /usr/share/dbus-1/system.dPhilip Withnall2-2/+8
2017-02-22NEWSSimon McVittie1-0/+2
2017-02-22dbus-socket-set-epoll: initialize all bytes of struct epoll_eventPhilip Withnall1-1/+7
2017-02-21Add a simple integration test for transient servicesSimon McVittie2-11/+205
2017-02-21Update NEWSSimon McVittie1-1/+15
2017-02-21dbus-daemon(1): Describe how session and system services are foundSimon McVittie1-17/+179
2017-02-21spec: Don't say implementation-specific locations must be lowest prioritySimon McVittie1-7/+3
2017-02-21sd-activation test: Exercise transient servicesSimon McVittie4-1/+269
2017-02-21config-parser: Add transient service directoriesSimon McVittie2-9/+72
2017-02-21sysdeps: Add accessor for a list of transient service directoriesSimon McVittie3-0/+171
2017-02-21activation: Add support for enforcing strict naming on .service filesSimon McVittie2-4/+78
2017-02-21config-parser: Store service directories in structsSimon McVittie3-29/+202
2017-02-21activation-helper: Rename bus_config_parser_get_service_dirsSimon McVittie3-4/+7
2017-02-21bus_config_parser_get_watched_dirs: Turn into a helper functionSimon McVittie3-29/+79
2017-02-21sd-activation test: Create and destroy a temporary XDG_RUNTIME_DIRSimon McVittie3-6/+47