summaryrefslogtreecommitdiff
path: root/bus/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-27Make sure non-aborting signal handlers save and restore errnoSimon McVittie1-0/+6
2017-06-08driver: Generate child node elements in introspectionSimon McVittie1-1/+1
2017-06-02bus/driver: Make non-core interfaces unavailable on most object pathsSimon McVittie1-1/+1
2017-04-07dbus-daemon: silence -Wswitch-defaultSimon McVittie1-0/+5
2016-10-13Add missing function attributes suggested by clang (but not by gcc)Simon McVittie1-0/+6
2016-09-30Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie1-9/+9
2016-09-30dbus-daemon: add --syslog, --nosyslog, --syslog-onlySimon McVittie1-0/+18
2016-07-25dbus-daemon, dbus-launch: cope with callers having closed standard fdsSimon McVittie1-0/+25
2015-09-30Rename getters for session, system config filesSimon McVittie1-2/+2
2015-08-06bus: move shared libaudit code to a new audit.[ch]Simon McVittie1-0/+2
2015-05-12Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker1-3/+3
2015-05-12Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie1-3/+3
2015-05-12main: reload_pipe is (despite its name) a socket pairSimon McVittie1-3/+5
2015-05-12DBusMainLoop, DBusSocketSet: work in terms of DBusPollableSimon McVittie1-3/+3
2015-03-24Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker1-2/+2
2015-03-11Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker1-2/+2
2015-03-11Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker1-2/+2
2015-03-04signal_handler: avoid signed/unsigned mismatch (-Wsign-compare)Simon McVittie1-2/+4
2015-02-18Initialize AppArmor mediationJohn Johansen1-0/+8
2013-11-01Use SIGHUP without check in UNIX environmentChengwei Yang1-4/+0
2013-09-03Allow dbus-daemon --nofork on WindowsSimon McVittie1-2/+2
2013-06-28dir-watch: remove dnotify backendChengwei Yang1-7/+0
2013-06-20Let dbus-daemon not print unavailable options on windows.Ralf Habacker1-5/+23
2013-06-05Fix build error: unused-resultChengwei Yang1-2/+8
2012-02-13Replace a series of booleans, all (apparently) alike, with flagsSimon McVittie1-21/+42
2012-02-10bus: introduce --nopidfile switch to disable writing of PID filesLennart Poettering1-1/+6
2011-08-26Merge branch 'dbus-1.4'Simon McVittie1-2/+5
2011-08-26Don't build any of the reload-pipe code on non-UnixSimon McVittie1-2/+5
2011-08-05Win32 compile fix.Ralf Habacker1-1/+1
2011-08-05Merge branch 'dbus-1.4'Simon McVittie1-9/+75
2011-08-05bus signal_handler: call _exit in the unlikely event that the pipe is full or...Simon McVittie1-2/+8
2011-08-05bus signal_handler: comment why it's OK if the reload pipe gets fullSimon McVittie1-0/+13
2011-08-05bus signal_handler: don't pretend to be portable away from UnixSimon McVittie1-0/+8
2011-08-05Conditionalize inclusion of unistd.hSimon McVittie1-0/+2
2011-08-05Handle SIGTERM again, to avoid leaving /tmp/dbus-XXX sockets on SolarisBrian Cameron1-11/+73
2011-08-05Remove various never-used variablesSimon McVittie1-2/+0
2011-06-13DBusLoop: remove second layer of watch callbacks where possibleSimon McVittie1-12/+2
2011-06-13bus signal_handler: don't use _dbus_warn, and don't pretend to be portableSimon McVittie1-2/+21
2011-06-13bus: signal_handler: ignore failure to write, and explain whySimon McVittie1-9/+7
2011-06-13Always remove, invalidate and free watches before closing watched socketsSimon McVittie1-4/+18
2010-09-27Extended autolaunch protocol with scope attribute.Ralf Habacker1-9/+0
2010-07-09activation: optionally, use systemd for system bus activationLennart Poettering1-1/+6
2010-07-09bus: add --address switchLennart Poettering1-22/+62
2010-05-21Merge branch 'dbus-1.2'Will Thompson1-8/+0
2010-03-23[bus] Don't install a SIGTERM handlerColin Walters1-4/+0
2010-03-22Make more signal and locale interface use conditional.Marcus Brinkmann1-0/+6
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+2
2010-03-16Merge branch 'dbus-1.2'Colin Walters1-1/+4
2010-03-16[main] Handle OOM in reload watchColin Walters1-1/+4
2010-02-09fixed bug on win32 not been able to use session bus with --config-file optionRalf Habacker1-1/+3