summaryrefslogtreecommitdiff
path: root/bus/at-spi-bus-launcher.c
Commit message (Expand)AuthorAgeFilesLines
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-160/+155
* 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
* Don't use dbus-broker if not running under systemdMichael Catanzaro2020-09-241-0/+18
* bus-launcher: Use async callback for RegisterClientMike Gorse2020-02-271-32/+46
* 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
* Resort to WAYLAND_DISPLAY checks to avoid X11 connectionsCarlos Garnacho2019-05-211-2/+2
* Do not rely on getenv("DISPLAY")!=NULL to assume it is a X11 environmentCarlos Garnacho2019-05-061-26/+28
* bus-launch: Do not poke X11 to check at-spi-bus-launcher is runningCarlos Garnacho2019-05-061-47/+0
* bus-launch: Fix bus provider fallbackJan Alexander Steffens (heftig)2018-10-051-1/+5
* bus-launch: use __linux__ over __linuxDavid Herrmann2018-08-101-2/+2
* Do not use deprecated GSettings APIEmmanuele Bassi2018-05-171-0/+10
* Silence compiler warningsEmmanuele Bassi2018-05-171-13/+10
* bus-launch: add dbus-broker supportTom Gundersen2018-05-131-39/+157
* Fix inverted logic.Maya Rashish2017-12-041-1/+1
* Fix memory leak of at-spi-bus-launcherShinwoo Kim2017-05-251-0/+6
* at-spi-bus-launcher: session management fixesAlberts Muktupāvels2016-12-281-3/+16
* Revert "at-spi-bus-launcher: session management fixes"Mike Gorse2016-12-281-80/+17
* Revert "At-spi-bus-launcher: fix uninitialized variable"Mike Gorse2016-12-281-1/+1
* Revert "Fix return value error in session_manager_connect"Mike Gorse2016-12-281-1/+1
* Fix return value error in session_manager_connectTing-Wei Lan2016-09-141-1/+1
* At-spi-bus-launcher: fix uninitialized variableMike Gorse2016-07-271-1/+1
* at-spi-bus-launcher: session management fixesMike Gorse2016-07-141-17/+80
* at-spi-bus-launcher: fix parsing command line argumentsAlexander Volkov2016-04-251-2/+2