summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Monitor service directories for changesColin Walters3-8/+67
2010-02-18Fix dummy file monitoring backend compilationBrian Cameron1-3/+3
2010-02-09Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbusRalf Habacker13-269/+808
2010-02-09fixed bug on win32 not been able to use session bus with --config-file optionRalf Habacker1-1/+3
2010-02-08Fix compilation of kqueue file monitoring on FreeBSDCyril Brulebois1-4/+5
2010-02-07variable name fix (DBUS_DAEMON_NAME instead of DAEMON_NAME)Romain Pokrzywka1-1/+1
2010-02-07remove DBUS_DAEMON_EXECUTABLE_NAME, we already have DBUS_DAEMON_NAME, and use...Romain Pokrzywka1-1/+1
2010-02-03Fix inotify shutdownColin Walters2-54/+82
2010-02-03Fix compilation in --disable-selinux caseColin Walters1-35/+2
2010-02-02Fix compilation in --disable-selinux caseColin Walters2-34/+3
2010-02-02Fix inotify shutdownColin Walters2-54/+82
2010-02-02win32 fix for commit 8a9880ffd2b81df38bb0e3492bda7a9636ac0280 - Clean up inot...Ralf Habacker1-0/+4
2010-02-01Merge branch 'my-dbus-1.2'Colin Walters5-97/+225
2010-02-01Clean up inotify watch handlingColin Walters4-96/+224
2010-01-29_dbus_change_to_daemon_user() is platform related and commit 0a3905d7f3b2ff4...Ralf Habacker2-2/+5
2010-01-28Update messagebus.in init script to start earlierColin Walters1-1/+1
2010-01-28Merge branch 'my-dbus-1.2'Colin Walters6-60/+203
2010-01-28Don't drop pending activations when reloading configurationColin Walters3-49/+80
2010-01-28Switch to libcap-ng, avoid linking libdbus against libcap[-ng]Colin Walters2-5/+115
2010-01-28Ignore exit code zero from activated servicesColin Walters1-28/+55
2010-01-05Rename DBusConnection *disconnected param to connectionWill Thompson2-9/+9
2010-01-05Group match rules by their interface.Will Thompson1-53/+239
2010-01-05Extract rule_list_remove_by_connectionWill Thompson1-37/+45
2010-01-05Extract freeing a DBusList<BusMatchRule>Will Thompson1-12/+14
2010-01-05Don't bother re-matching features we've checked.Will Thompson1-11/+18
2010-01-05Index match rules by message typeWill Thompson1-78/+139
2009-12-20win32 fix: disabled some tests, they may be not intendent for windows or need...Ralf Habacker1-0/+5
2009-12-18Bug 25697 - Fix memory leak in policy reloadMatthias Clasen1-0/+2
2009-12-18DBusPipe related unix compile fixRalf Habacker1-0/+1
2009-12-15Ignore exit code zero from activated servicesColin Walters1-28/+55
2009-12-07fixed cmake version macro and string handlingRalf Habacker1-1/+1
2009-12-01uses tcp based test connections for nowRalf Habacker2-8/+24
2009-12-01Windows fixesFrank Osterfeld1-0/+9
2009-12-01Use nonce-tcp default session bus on WindowsTor Lillqvist1-1/+1
2009-12-01bus/Makefile.am: make dbus-daemon and friends bin_PROGRAMS on WindowsNguyễn Thái Ngọc Duy1-7/+14
2009-12-01bus/Makefile.am: conditional compilation for W32, use EXEEXT in install hooks...Marc Mutz1-6/+15
2009-12-01Makefile.am's: reorder libraries so static libs come first (fixes linking on ...Marc Mutz1-2/+2
2009-11-30don't leak string list in error case (cherry picked from commit e4f3925497654...Frank Osterfeld1-0/+1
2009-09-18Fix link order: system libraries should come after libdbus-convenienceColin Watson1-8/+8
2009-07-16Merge branch 'fd-passing'Thiago Macieira11-8/+230
2009-07-14Bug 22516 - Ensure inotify fd is set close on execMatthias Clasen1-0/+4
2009-07-14Bug 21161 - Update the FSF addressTobias Mueller47-47/+47
2009-07-14Unrestrict session bus timeout.Scott James Remnant1-1/+0
2009-07-14Change default reply timeout.Scott James Remnant1-1/+1
2009-07-14Expire list timeout may be negative for no expiry.Scott James Remnant1-2/+2
2009-07-14Explicitly check for zero time fields.Scott James Remnant1-1/+2
2009-07-10Bug 22516 - Ensure inotify fd is set close on execMatthias Clasen1-0/+4
2009-07-10Bug 21161 - Update the FSF addressTobias Mueller47-47/+47
2009-05-28Unrestrict session bus timeout.Scott James Remnant1-1/+0
2009-05-28Change default reply timeout.Scott James Remnant1-1/+1