index
:
~smcv/dbus
14-authz-39720
14-autolaunch-woes-40352
14-basic-value-11191
14-enumerate-test-data-33840
54972-thread-safe5
am-i-recursive-or-not-36205
archaeology
arg0has-91755
authz-39720
configurable
configurable-memory-35090
containers-minimum-101354
containers-spec
dbus-1.2
dbus-1.4
dbus-lunch-39197
dbus-run-session-39196
dbussocket
default-address-38201
drop-dead-nonce-tcp
echo-spam-34140
goal-remove-reader-writer
limitations
log-exceeded-limits-80559
maemo-libcreds
maemo-misc
maintainer-mode-34671
master
message-cache-34970
monitor
monitor-destination-92074
more-privacy
recursive-marshal-clarity-33870
simpler-memory
split-mempool-perf-test
static-var-safety-68610
tests
thread-safe4
threadsafe-get-tmpdir-68610
try-master
type-system-layering-38252
untested-cmake-rc
validation-39549
wip-33870
wip-abstract-socket-check
wip-altmalloc
wip-check-all-sprintf
wip-dbussocket
wip-exit-with-child-9884
wip-fewer-reallocs
wip-gdb
wip-heap-profiling
wip-inetd
wip-libdbus-util
wip-link-cache-api
wip-manpage
wip-orphaned-test-stuff
wip-reduced-libdbus
wip-remove-cruft
wip-scatter-gather
wip-split-fake-threads
wip-syntax-complaints
wip-xmlCleanupParser-26032
dbus_submit_patch_with_possibility_of_reply_and_block()
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-08
[untested] add an automatically-initialized implementation of _dbus_lock on W...
thread-safe4
Simon McVittie
2
-4
/
+32
2013-05-08
Stop asserting that we're not using the dummy lock implementation
Simon McVittie
1
-10
/
+0
2013-05-08
Add a statically-initialized implementation of _dbus_lock() on glibc systems
Simon McVittie
3
-0
/
+67
2013-05-08
Always initialize threading before allocating a dynamic mutex
Simon McVittie
1
-244
/
+56
2013-05-08
Make taking a global lock automatically initialize locking if needed
Simon McVittie
14
-71
/
+213
2013-05-08
Replace individual global-lock variables with an array of DBusRMutex *
Simon McVittie
15
-184
/
+126
2013-05-08
Turn a runtime assertion into a compile-time assertion
Simon McVittie
1
-2
/
+1
2013-05-08
Remove unused global mutexes for win_fds, sid_atom_cache
Simon McVittie
3
-10
/
+4
2013-05-08
dbus_threads_init_default, dbus_threads_init: be safe to call at any time
Simon McVittie
9
-7
/
+139
2013-05-08
dbus_threads_init: call _dbus_threads_init_platform_specific()
Simon McVittie
3
-5
/
+7
2013-05-08
DBusAtomic: on Unix, use pthreads mutexes for fallback
Simon McVittie
4
-17
/
+20
2013-05-08
Fix compiler warnings when X11 autolaunch and launchd are both disabled
Simon McVittie
2
-1
/
+4
2013-05-08
Add _DBUS_GNUC_WARN_UNUSED_RESULT, similar to GLib's
Simon McVittie
1
-1
/
+9
2013-05-08
NEWS
Simon McVittie
1
-1
/
+5
2013-05-02
start spec 0.22 development
Simon McVittie
1
-2
/
+8
2013-05-02
start 1.7.4 development
Simon McVittie
2
-1
/
+6
2013-04-29
Fixed cmake windows build system bug not installing runtime part of shared li...
Ralf Habacker
2
-1
/
+7
2013-04-25
prepare version 1.7.2 and spec 0.21
Simon McVittie
3
-7
/
+10
2013-04-24
Merge branch 'dbus-1.6'
Simon McVittie
0
-0
/
+0
2013-04-24
development version
Simon McVittie
2
-1
/
+6
2013-04-24
Prepare release 1.6.10
Simon McVittie
2
-3
/
+5
2013-04-23
NEWS for 1.7
Simon McVittie
1
-0
/
+1
2013-04-23
Disable sd-daemon.c's support for POSIX message queues
Simon McVittie
1
-0
/
+4
2013-04-22
NEWS for 1.7
Simon McVittie
1
-4
/
+9
2013-04-22
dbus.service.in: Do not order after syslog.target
Cristian RodrÃguez
1
-1
/
+0
2013-04-22
Specification: explicitly allow the Unicode noncharacters
Simon McVittie
1
-2
/
+9
2013-04-22
Merge branch 'dbus-1.6'
Simon McVittie
3
-11
/
+9
2013-04-22
NEWS for 1.6
Simon McVittie
1
-0
/
+4
2013-04-22
Accept non-characters when validating Unicode
Simon McVittie
2
-11
/
+5
2013-04-19
Unify docbook dtd version to 4.4.
Ralf Habacker
4
-8
/
+8
2013-04-18
NEWS
Simon McVittie
1
-0
/
+3
2013-04-18
Rename default_message_unix_fds to DEFAULT_MESSAGE_UNIX_FDS
Simon McVittie
4
-7
/
+7
2013-04-18
cmake: define default_message_unix_fds so it can be substituted in session.conf
Simon McVittie
2
-1
/
+5
2013-04-16
sd-daemon.c: update from systemd for better portability
Simon McVittie
1
-24
/
+11
2013-04-11
NEWS for 1.7
Simon McVittie
1
-0
/
+11
2013-04-11
Set default maximum number of Unix fds according to OS
Matt Fischer
5
-5
/
+18
2013-04-08
Do not suppress syslog test's stderr just because init is systemd
Simon McVittie
5
-8
/
+8
2013-04-05
fix NEWS: a Windows "sid" is a security ID, not a session ID
Simon McVittie
1
-4
/
+4
2013-04-05
Merge branch 'dbus-1.6'
Simon McVittie
3
-2
/
+7
2013-04-05
NEWS for 1.7
Simon McVittie
1
-0
/
+2
2013-04-05
Allow use of GLib 2.32 functionality, which we do conditionally
Simon McVittie
1
-1
/
+1
2013-04-05
Don't warn for functions deprecated since GLib 2.26
Simon McVittie
1
-0
/
+3
2013-04-05
NEWS for 1.6
Simon McVittie
1
-0
/
+4
2013-04-05
Don't access random memory if data slot isn't allocated yet
Dan Williams
1
-1
/
+2
2013-04-05
Add function _dbus_get_peer_pid_from_tcp_handle() which returns pid and sid f...
Ralf Habacker
3
-20
/
+130
2013-04-03
Merge branch 'dbus-1.6'
Simon McVittie
3
-0
/
+19
2013-04-03
NEWS for 1.6
Simon McVittie
1
-0
/
+4
2013-04-03
If alloca.h is available it is required (e.g. on Solaris 10)
Dagobert Michelsen
2
-0
/
+5
2013-04-03
HAVE_DECL_LOG_PERROR is 0 when unavailable
Dagobert Michelsen
1
-1
/
+1
2013-03-25
Update sd-daemon.[hc] from upstream
Martin Pitt
1
-19
/
+16
[next]