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
2011-03-08
Merge branch 'configurable-memory-35090' into configurable
configurable
Simon McVittie
21
-133
/
+370
2011-03-08
dbus-spam: add support for sending pseudorandomly-sized messages
Simon McVittie
1
-1
/
+84
2011-03-07
Replace vestigial efence support with --with-dbus-daemon-malloc
configurable-memory-35090
Simon McVittie
3
-7
/
+20
2011-03-07
Add a configure option to disable DBusMemPool for hash table entries
Simon McVittie
4
-3
/
+33
2011-03-07
Add a configure option to disable the DBusMemPool for linked-list links
Simon McVittie
4
-2
/
+21
2011-03-07
Add a configure option to disable the message cache
Simon McVittie
4
-0
/
+32
2011-03-07
Remove the per-connection link cache
Simon McVittie
1
-48
/
+11
2011-02-25
dbus_connection_dispatch: avoid freeing UnknownMethod reply until we unlock
Simon McVittie
1
-4
/
+16
2011-02-25
_dbus_connection_peer_filter_unlocked_no_update: delay freeing reply
Simon McVittie
1
-41
/
+40
2011-02-25
Don't finalize sent or dispatched messages while under the connection lock
Simon McVittie
2
-13
/
+62
2011-02-25
Don't inline the contents of _dbus_connection_unlock
Simon McVittie
1
-6
/
+8
2011-02-25
When attaching counters to messages, don't automatically notify callbacks
Simon McVittie
3
-3
/
+23
2011-02-25
Comment some places where it's OK to unref a message despite holding locks
Simon McVittie
2
-0
/
+4
2011-02-25
Add _dbus_counter_notify and call it after every adjustment
Simon McVittie
3
-6
/
+34
2011-02-25
_dbus_connection_message_sent: rename to _unlocked
Simon McVittie
3
-6
/
+6
2011-02-25
dbus_bus_register: don't unref the messages with the lock held
Simon McVittie
1
-12
/
+11
2011-02-25
Add a hackish script to reproduce fd.o #34393
Simon McVittie
6
-1
/
+68
2011-02-25
Add dbus-spam, dbus-echo tools
Simon McVittie
4
-1
/
+568
2011-02-25
Merge branch 'doxygenate' into dbus-1.4
Simon McVittie
5
-8
/
+67
2011-02-25
NEWS so far
Simon McVittie
1
-0
/
+13
2011-02-25
Merge branch 'changequote' into dbus-1.4
Simon McVittie
1
-11
/
+5
2011-02-25
Merge branch 'require-display-for-autolaunch-19997' into dbus-1.4
Simon McVittie
4
-21
/
+58
2011-02-25
Merge branch 'modern-autofoo-32245' into dbus-1.4
Simon McVittie
3
-45
/
+59
2011-02-24
Allow X11 autolaunch to be disabled even if the headers/libraries are there
Simon McVittie
4
-22
/
+47
2011-02-24
Don't attempt Unix X11 autolaunching if DISPLAY isn't set
Simon McVittie
1
-0
/
+12
2011-02-24
config-parser regression test: don't require that fd.o #34496 exists
Simon McVittie
1
-1
/
+1
2011-02-24
Give XDG_DATA_HOME priority over XDG_DATA_DIRS for servicedirs
Simon McVittie
1
-23
/
+26
2011-02-24
Honour aclocal flags in Makefile.am, rather than gluing them onto ACLOCAL
Simon McVittie
2
-4
/
+1
2011-02-24
Modernize setup of libtool for Windows
Simon McVittie
1
-2
/
+4
2011-02-24
Use AC_CONFIG_HEADERS, not AM_CONFIG_HEADER
Simon McVittie
1
-1
/
+1
2011-02-24
Modernize AC_INIT usage, with a bug report URL
Simon McVittie
1
-1
/
+1
2011-02-24
Require a somewhat modern version of autoconf and automake
Simon McVittie
1
-2
/
+2
2011-02-24
Modernize AC_OUTPUT usage
Simon McVittie
1
-1
/
+2
2011-02-24
Modernize checks in ld_supports_flag
Simon McVittie
1
-2
/
+4
2011-02-24
Modernize checks for DBUS__ACQUIRE_SVC
Simon McVittie
1
-6
/
+7
2011-02-24
Modernize checks for monotonic clock
Simon McVittie
1
-3
/
+5
2011-02-24
Modernize checks for cmsgcred
Simon McVittie
1
-3
/
+5
2011-02-24
Modernize checks for ISO/GNU varargs
Simon McVittie
1
-4
/
+8
2011-02-24
Modernize checks for socklen_t
Simon McVittie
1
-3
/
+5
2011-02-24
Modernize checks for non-POSIX getpwnam_r
Simon McVittie
1
-3
/
+2
2011-02-24
Modernize checks for dirfd/dd_fd
Simon McVittie
1
-8
/
+10
2011-02-24
Rename configure.in to configure.ac
Simon McVittie
2
-2
/
+2
2011-02-24
Don't compress spaces in CFLAGS and friends
Simon McVittie
1
-5
/
+0
2011-02-24
Remove unnecessary changequote call
Simon McVittie
1
-2
/
+0
2011-02-24
Use square brackets (m4 quoting) instead of changequote
Simon McVittie
1
-4
/
+5
2011-02-18
Post-release version bump
Simon McVittie
1
-1
/
+1
2011-02-18
sysdeps-win needs _dbus_path_is_absolute
Mark Brand
2
-17
/
+17
2011-02-17
Let's try that again.
dbus-1.4.6
Simon McVittie
2
-2
/
+8
2011-02-17
Remove unreviewed changes intended to support GTest-based tests
Simon McVittie
1
-14
/
+0
2011-02-17
Post-release version bump
Simon McVittie
1
-1
/
+1
[next]