]> git.ipfire.org Git - thirdparty/dbus.git/shortlog
thirdparty/dbus.git
2012-06-15  Simon McVittiePromote the marshalling format to a top-level section
2012-06-15  Simon McVittiePromote the definition of valid object paths and signat...
2012-06-15  Simon McVittieDefine the fixed and string-like types a bit more formally
2012-06-15  Simon McVittieDon't claim that all basic types work like INT32: strin...
2012-06-15  Simon McVittieDefine single complete types in the overview of the...
2012-06-15  Simon McVittieSplit Basic and Container types into subsections, promo...
2012-06-15  Simon McVittieMerge branch 'dbus-1.6'
2012-06-15  Simon McVittieNEWS
2012-06-15  Simon McVittieDocument that dbus-launch is not dbus-run-session
2012-06-15  Simon McVittiedbus-launch: revise recommendations and put them in...
2012-06-15  Simon McVittiedbus-launch: add --exit-with-x11 option
2012-06-15  Simon McVittiedbus-launch: if using X to define the session lifetime...
2012-06-15  Simon McVittiedocument how the various processes in dbus-launch interact
2012-06-05  Simon McVittieStart 1.7.0 development
2012-06-05  Simon McVittieStart 1.6.2 development
2012-06-05  Simon McVittieFix distcheck with newer Doxygen: remove *.js, too... dbus-1.6.0
2012-06-05  Simon McVittieFix distcheck: remove potentially-read-only files from...
2012-06-05  Simon McVittiePrepare version 1.6.0 (new stable branch)
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-25  Simon McVittieNEWS
2012-04-25  Antoine Jacoutotuse cp and mkdir -p instead of install within source...
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 McVittie1.5.13
2012-03-27  Simon McVittiePrepare dbus 1.5.12 dbus-1.5.12
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  Simon McVittieStart 1.4.21
2012-03-27  Simon McVittiePrepare version 1.4.20 dbus-1.4.20
2012-03-27  Andoni Morales... Fix duplicate case value compiling with mingw-w64
2012-03-27  Martin PittPort to glib 2.31.x g_thread API
2012-03-22  Alban Crequytest: enforce own_prefix policy rules
2012-03-22  Alban Crequytest: parse own_prefix policy rules
2012-03-22  Alban Crequypolicy: remove unused parameter
2012-03-22  Alban Crequydoc: update documentation with own_prefix policy rules
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  Lennart Poetteringspec: document unixexec transports
2012-03-12  John BradshawFix spelling errors in dbus-launch(1)
2012-03-12  Simon McVittieMerge branch 'dbus-1.4'
2012-03-12  Simon McVittieEnumerate data files used in the build rather than...
2012-03-04  Alban Crequypolicy: enforce policy on "allow own_prefix"
2012-03-04  Alban Crequyconfig parser: add own_prefix
2012-02-28  Simon McVittieUpdate NEWS
2012-02-28  Simon McVittieMake dbus-daemon.exe --print-address work under Windows
2012-02-24  Simon McVittieAdd a regression test for validating various string...
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 McVittieDevelopment version
2012-02-21  Simon McVittiePrepare 1.5.10 dbus-1.5.10
2012-02-21  Simon McVittieMark shell-test as modular and installable
2012-02-21  Simon McVittieAllow a reduced set of installable tests (none yet...
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 McVittieDo not AC_SUBST systemd flags from PKG_CHECK_MODULES
2012-02-21  Simon McVittieInvoke PKG_PROG_PKG_CONFIG early in configure.ac
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  Simon McVittieNEWS for 1.4
2012-02-20  Marc Mutzdbus-protocol.h: compile under C++11
2012-02-14  Simon McVittieNEWS
2012-02-14  Simon McVittiedbus-send.1: document --reply-timeout
2012-02-14  Simon McVittiedbus-send.1, dbus-send: document --print-reply=literal...
2012-02-14  Simon McVittiedbus-send.1: use bold and italic type consistently
2012-02-13  Simon McVittiemore NEWS
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 McVittieReplace a series of booleans, all (apparently) alike...
2012-02-13  Simon McVittieNEWS
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'
next