summaryrefslogtreecommitdiff
path: root/bus/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-07variable name fix (DBUS_DAEMON_NAME instead of DAEMON_NAME)Romain Pokrzywka1-1/+1
2009-12-07fixed cmake version macro and string handlingRalf Habacker1-1/+1
2009-12-01Windows fixesFrank Osterfeld1-0/+9
2009-07-16Merge branch 'fd-passing'Thiago Macieira1-3/+0
2009-07-14Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2009-07-10Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2009-05-20cloexec: set FD_CLOEXEC for all full duplex pipesLennart Poettering1-3/+0
2009-01-06[win32] Protect usage of SIGHUP with #ifdefTor Lillqvist1-9/+14
2008-09-18[win32] Protect usage of SIGHUP with #ifdefTor Lillqvist1-9/+14
2007-08-172007-08-17 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+4
2007-07-142007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2007-06-152007-06-15 Havoc Pennington <hp@redhat.com>Havoc Pennington1-8/+2
2007-06-152007-06-15 Havoc Pennington <hp@redhat.com>Havoc Pennington1-3/+2
2007-06-01* bus/main.c (main): uses _dbus_get_config_file_name() to detect session.conf...Ralf Habacker1-0/+9
2007-03-122007-03-11 Havoc Pennington <hp@redhat.com>Havoc Pennington1-9/+9
2007-03-10* bus/bus.c, bus/bus.h, bus/main.c, bus/test.c, dbus/dbus-sysdeps-unix.c, dbu...Ralf Habacker1-8/+8
2006-12-202006-12-19 Ray Strode <rstrode@redhat.com>Ray Strode1-8/+28
2006-09-162006-09-16 Havoc Pennington <hp@redhat.com>Havoc Pennington1-2/+2
2006-09-07* Clean up close calls to use _dbus_close (Patch fromJohn (J5) Palmieri1-0/+3