index
:
dbus
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bus
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-19
Consistently include <config.h> in all C source files and never in header files.
Marcus Brinkmann
25
-10
/
+28
2010-03-19
Dispatch post-activation messages to anyone interested
Will Thompson
1
-14
/
+6
2010-03-19
Move dispatching to destination to bus_dispatch_matches()
Will Thompson
1
-27
/
+34
2010-03-16
Merge branch 'dbus-1.2'
Colin Walters
1
-0
/
+4
2010-03-16
Don't send an reply for driver messages if one isn't requested
Colin Walters
1
-0
/
+4
2010-03-16
Merge branch 'dbus-1.2'
Colin Walters
5
-80
/
+115
2010-03-16
Make SELinux initialization failure fatal
Colin Walters
1
-2
/
+2
2010-03-16
Add a prefix to our syslog messages
Colin Walters
1
-46
/
+87
2010-03-16
Refactor _dbus_log_info, _dbus_log_security into _dbus_log_system
Colin Walters
2
-28
/
+13
2010-03-16
[main] Handle OOM in reload watch
Colin Walters
1
-1
/
+4
2010-03-16
Support inotify on older kernels
Colin Walters
1
-0
/
+5
2010-03-03
Fix build when selinux is disabled but libaudit enabled
Frederic Crozat
1
-4
/
+4
2010-02-25
fixed compile break introduced in commit e1c31c73074513d96fa22b5c0355107c4272...
Ralf Habacker
1
-4
/
+0
2010-02-22
Merge branch 'dbus-1.2'
Colin Walters
4
-15
/
+75
2010-02-18
Monitor service directories for changes
Colin Walters
3
-8
/
+67
2010-02-18
Fix dummy file monitoring backend compilation
Brian Cameron
1
-3
/
+3
2010-02-09
Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbus
Ralf Habacker
13
-269
/
+808
2010-02-09
fixed bug on win32 not been able to use session bus with --config-file option
Ralf Habacker
1
-1
/
+3
2010-02-08
Fix compilation of kqueue file monitoring on FreeBSD
Cyril Brulebois
1
-4
/
+5
2010-02-07
variable name fix (DBUS_DAEMON_NAME instead of DAEMON_NAME)
Romain Pokrzywka
1
-1
/
+1
2010-02-07
remove DBUS_DAEMON_EXECUTABLE_NAME, we already have DBUS_DAEMON_NAME, and use...
Romain Pokrzywka
1
-1
/
+1
2010-02-03
Fix inotify shutdown
Colin Walters
2
-54
/
+82
2010-02-03
Fix compilation in --disable-selinux case
Colin Walters
1
-35
/
+2
2010-02-02
Fix compilation in --disable-selinux case
Colin Walters
2
-34
/
+3
2010-02-02
Fix inotify shutdown
Colin Walters
2
-54
/
+82
2010-02-02
win32 fix for commit 8a9880ffd2b81df38bb0e3492bda7a9636ac0280 - Clean up inot...
Ralf Habacker
1
-0
/
+4
2010-02-01
Merge branch 'my-dbus-1.2'
Colin Walters
5
-97
/
+225
2010-02-01
Clean up inotify watch handling
Colin Walters
4
-96
/
+224
2010-01-29
_dbus_change_to_daemon_user() is platform related and commit 0a3905d7f3b2ff4...
Ralf Habacker
2
-2
/
+5
2010-01-28
Update messagebus.in init script to start earlier
Colin Walters
1
-1
/
+1
2010-01-28
Merge branch 'my-dbus-1.2'
Colin Walters
6
-60
/
+203
2010-01-28
Don't drop pending activations when reloading configuration
Colin Walters
3
-49
/
+80
2010-01-28
Switch to libcap-ng, avoid linking libdbus against libcap[-ng]
Colin Walters
2
-5
/
+115
2010-01-28
Ignore exit code zero from activated services
Colin Walters
1
-28
/
+55
2010-01-05
Rename DBusConnection *disconnected param to connection
Will Thompson
2
-9
/
+9
2010-01-05
Group match rules by their interface.
Will Thompson
1
-53
/
+239
2010-01-05
Extract rule_list_remove_by_connection
Will Thompson
1
-37
/
+45
2010-01-05
Extract freeing a DBusList<BusMatchRule>
Will Thompson
1
-12
/
+14
2010-01-05
Don't bother re-matching features we've checked.
Will Thompson
1
-11
/
+18
2010-01-05
Index match rules by message type
Will Thompson
1
-78
/
+139
2009-12-20
win32 fix: disabled some tests, they may be not intendent for windows or need...
Ralf Habacker
1
-0
/
+5
2009-12-18
Bug 25697 - Fix memory leak in policy reload
Matthias Clasen
1
-0
/
+2
2009-12-18
DBusPipe related unix compile fix
Ralf Habacker
1
-0
/
+1
2009-12-15
Ignore exit code zero from activated services
Colin Walters
1
-28
/
+55
2009-12-07
fixed cmake version macro and string handling
Ralf Habacker
1
-1
/
+1
2009-12-01
uses tcp based test connections for now
Ralf Habacker
2
-8
/
+24
2009-12-01
Windows fixes
Frank Osterfeld
1
-0
/
+9
2009-12-01
Use nonce-tcp default session bus on Windows
Tor Lillqvist
1
-1
/
+1
2009-12-01
bus/Makefile.am: make dbus-daemon and friends bin_PROGRAMS on Windows
Nguyễn Thái Ngọc Duy
1
-7
/
+14
2009-12-01
bus/Makefile.am: conditional compilation for W32, use EXEEXT in install hooks...
Marc Mutz
1
-6
/
+15
[next]