summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-28Expire list timeout may be negative for no expiry.Scott James Remnant1-2/+2
2009-05-28Explicitly check for zero time fields.Scott James Remnant1-1/+2
2009-05-21bus: don't forward messages with unix fds on connections that don't support itLennart Poettering1-0/+14
2009-05-20bus: make use of new unix fd limitsLennart Poettering5-2/+46
2009-05-20memset: replace memset() by _DBUS_ZERO where applicableLennart Poettering1-1/+1
2009-05-20auth: add fd passing negotiation supportLennart Poettering1-0/+5
2009-05-20build-system: define _GNU_SOURCE centrallyLennart Poettering1-1/+0
2009-05-20cloexec: set FD_CLOEXEC for all full duplex pipesLennart Poettering1-3/+0
2009-05-20unix-fd: add test for passing unix fdsLennart Poettering3-1/+164
2009-05-06libselinux behavior in permissive mode wrt invalid domainsEamon Walsh1-2/+12
2009-05-06Bug 19502 - Sparse warning cleanupsKjartan Maraas2-2/+2
2009-05-06Always append closing quote in log commandColin Walters1-6/+5
2009-04-28Merge branch 'dbus-1.2'Thiago Macieira2-23/+22
2009-04-22libselinux behavior in permissive mode wrt invalid domainsEamon Walsh1-2/+12
2009-04-21Bug 19502 - Sparse warning cleanupsKjartan Maraas2-2/+2
2009-03-12Always append closing quote in log commandColin Walters1-6/+5
2009-01-06Initialize AVC earlier so we can look up service security contextsJames Carter1-5/+5
2009-01-06[win32] Protect usage of SIGHUP with #ifdefTor Lillqvist1-9/+14
2009-01-06Bug 18446: Keep umask for session busMatt McCutchen7-4/+56
2009-01-06Avoid possible use of uninitialized variablePeter Breitenlohner1-1/+1