Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses and set better...
[platform/upstream/dbus.git] / dbus /
2012-08-13 Simon McVittieSplit DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen...
2012-08-09 Jonathan PerkinCheck HAVE_DECL_LOG_PERROR with #if, not #ifdef
2012-07-03 Simon McVittieDBusTransport: do not assert that autolaunch address...
2012-06-28 Dave ReisnerProperly concat DBUS_CONSOLE_AUTH_DIR with username
2012-06-25 Simon McVittiedbus_pending_call_set_notify: don't leave the connectio...
2012-06-05 Simon McVittie_dbus_transport_new_for_tcp_socket: add missing commas...
2012-06-05 Simon McVittieRemove duplicate nonce-tcp (service-side) transport...
2012-06-05 Simon McVittieRemove duplicate nonce-tcp (client side) transport...
2012-04-25 Simon McVittieMerge branch 'dbus-1.4'
2012-04-12 David ZeuthenAvoid using monotonic time in the DBUS_COOKIE_SHA1...
2012-04-12 David ZeuthenAvoid using monotonic time in the DBUS_COOKIE_SHA1...
2012-03-27 Simon McVittieBuild _dbus_string_starts_with_c_str even if not buildi...
2012-03-27 Simon McVittieMerge remote-tracking branch 'alban/own_prefix2'
2012-03-27 Simon McVittieMerge branch 'dbus-1.4'
2012-03-27 Andoni Morales Ala... Fix duplicate case value compiling with mingw-w64
2012-03-12 Lennart Poetteringtransport: add new unixexec transport on Unix
2012-03-12 Lennart Poetteringsysdeps-unix: introduce dbus_close_all() and make use...
2012-03-12 Simon McVittieMerge branch 'dbus-1.4'
2012-02-28 Simon McVittieMake dbus-daemon.exe --print-address work under Windows
2012-02-24 Simon McVittieAdd dbus-syntax.[ch]
2012-02-24 Simon McVittieDBusBasicValue: add bool_val and fd members to complete...
2012-02-24 Simon McVittiePromote DBusBasicValue and DBus8ByteStruct to be API
2012-02-21 Simon McVittiedbus-memory: add optional checking for system malloc...
2012-02-21 Simon McVittiedbus_realloc: don't crash if realloc() returns NULL...
2012-02-21 Simon McVittieTurn the non-valgrind code path into inline functions...
2012-02-21 Simon McVittieDBusTransport: don't include dbus-marshal-header.h...
2012-02-21 Simon McVittieMove _dbus_check_fdleaks_enter to dbus-message-internal.h
2012-02-21 Simon McVittieDBusTransport: don't use dbus-message-private.h
2012-02-21 Simon McVittieZero-initialize DBusCounter at allocation
2012-02-21 Simon McVittieinternal_bus_get: centralize error handling
2012-02-21 Simon McVittieAdd a macro to centralize checking for string-like...
2012-02-21 Simon McVittieRemove declaration of _dbus_type_is_fixed, no longer...
2012-02-21 Simon McVittie_dbus_verbose_real: tidy conditional prototype to not...
2012-02-21 Simon McVittieRemove _dbus_condvar_wake_all and both of its implement...
2012-02-21 Simon McVittieNever use non-libdbus threading primitives
2012-02-21 Simon McVittiedbus-threads: improve documentation
2012-02-21 Simon McVittieUse actual recursive pthreads mutexes, rather than...
2012-02-21 Simon McVittieAllow both recursive and non-recursive mutexes to be...
2012-02-21 Simon McVittieDistinguish between two flavours of mutex
2012-02-21 Simon McVittieMake _dbus_mutex_new, _dbus_mutex_free static
2012-02-20 Ralf HabackerFixed runtime error caused by using uninitialized varia...
2012-02-20 Simon McVittieMerge branch 'dbus-1.4'
2012-02-20 Marc Mutzdbus-protocol.h: compile under C++11
2012-02-13 Simon McVittieadd and use _dbus_connection_trace_ref
2012-02-13 Simon McVittieadd and use _dbus_server_trace_ref
2012-02-13 Simon McVittieadd and use _dbus_pending_call_trace_ref
2012-02-13 Simon McVittieAdd and use _dbus_message_trace_ref
2012-02-13 Simon McVittieProvide a hook to allow refcounting to be traced
2012-02-13 Simon McVittiedbus_message_cache_or_finalize: allow message cache...
2012-02-13 Simon McVittieDBusMemPool: inform valgrind what we're up to
2012-02-13 Simon McVittieAdd support for inserting (a subset of) Valgrind client...
2012-02-13 Simon McVittie_dbus_string_append_double, _dbus_string_parse_double...
2012-02-13 Simon McVittie_dbus_string_append_unichar, _dbus_string_get_unichar...
2012-02-13 Simon McVittie_dbus_list_pop_last_link: remove, unused
2012-02-13 Simon McVittieMerge branch 'dbus-1.4'
2012-02-10 Simon McVittie_dbus_connection_queue_received_message: remove, unused
2012-02-10 Simon McVittieDBUS_HASH_TWO_STRINGS, DBUS_HASH_POINTER: remove, unused
2012-02-10 Simon McVittie_dbus_list_insert_before: remove, unused
2012-02-10 Simon McVittie_dbus_header_field_to_string: remove, unused
2012-02-10 Simon McVittieRemove unused _dbus_string_append_4_aligned, _dbus_stri...
2012-02-10 Simon McVittie_dbus_getgid: remove, unused
2012-02-10 Simon McVittieMerge branch 'system-search-paths-21620'
2012-02-10 Simon McVittieMerge branch 'doc-search-paths-35306'
2012-02-10 Simon McVittieMerge branch 'reversed-dns-37095'
2012-02-08 Simon McVittie_dbus_get_environment: move from shared library to...
2012-02-08 Simon McVittiedbus-marshal-recursive: make some internal functions...
2012-02-08 Simon McVittiefind_field_for_modification: document where the readers...
2012-02-08 Simon McVittieReinstate the recursive marshalling test but skip the...
2012-02-08 Simon McVittiedbus-test: only test for memleaks if we actually ran...
2012-02-08 Simon McVittieMerge branch 'dbus-1.4'
2012-02-08 Simon McVittieExplicitly don't search XDG_DATA_DIRS for system servic...
2012-02-07 Lennart Poetteringat_console: ask systemd whether a user is at the console
2012-02-07 Simon McVittieMerge branch 'socket-set-33337'
2012-01-23 Simon McVittieMerge branch 'dbus-1.4' rejecting commit 4ebb275ab7b6f71d5
2012-01-23 Simon McVittieMerge branch 'dbus-1.4', rejecting commit 08dd53c14b53b88c
2012-01-04 Simon McVittieRevert "windows fix: use install root as base path...
2012-01-04 Simon McVittieMerge branch 'dbus-1.4'
2012-01-04 Simon McVittieMerge commit '5df8c3db12590edd68e968975a335da9d0415e5a...
2012-01-04 eXeC001erRemove some dead code related to fd.o #37258
2012-01-04 Simon McVittieRevert all changes since a36d4918a6f646e085
2011-12-25 Ralf HabackerMerge branch 'dbus-1.4'
2011-12-25 Ralf Habacker1.4 branch need a fix to be compilable with msvc
2011-12-22 Ralf Habackerwindows fix: use install root as base path for relative...
2011-12-21 Ralf Habackerwindows fix: use install root as base path for relative...
2011-12-21 Ralf HabackerMerge branch 'dbus-1.4'
2011-12-21 Ralf HabackerMerge branch 'dbus-1.4' of ssh://git.freedesktop.org...
2011-12-21 Ralf HabackerMerge branch 'dbus-1.4' of ssh://git.freedesktop.org...
2011-11-02 Simon McVittie_dbus_loop_new: don't crash on OOM allocating socket set
2011-11-02 Simon McVittieMerge branch 'dbus-1.4'
2011-11-02 Simon McVittie_dbus_listen_tcp_socket: avoid leaking listen_fd in...
2011-10-28 Ralf HabackerMerge branch 'dbus-1.4'
2011-10-28 Ralf HabackerOptimized error handling of previous patch
2011-10-28 Jesper DamFind dbus-daemon executable next to dbus shared libaray...
2011-10-12 Simon McVittieRemove dbus-auth-script from the shared library
2011-09-28 Simon McVittiesysdeps: remove misleading comments
2011-09-28 Simon McVittieSimplify substitution of test executables to use fewer...
2011-09-24 Ralf HabackerMerge branch 'dbus-1.4'
2011-09-22 Ralf HabackerMerge branch 'dbus-1.4'
2011-09-21 Simon McVittieMerge branch 'dbus-1.4'
2011-09-21 Simon McVittieMerge branch 'more-unused-39231'
next