Age | Commit message (Expand) | Author | Files | Lines |
2017-09-27 | Make sure non-aborting signal handlers save and restore errno | Simon McVittie | 1 | -0/+6 |
2017-06-08 | driver: Generate child node elements in introspection | Simon McVittie | 1 | -1/+1 |
2017-06-02 | bus/driver: Make non-core interfaces unavailable on most object paths | Simon McVittie | 1 | -1/+1 |
2017-04-07 | dbus-daemon: silence -Wswitch-default | Simon McVittie | 1 | -0/+5 |
2016-10-13 | Add missing function attributes suggested by clang (but not by gcc) | Simon McVittie | 1 | -0/+6 |
2016-09-30 | Remove trailing newlines from _dbus_warn, _dbus_warn_check_failed | Simon McVittie | 1 | -9/+9 |
2016-09-30 | dbus-daemon: add --syslog, --nosyslog, --syslog-only | Simon McVittie | 1 | -0/+18 |
2016-07-25 | dbus-daemon, dbus-launch: cope with callers having closed standard fds | Simon McVittie | 1 | -0/+25 |
2015-09-30 | Rename getters for session, system config files | Simon McVittie | 1 | -2/+2 |
2015-08-06 | bus: move shared libaudit code to a new audit.[ch] | Simon McVittie | 1 | -0/+2 |
2015-05-12 | Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety. | Ralf Habacker | 1 | -3/+3 |
2015-05-12 | Turn DBusSocket into a type-safe struct, preventing inappropriate conversion | Simon McVittie | 1 | -3/+3 |
2015-05-12 | main: reload_pipe is (despite its name) a socket pair | Simon McVittie | 1 | -3/+5 |
2015-05-12 | DBusMainLoop, DBusSocketSet: work in terms of DBusPollable | Simon McVittie | 1 | -3/+3 |
2015-03-24 | Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair(). | Ralf Habacker | 1 | -2/+2 |
2015-03-11 | Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket... | Ralf Habacker | 1 | -2/+2 |
2015-03-11 | Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair(). | Ralf Habacker | 1 | -2/+2 |
2015-03-04 | signal_handler: avoid signed/unsigned mismatch (-Wsign-compare) | Simon McVittie | 1 | -2/+4 |
2015-02-18 | Initialize AppArmor mediation | John Johansen | 1 | -0/+8 |
2013-11-01 | Use SIGHUP without check in UNIX environment | Chengwei Yang | 1 | -4/+0 |
2013-09-03 | Allow dbus-daemon --nofork on Windows | Simon McVittie | 1 | -2/+2 |
2013-06-28 | dir-watch: remove dnotify backend | Chengwei Yang | 1 | -7/+0 |
2013-06-20 | Let dbus-daemon not print unavailable options on windows. | Ralf Habacker | 1 | -5/+23 |
2013-06-05 | Fix build error: unused-result | Chengwei Yang | 1 | -2/+8 |
2012-02-13 | Replace a series of booleans, all (apparently) alike, with flags | Simon McVittie | 1 | -21/+42 |
2012-02-10 | bus: introduce --nopidfile switch to disable writing of PID files | Lennart Poettering | 1 | -1/+6 |
2011-08-26 | Merge branch 'dbus-1.4' | Simon McVittie | 1 | -2/+5 |
2011-08-26 | Don't build any of the reload-pipe code on non-Unix | Simon McVittie | 1 | -2/+5 |
2011-08-05 | Win32 compile fix. | Ralf Habacker | 1 | -1/+1 |
2011-08-05 | Merge branch 'dbus-1.4' | Simon McVittie | 1 | -9/+75 |
2011-08-05 | bus signal_handler: call _exit in the unlikely event that the pipe is full or... | Simon McVittie | 1 | -2/+8 |
2011-08-05 | bus signal_handler: comment why it's OK if the reload pipe gets full | Simon McVittie | 1 | -0/+13 |
2011-08-05 | bus signal_handler: don't pretend to be portable away from Unix | Simon McVittie | 1 | -0/+8 |
2011-08-05 | Conditionalize inclusion of unistd.h | Simon McVittie | 1 | -0/+2 |
2011-08-05 | Handle SIGTERM again, to avoid leaving /tmp/dbus-XXX sockets on Solaris | Brian Cameron | 1 | -11/+73 |
2011-08-05 | Remove various never-used variables | Simon McVittie | 1 | -2/+0 |
2011-06-13 | DBusLoop: remove second layer of watch callbacks where possible | Simon McVittie | 1 | -12/+2 |
2011-06-13 | bus signal_handler: don't use _dbus_warn, and don't pretend to be portable | Simon McVittie | 1 | -2/+21 |
2011-06-13 | bus: signal_handler: ignore failure to write, and explain why | Simon McVittie | 1 | -9/+7 |
2011-06-13 | Always remove, invalidate and free watches before closing watched sockets | Simon McVittie | 1 | -4/+18 |
2010-09-27 | Extended autolaunch protocol with scope attribute. | Ralf Habacker | 1 | -9/+0 |
2010-07-09 | activation: optionally, use systemd for system bus activation | Lennart Poettering | 1 | -1/+6 |
2010-07-09 | bus: add --address switch | Lennart Poettering | 1 | -22/+62 |
2010-05-21 | Merge branch 'dbus-1.2' | Will Thompson | 1 | -8/+0 |
2010-03-23 | [bus] Don't install a SIGTERM handler | Colin Walters | 1 | -4/+0 |
2010-03-22 | Make more signal and locale interface use conditional. | Marcus Brinkmann | 1 | -0/+6 |
2010-03-19 | Consistently include <config.h> in all C source files and never in header files. | Marcus Brinkmann | 1 | -0/+2 |
2010-03-16 | Merge branch 'dbus-1.2' | Colin Walters | 1 | -1/+4 |
2010-03-16 | [main] Handle OOM in reload watch | Colin Walters | 1 | -1/+4 |
2010-02-09 | fixed bug on win32 not been able to use session bus with --config-file option | Ralf Habacker | 1 | -1/+3 |