2011-07-29 |
Simon McVittie | dbus: remove export_symbols_internal, it will always...
|
commit | commitdiff | tree |
2011-07-29 |
Simon McVittie | Simplify linking by moving -export-dynamic to AM_LDFLAGS
|
commit | commitdiff | tree |
2011-07-29 |
Simon McVittie | Remove DBUS_GLIB_CFLAGS from name-test subdirectory...
|
commit | commitdiff | tree |
2011-07-29 |
Simon McVittie | Remove DBUS_CLIENT_CFLAGS, which is always empty
|
commit | commitdiff | tree |
2011-07-29 |
Simon McVittie | Remove DBUS_TEST_CFLAGS, which is empty
|
commit | commitdiff | tree |
2011-07-29 |
Simon McVittie | Remove leftover reference to dbus-md5.[ch]
|
commit | commitdiff | tree |
2011-07-29 |
Simon McVittie | Remove declarations for tests that no longer exist
|
commit | commitdiff | tree |
2011-07-29 |
Simon McVittie | Fix compilation for removal of link cache
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | _dbus_message_remove_counter: remove ability to return...
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | Add a regression test that can reproduce fd.o #34393
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | Remove the per-connection link cache
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | dbus_connection_dispatch: avoid freeing UnknownMethod...
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | _dbus_connection_peer_filter_unlocked_no_update: delay...
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | Don't finalize sent or dispatched messages while under...
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | Don't inline the contents of _dbus_connection_unlock
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | When attaching counters to messages, don't automatically...
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | Comment some places where it's OK to unref a message...
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | Add _dbus_counter_notify and call it after every adjustment
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | _dbus_connection_message_sent: rename to _unlocked
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | dbus_bus_register: don't unref the messages with the...
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | Merge branch 'dbus-1.4'
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | Add a note about bootstrapping new platforms to README
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | Upgrade the type system into its own top-level section...
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | Merge branch 'dbus-1.4'
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | man pages: replace all unescaped hyphen/minus characters...
|
commit | commitdiff | tree |
2011-07-28 |
Simon McVittie | Fix spelling/grammatical mistakes detected by Debian...
|
commit | commitdiff | tree |
2011-07-27 |
Simon McVittie | Merge branch 'dbus-1.4'
|
commit | commitdiff | tree |
2011-07-27 |
Sascha Silbe | list_allows_user: fix debug output for groups Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
|
commit | commitdiff | tree |
2011-07-26 |
Simon McVittie | Merge branch 'dbus-1.4'
|
commit | commitdiff | tree |
2011-07-26 |
Simon McVittie | NEWS
|
commit | commitdiff | tree |
2011-07-26 |
Simon McVittie | DBusMessage: always access refcount atomically, even...
|
commit | commitdiff | tree |
2011-07-26 |
Simon McVittie | dbus-memory: use atomic accesses to block count, even...
|
commit | commitdiff | tree |
2011-07-26 |
Simon McVittie | Merge branch 'dbus-1.4'
|
commit | commitdiff | tree |
2011-07-26 |
Simon McVittie | NEWS
|
commit | commitdiff | tree |
2011-07-25 |
Simon McVittie | DBusConnection: use atomic accesses to refcount in...
|
commit | commitdiff | tree |
2011-07-25 |
Simon McVittie | dbus_message_ref: avoid unused variable if not asserting
|
commit | commitdiff | tree |
2011-07-25 |
Simon McVittie | _dbus_connection_close_if_only_one_ref: use _dbus_atomic_get
|
commit | commitdiff | tree |
2011-07-25 |
Simon McVittie | Add _dbus_atomic_get implemented in terms of inc, dec
|
commit | commitdiff | tree |
2011-07-25 |
Simon McVittie | DBusObjectTree: always access refcount atomically
|
commit | commitdiff | tree |
2011-07-25 |
Simon McVittie | dbus_message_unref: make an assertion more strict
|
commit | commitdiff | tree |
2011-07-25 |
Simon McVittie | DBusMessageFilter: exclusively use atomic accesses...
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | Merge branch 'dbus-1.4' and update NEWS for master
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | NEWS
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | Uninstall the installed docs
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | Install man2html output to $(htmldir)
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | Install diagram.*, system-activation.txt to the $(docdir)
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | Install xmlto output to $(htmldir) automatically
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | Install dbus.devhelp to $(htmldir), not $(apidir),...
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | configure.ac: fix check for xsltproc
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | Use EXEEXT when running tests from another directory...
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | Build docs after running tests, and remove redundant...
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | Run bus tests from test/
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | Run dbus-test from test/, not dbus/
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | dbus tests: don't warn on skipped tests
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | test/Makefile.am: list tests one per line
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | Opt-in to modern OS features on Solaris, to get file...
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | _dbus_open_unix_socket: make static
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | _dbus_open_tcp_socket: remove
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | Merge branch 'dbus-1.4'
|
commit | commitdiff | tree |
2011-07-18 |
Simon McVittie | _dbus_connect_tcp_socket_with_nonce: don't create an...
|
commit | commitdiff | tree |
2011-07-14 |
Simon McVittie | Merge branch 'dbus-1.4'
|
commit | commitdiff | tree |
2011-07-14 |
Simon McVittie | DBusServer: exclusively use atomic operations on the...
|
commit | commitdiff | tree |
2011-07-14 |
Simon McVittie | DBusPendingCall: exclusively use atomic operations...
|
commit | commitdiff | tree |
2011-07-14 |
Cosimo Alfarano | Add testsuite for eavesdrop=true DBusMatchRule Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
|
commit | commitdiff | tree |
2011-07-12 |
Cosimo Alfarano | Fix dbus-monitor using eavesdrop=true when no filters... Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
|
commit | commitdiff | tree |
2011-07-11 |
Simon McVittie | DBusHeader: only store byte-order in the fixed-length...
|
commit | commitdiff | tree |
2011-07-11 |
Simon McVittie | DBusMessage: don't redundantly store byte order, ask...
|
commit | commitdiff | tree |
2011-07-11 |
Cosimo Alfarano | Add "eavesdrop=true" as constant match rule for dbus... Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
|
commit | commitdiff | tree |
2011-07-11 |
Cosimo Alfarano | Do not allow eavedropping unless rule owner explicitely... Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
|
commit | commitdiff | tree |
2011-07-11 |
Simon McVittie | Merge remote-tracking branch 'origin/dbus-1.4'
|
commit | commitdiff | tree |
2011-07-11 |
Jiří Klimeš | DBusConnection: simplify registering object paths code Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
|
commit | commitdiff | tree |
2011-07-01 |
Simon McVittie | Merge branch 'dbus-1.4'
|
commit | commitdiff | tree |
2011-07-01 |
Jiří Klimeš | DBusConnection: use DBUS_ERROR_OBJECT_PATH_IN_USE instead... Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
|
commit | commitdiff | tree |
2011-06-24 |
Simon McVittie | Include size of link cache in per-connection statistics
|
commit | commitdiff | tree |
2011-06-24 |
Simon McVittie | Also record peak values for queued bytes/fds in connection...
|
commit | commitdiff | tree |
2011-06-24 |
Simon McVittie | Add an initial round of stats to the Stats interface
|
commit | commitdiff | tree |
2011-06-24 |
Simon McVittie | DBusConnection, DBusTransport: add queue statistics
|
commit | commitdiff | tree |
2011-06-24 |
Simon McVittie | BusConnections: add usage stats for well-known names...
|
commit | commitdiff | tree |
2011-06-24 |
Simon McVittie | DBusList: add usage stats
|
commit | commitdiff | tree |
2011-06-24 |
Simon McVittie | DBusMemPool: add usage stats
|
commit | commitdiff | tree |
2011-06-24 |
Simon McVittie | Add a stub .Debug.Stats interface if --enable-stats
|
commit | commitdiff | tree |
2011-06-24 |
Simon McVittie | configure.ac: add --enable-stats
|
commit | commitdiff | tree |
2011-06-24 |
Simon McVittie | match_rule_to_string: don't reinvent dbus_message_type_to_string
|
commit | commitdiff | tree |
2011-06-22 |
Simon McVittie | Remove maximum length field from DBusString
|
commit | commitdiff | tree |
2011-06-22 |
Simon McVittie | Remove unused _dbus_string_copy_data_len, _dbus_string_steal...
|
commit | commitdiff | tree |
2011-06-22 |
Simon McVittie | Split DBUS_GENERIC_STRING_PREAMBLE into sensible lines
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | NEWS
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | DBusLoop: store watches in a hash table keyed by fd
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | DBusLoop: fold Callback into TimeoutCallback
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | Drop WatchCallback entirely, just use a list of DBusWatch...
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | DBusLoop: inline add_callback, remove_callback into...
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | DBusLoop: move OOM flag in watches inside the DBusWatch
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | DBusLoop: keep separate lists of watches and timeouts
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | DBusLoop: factor out watch_flags_to_poll_events, watch_flags...
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | Remove _dbus_loop_add_watch_full
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | bus-activation: separate the "finished" callback from...
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | DBusLoop: remove second layer of watch callbacks where...
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | DBusLoop: remove a layer of pointless abstraction around...
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | DBusConnection: ref the connection in the timeout handler
|
commit | commitdiff | tree |
2011-06-13 |
Simon McVittie | bus signal_handler: don't use _dbus_warn, and don't...
|
commit | commitdiff | tree |
next |