summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* Fix the build when dbus-broker is not foundMike Gorse2023-05-111-2/+2
* More build fixesMike Gorse2023-05-111-11/+32
* Scan for dbus-daemon even if dbus-broker should be used by defaultMike Gorse2023-05-111-24/+29
* meson: Avoid requiring libsystemd when configured to use dbus-daemonAdrian Perez de Castro2023-04-241-27/+26
* at-spi-dbus-bus service: set stop timeout to 5sSamuel Thibault2023-01-251-0/+1
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-160/+155
* Merge branch 'slice' into 'main'Mike Gorse2022-07-251-0/+1
|\
| * Mark bus service as belonging to the session sliceDavid Edmundson2022-07-201-0/+1
* | Bind AT SPI Bus to graphical sessionDavid Edmundson2022-07-201-0/+1
|/
* meson: use full_path() instead of path() for Meson 0.55 onwardsFederico Mena Quintero2022-05-231-2/+2
* Merge branch 'sun' into 'master'Mike Gorse2022-03-241-1/+1
|\
| * ensure_a11y_bus_broker: Fix initializing char arraySamuel Thibault2022-03-131-1/+1
* | bus launcher: unlink socket before bindingMike Gorse2022-03-111-1/+4
|/
* Bus launcher: ensure that at-spi directory can be created before usingMike Gorse2022-02-161-9/+13
* at-spi-bus-launcher: add a couple of sanity checksMike Gorse2022-02-141-0/+7
* Really escape the bus address before passing to dbus-daemonMike Gorse2022-01-041-1/+1
* Bus launcher: escape socket name before passing to dbus-daemonMike Gorse2022-01-041-0/+2
* at-spi-bus-launcher: allocate _global_app with g_new0, not g_slice_new0Federico Mena Quintero2021-12-141-1/+1
* Remove set_bus_to_exit_if_this_process_dies()Federico Mena Quintero2021-12-131-11/+0
* Fix double-free of at_spi_dirFederico Mena Quintero2021-12-131-1/+0
* Remove unused function setup_bus_child_daemon()Federico Mena Quintero2021-12-131-8/+0
* Try the posix_spawn() code path from g_spawn_async_with_pipes_and_fds()Federico Mena Quintero2021-12-131-2/+2
* Future-proof the count of source_fds / target_fdsPhilip Withnall2021-12-131-1/+2
* Don't close the read end of the pipe in the child setup funcFederico Mena Quintero2021-12-131-5/+0
* Use g_spawn_async_with_pipes_and_fds() to pass down a specific FDFederico Mena Quintero2021-12-131-8/+19
* Don't pass a hardcoded file descriptor to --print-addressFederico Mena Quintero2021-12-131-4/+8
* Use a helper variable for the --address command line argumentFederico Mena Quintero2021-12-131-6/+14
* unix_read_all_fd_to_string() - Rewrite with proper error handlingFederico Mena Quintero2021-12-131-11/+38
* Call g_spawn_close_pid() when we don't need it anymoreFederico Mena Quintero2021-12-131-1/+6
* Use GPid instead of int for the a11y_bus_pidFederico Mena Quintero2021-12-131-1/+1
* Extract function to prctl() the accessibility busFederico Mena Quintero2021-12-131-7/+12
* bus: Abort if we cannot get the default GSettingsSchemaSourceFederico Mena Quintero2021-12-131-0/+5
* Bus launcher: place a11y bus socket in the user's working directoryMike Gorse2021-12-081-5/+40
* Indent XML a bit more nicelyFederico Mena Quintero2021-11-221-4/+4
* Actually describe what at-spi-bus-launcher does in bus/README.mdFederico Mena Quintero2021-11-221-6/+94
* Move bus/README to README.md to reformat it as MarkdownFederico Mena Quintero2021-11-221-0/+0
* Use abstract sockets if libdbus is older than 1.12.0Mike Gorse2021-07-062-1/+7
* bus: Set X root property when Xwayland starts on-demandBenjamin Berg2021-05-192-0/+18
* Use unix sockets instead of abstract socketsTianon Gravi2020-12-251-1/+1
* Don't use dbus-broker if not running under systemdMichael Catanzaro2020-09-242-1/+28
* Make at-spi-dbus-bus.desktop Validateworldofpeace2020-06-171-1/+1
* bus-launcher: Use async callback for RegisterClientMike Gorse2020-02-271-32/+46
* meson: Remove useless "install: true"Samuel Thibault2019-11-261-4/+0
* at-spi-bus-launcher: defer starting atspi bus after bus name acquiredSamuel Thibault2019-09-061-10/+12
* at-spi-bus-launcher: Only clear AT_SPI_BUS X prop when having set itSamuel Thibault2019-09-061-1/+5
* at-spi-bus-launcher: clear a11y_bus_pid when failing to read addressSamuel Thibault2019-09-061-0/+1
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
* Fix outdated FSF addressMike Gorse2019-08-271-2/+2
* Add /usr/lib/dbus-daemon to list of paths to check inAlan Coopersmith2019-06-161-0/+1
* Resort to WAYLAND_DISPLAY checks to avoid X11 connectionsCarlos Garnacho2019-05-211-2/+2