config parser: add own_prefix
[platform/upstream/dbus.git] / dbus /
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'
2011-09-21 Simon McVittieMerge branch 'remove-stub-tests-41012'
2011-09-21 Simon McVittieMerge branch 'dbus-1.4'
2011-09-21 Simon McVittieCope with platforms whose vsnprintf violates both POSIX...
2011-09-21 Simon McVittieCope with Unixes that don't have LOG_PERROR, like Solar...
2011-09-21 Simon McVittieOn Solaris, define CMSG_ALIGN, CMSG_LEN, CMSG_SPACE...
2011-09-20 Ralf HabackerMerge branch 'dbus-1.4'
2011-09-19 Simon McVittie_dbus_pending_call_test: remove stub
2011-09-19 Simon McVittie_dbus_marshal_header_test: remove stub
2011-09-19 Simon McVittiedbus-internals: make sure function-like macros expand...
2011-09-19 Simon McVittieUse {}, not semicolon, when the statement of an "if...
2011-09-19 Simon McVittieFix an assortment of variables that aren't used when...
2011-09-19 Simon McVittieDon't refcount TimeoutCallback
2011-09-19 Simon McVittieRemove more never-used variables
2011-08-26 Simon McVittieMerge branch 'dbus-1.4'
2011-08-24 Simon McVittieMerge branch 'dbus-1.4'
2011-08-24 Simon McVittieAdd missing inclusion of inttypes.h
2011-08-15 Ralf HabackerMerge branch 'dbus-1.4'
2011-08-15 Simon McVittieFix compilation of (no-op) alignment assertions on...
next