summaryrefslogtreecommitdiff
path: root/bus/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bus: add --address switchLennart Poettering2010-07-091-22/+62
* Merge branch 'dbus-1.2'Will Thompson2010-05-211-8/+0
|\
| * [bus] Don't install a SIGTERM handlerColin Walters2010-03-231-4/+0
* | Make more signal and locale interface use conditional.Marcus Brinkmann2010-03-221-0/+6
* | Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+2
* | Merge branch 'dbus-1.2'Colin Walters2010-03-161-1/+4
|\ \ | |/
| * [main] Handle OOM in reload watchColin Walters2010-03-161-1/+4
| * Bug 21161 - Update the FSF addressTobias Mueller2009-07-141-1/+1
| * [win32] Protect usage of SIGHUP with #ifdefTor Lillqvist2009-01-061-9/+14
* | fixed bug on win32 not been able to use session bus with --config-file optionRalf Habacker2010-02-091-1/+3
* | variable name fix (DBUS_DAEMON_NAME instead of DAEMON_NAME)Romain Pokrzywka2010-02-071-1/+1
* | fixed cmake version macro and string handlingRalf Habacker2009-12-071-1/+1
* | Windows fixesFrank Osterfeld2009-12-011-0/+9
* | Merge branch 'fd-passing'Thiago Macieira2009-07-161-3/+0
|\ \
| * | cloexec: set FD_CLOEXEC for all full duplex pipesLennart Poettering2009-05-201-3/+0
* | | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
|/ /
* | [win32] Protect usage of SIGHUP with #ifdefTor Lillqvist2008-09-181-9/+14
|/
* 2007-08-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-08-171-0/+4
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2007-06-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-151-8/+2
* 2007-06-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-151-3/+2
* * bus/main.c (main): uses _dbus_get_config_file_name() to detect session.conf...Ralf Habacker2007-06-011-0/+9
* 2007-03-11 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-03-121-9/+9
* * bus/bus.c, bus/bus.h, bus/main.c, bus/test.c, dbus/dbus-sysdeps-unix.c, dbu...Ralf Habacker2007-03-101-8/+8
* 2006-12-19 Ray Strode <rstrode@redhat.com>Ray Strode2006-12-201-8/+28
* 2006-09-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-09-161-2/+2