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-01
Include configured maximum incoming bytes in per-connection stats
simpler-memory
Simon McVittie
1
-0
/
+6
2011-03-01
Add a configure option to disable hash-table entry caches
Simon McVittie
2
-3
/
+31
2011-03-01
Add a configure option to disable the list-link cache
Simon McVittie
2
-2
/
+19
2011-03-01
Add a configure option to disable the message cache
Simon McVittie
2
-0
/
+38
2011-03-01
dbus-daemon: don't cache linked list links
Simon McVittie
1
-0
/
+1
2011-03-01
dbus_connection_set_cache_messages: add
Simon McVittie
2
-11
/
+49
2011-03-01
DBusMessage: only cache messages that don't have too many bytes allocated
Simon McVittie
1
-2
/
+2
2011-03-01
DBusMessage: optionally track usage stats for the message cache
Simon McVittie
3
-1
/
+45
2011-03-01
DBusString: add _dbus_string_get_allocated
Simon McVittie
2
-0
/
+20
2011-03-01
Merge branch 'locking-violation-34393' into limitations
limitations
Simon McVittie
19
-91
/
+838
2011-03-01
Include size of link cache in per-connection statistics
Simon McVittie
3
-4
/
+14
2011-03-01
Also record peak values for queued bytes/fds in connection stats
Simon McVittie
7
-9
/
+77
2011-03-01
Add an initial round of stats to the Stats interface
Simon McVittie
1
-0
/
+59
2011-03-01
DBusConnection, DBusTransport: add queue statistics
Simon McVittie
4
-0
/
+57
2011-03-01
BusConnections: add usage stats for well-known names, match rules
Simon McVittie
2
-0
/
+133
2011-03-01
DBusList: add usage stats
Simon McVittie
2
-2
/
+17
2011-03-01
DBusMemPool: add usage stats
Simon McVittie
2
-0
/
+48
2011-03-01
Add a stub .Debug.Stats interface if --enable-stats
Simon McVittie
4
-0
/
+339
2011-03-01
configure.ac: add --enable-stats
Simon McVittie
1
-0
/
+10
2011-03-01
match_rule_to_string: don't reinvent dbus_message_type_to_string
Simon McVittie
1
-30
/
+3
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 'dbus-1.4'
Simon McVittie
11
-85
/
+200
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
Merge branch 'dbus-1.4'
Simon McVittie
1
-1
/
+1
2011-02-24
config-parser regression test: don't require that fd.o #34496 exists
Simon McVittie
1
-1
/
+1
2011-02-24
Merge branch 'dbus-1.4'
Simon McVittie
1
-23
/
+26
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
[next]