summaryrefslogtreecommitdiff
path: root/bus/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* dbus: simplify socket close() & invalidate() callsMarc-André Lureau2022-07-151-3/+0
* dbus: make _dbus_close_socket() take DBusSocket*Marc-André Lureau2022-07-151-2/+2
* tools/dbus-run-session: fix race between manual and automatically started dbu...Ralf Habacker2021-11-231-1/+25
* Don't let dbus-daemon and its subprocesses inherit unnecessary fdsSimon McVittie2018-11-201-0/+4
* bus: Free address (from --address) when we have finished using itSimon McVittie2018-08-231-0/+1
* bus: Also tell systemd before we shut downSimon McVittie2018-03-021-0/+1
* bus: Notify systemd when we are readySimon McVittie2018-03-021-0/+1
* Make sure non-aborting signal handlers save and restore errnoSimon McVittie2017-09-271-0/+6
* driver: Generate child node elements in introspectionSimon McVittie2017-06-081-1/+1
* bus/driver: Make non-core interfaces unavailable on most object pathsSimon McVittie2017-06-021-1/+1
* dbus-daemon: silence -Wswitch-defaultSimon McVittie2017-04-071-0/+5
* Add missing function attributes suggested by clang (but not by gcc)Simon McVittie2016-10-131-0/+6
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-9/+9
* dbus-daemon: add --syslog, --nosyslog, --syslog-onlySimon McVittie2016-09-301-0/+18
* dbus-daemon, dbus-launch: cope with callers having closed standard fdsSimon McVittie2016-07-251-0/+25
* Rename getters for session, system config filesSimon McVittie2015-09-301-2/+2
* bus: move shared libaudit code to a new audit.[ch]Simon McVittie2015-08-061-0/+2
* Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker2015-05-121-3/+3
* Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-121-3/+3
* main: reload_pipe is (despite its name) a socket pairSimon McVittie2015-05-121-3/+5
* DBusMainLoop, DBusSocketSet: work in terms of DBusPollableSimon McVittie2015-05-121-3/+3
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-241-2/+2
* Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker2015-03-111-2/+2
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-111-2/+2
* signal_handler: avoid signed/unsigned mismatch (-Wsign-compare)Simon McVittie2015-03-041-2/+4
* Initialize AppArmor mediationJohn Johansen2015-02-181-0/+8
* Use SIGHUP without check in UNIX environmentChengwei Yang2013-11-011-4/+0
* Allow dbus-daemon --nofork on WindowsSimon McVittie2013-09-031-2/+2
* dir-watch: remove dnotify backendChengwei Yang2013-06-281-7/+0
* Let dbus-daemon not print unavailable options on windows.Ralf Habacker2013-06-201-5/+23
* Fix build error: unused-resultChengwei Yang2013-06-051-2/+8
* Replace a series of booleans, all (apparently) alike, with flagsSimon McVittie2012-02-131-21/+42
* bus: introduce --nopidfile switch to disable writing of PID filesLennart Poettering2012-02-101-1/+6
* Merge branch 'dbus-1.4'Simon McVittie2011-08-261-2/+5
|\
| * Don't build any of the reload-pipe code on non-UnixSimon McVittie2011-08-261-2/+5
* | Win32 compile fix.Ralf Habacker2011-08-051-1/+1
* | Merge branch 'dbus-1.4'Simon McVittie2011-08-051-9/+75
|\ \ | |/
| * bus signal_handler: call _exit in the unlikely event that the pipe is full or...Simon McVittie2011-08-051-2/+8
| * bus signal_handler: comment why it's OK if the reload pipe gets fullSimon McVittie2011-08-051-0/+13
| * bus signal_handler: don't pretend to be portable away from UnixSimon McVittie2011-08-051-0/+8
| * Conditionalize inclusion of unistd.hSimon McVittie2011-08-051-0/+2
| * Handle SIGTERM again, to avoid leaving /tmp/dbus-XXX sockets on SolarisBrian Cameron2011-08-051-11/+73
* | Remove various never-used variablesSimon McVittie2011-08-051-2/+0
* | DBusLoop: remove second layer of watch callbacks where possibleSimon McVittie2011-06-131-12/+2
* | bus signal_handler: don't use _dbus_warn, and don't pretend to be portableSimon McVittie2011-06-131-2/+21
* | bus: signal_handler: ignore failure to write, and explain whySimon McVittie2011-06-131-9/+7
* | Always remove, invalidate and free watches before closing watched socketsSimon McVittie2011-06-131-4/+18
|/
* Extended autolaunch protocol with scope attribute.Ralf Habacker2010-09-271-9/+0
* activation: optionally, use systemd for system bus activationLennart Poettering2010-07-091-1/+6