summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-01Include configured maximum incoming bytes in per-connection statssimpler-memorySimon McVittie1-0/+6
2011-03-01Add a configure option to disable hash-table entry cachesSimon McVittie2-3/+31
2011-03-01Add a configure option to disable the list-link cacheSimon McVittie2-2/+19
2011-03-01Add a configure option to disable the message cacheSimon McVittie2-0/+38
2011-03-01dbus-daemon: don't cache linked list linksSimon McVittie1-0/+1
2011-03-01dbus_connection_set_cache_messages: addSimon McVittie2-11/+49
2011-03-01DBusMessage: only cache messages that don't have too many bytes allocatedSimon McVittie1-2/+2
2011-03-01DBusMessage: optionally track usage stats for the message cacheSimon McVittie3-1/+45
2011-03-01DBusString: add _dbus_string_get_allocatedSimon McVittie2-0/+20
2011-03-01Merge branch 'locking-violation-34393' into limitationslimitationsSimon McVittie19-91/+838
2011-03-01Include size of link cache in per-connection statisticsSimon McVittie3-4/+14
2011-03-01Also record peak values for queued bytes/fds in connection statsSimon McVittie7-9/+77
2011-03-01Add an initial round of stats to the Stats interfaceSimon McVittie1-0/+59
2011-03-01DBusConnection, DBusTransport: add queue statisticsSimon McVittie4-0/+57
2011-03-01BusConnections: add usage stats for well-known names, match rulesSimon McVittie2-0/+133
2011-03-01DBusList: add usage statsSimon McVittie2-2/+17
2011-03-01DBusMemPool: add usage statsSimon McVittie2-0/+48
2011-03-01Add a stub .Debug.Stats interface if --enable-statsSimon McVittie4-0/+339
2011-03-01configure.ac: add --enable-statsSimon McVittie1-0/+10
2011-03-01match_rule_to_string: don't reinvent dbus_message_type_to_stringSimon McVittie1-30/+3
2011-02-25dbus_connection_dispatch: avoid freeing UnknownMethod reply until we unlockSimon McVittie1-4/+16
2011-02-25_dbus_connection_peer_filter_unlocked_no_update: delay freeing replySimon McVittie1-41/+40
2011-02-25Don't finalize sent or dispatched messages while under the connection lockSimon McVittie2-13/+62
2011-02-25Don't inline the contents of _dbus_connection_unlockSimon McVittie1-6/+8
2011-02-25When attaching counters to messages, don't automatically notify callbacksSimon McVittie3-3/+23
2011-02-25Comment some places where it's OK to unref a message despite holding locksSimon McVittie2-0/+4
2011-02-25Add _dbus_counter_notify and call it after every adjustmentSimon McVittie3-6/+34
2011-02-25_dbus_connection_message_sent: rename to _unlockedSimon McVittie3-6/+6
2011-02-25dbus_bus_register: don't unref the messages with the lock heldSimon McVittie1-12/+11
2011-02-25Add a hackish script to reproduce fd.o #34393Simon McVittie6-1/+68
2011-02-25Add dbus-spam, dbus-echo toolsSimon McVittie4-1/+568
2011-02-25Merge branch 'dbus-1.4'Simon McVittie11-85/+200
2011-02-25Merge branch 'doxygenate' into dbus-1.4Simon McVittie5-8/+67
2011-02-25NEWS so farSimon McVittie1-0/+13
2011-02-25Merge branch 'changequote' into dbus-1.4Simon McVittie1-11/+5
2011-02-25Merge branch 'require-display-for-autolaunch-19997' into dbus-1.4Simon McVittie4-21/+58
2011-02-25Merge branch 'modern-autofoo-32245' into dbus-1.4Simon McVittie3-45/+59
2011-02-24Allow X11 autolaunch to be disabled even if the headers/libraries are thereSimon McVittie4-22/+47
2011-02-24Don't attempt Unix X11 autolaunching if DISPLAY isn't setSimon McVittie1-0/+12
2011-02-24Merge branch 'dbus-1.4'Simon McVittie1-1/+1
2011-02-24config-parser regression test: don't require that fd.o #34496 existsSimon McVittie1-1/+1
2011-02-24Merge branch 'dbus-1.4'Simon McVittie1-23/+26
2011-02-24Give XDG_DATA_HOME priority over XDG_DATA_DIRS for servicedirsSimon McVittie1-23/+26
2011-02-24Honour aclocal flags in Makefile.am, rather than gluing them onto ACLOCALSimon McVittie2-4/+1
2011-02-24Modernize setup of libtool for WindowsSimon McVittie1-2/+4
2011-02-24Use AC_CONFIG_HEADERS, not AM_CONFIG_HEADERSimon McVittie1-1/+1
2011-02-24Modernize AC_INIT usage, with a bug report URLSimon McVittie1-1/+1
2011-02-24Require a somewhat modern version of autoconf and automakeSimon McVittie1-2/+2
2011-02-24Modernize AC_OUTPUT usageSimon McVittie1-1/+2
2011-02-24Modernize checks in ld_supports_flagSimon McVittie1-2/+4