]> git.ipfire.org Git - thirdparty/dbus.git/shortlog
thirdparty/dbus.git
2020-04-30  Ralf HabackerMerge branch 'cmake-build-missing-tools' into 'master'
2020-04-29  Ralf Habackercmake: build and install dbus-cleanup-sockets on non...
2020-04-29  Ralf Habackercmake: build and install dbus-uuidgen on non Windows...
2020-04-29  Ralf HabackerMerge branch 'qthelp-docs-support' into 'master'
2020-04-29  Ralf HabackerAdd support to generate the api documentation in Qt...
2020-04-29  Ralf Habackercmake: remove component 'dev' as we never used that...
2020-04-29  Simon McVittieMerge branch 'fix-dbus_poll-buffer-overflow' into ...
2020-04-29  Ralf HabackerFix return type and usage of WSAWaitForMultipleEvents()
2020-04-29  Ralf HabackerAdd debug output functions for _dbus_poll_xx() functions
2020-04-29  Ralf HabackerFix bug not detecting out of memory condition in _dbus_...
2020-04-29  Ralf HabackerSeparate the event based implementation for _dbus_poll...
2020-04-29  Ralf Habackerdbus_poll(): Remove debug output to make room for a...
2020-04-28  Simon McVittieMerge branch 'shell-test-tap' into 'master'
2020-04-28  Félix Piédallushell-test: Print diagnostics to stderr
2020-04-27  Ralf HabackerMerge branch 'coverity-354884' into 'master'
2020-04-27  Ralf Habackerdesktop-file test: Free result on all code paths
2020-04-27  Ralf HabackerMerge branch 'dbus-get-autolaunch-address-stderr-fixes...
2020-04-27  Ralf HabackerIn dbus_get_autolaunch_address() return all errors...
2020-04-27  Ralf HabackerFix indention in _dbus_get_autolaunch_address()
2020-04-27  Ralf HabackerMerge branch 'dbus_logv-uses-dbusstring' into 'master'
2020-04-27  Ralf Habacker_dbus_verbose_real: Use the Python convention for quoti...
2020-04-21  Simon McVittieStart dbus 1.13.16 development
2020-04-21  Simon McVittieReference implementation v1.13.14 and Specification... dbus-1.13.14
2020-04-20  Simon McVittieUpdate NEWS
2020-04-20  Simon McVittieMerge branch 'more-modular-tests' into 'master'
2020-04-20  Simon McVittietest: Replace some _dbus_assert() with _dbus_test_check()
2020-04-20  Simon McVittietest: Replace _dbus_assert_not_reached()
2020-04-20  Simon McVittietest: Enable more tests when embedded tests are disabled
2020-04-20  Simon McVittietest: Move TAP helpers into dbus-testutils if embedded...
2020-04-20  Simon McVittie_dbus_test_check: Wrap body of macro in do/while
2020-04-16  Simon McVittieMerge branch 'ci-updates' into 'master'
2020-04-16  Simon McVittieMerge branch 'fix-bar-length' into 'master'
2020-04-16  Zygmunt Krynickispec: fix typo in example
2020-04-06  Simon McVittieCI: Install qhelpgenerator for native production build...
2020-04-06  Simon McVittieCI: Don't build on Debian 8 'jessie'
2020-04-06  Simon McVittieCI: Build on Debian 10 'buster' by default
2020-04-01  Simon McVittieMerge branch 'fix-poll-header' into 'master'
2020-04-01  Simon McVittieMerge branch 'fallback_to_getrandom' into 'master'
2020-03-26  Natanael Copasysdeps: use POSIX poll.h instead of sys/poll.h
2020-03-26  Natanael Copa_dbus_generate_random_bytes: use getrandom(2)
2020-03-25  Simon McVittieMerge branch 'fix_indentation' into 'master'
2020-03-25  Taras ZaporozhetsFix indentation in bus source file
2020-03-11  Ralf HabackerMerge branch 'mr143-refactoring' into 'master'
2020-03-11  Simon McVittieMerge branch 'non-posix-getwpnam-r' into 'master'
2020-03-11  Simon McVittieMerge branch 'mr143-but-unix' into 'master'
2020-03-11  Simon McVittiesysdeps-win: Refactor cleanup of struct addrinfo during...
2020-03-11  Simon McVittiesysdeps-unix: Don't leak struct addrinfo on OOM during...
2020-03-11  Simon McVittieMerge branch 'coverity-354880' into 'master'
2020-03-10  Ralf HabackerFix missing release of the memory allocated in _dbus_co...
2020-02-25  Simon McVittieMerge branch 'monitor-list' into 'master'
2020-02-21  Simon McVittieMerge branch 'fix-cmake-doc-build' into 'master'
2020-02-20  Ralf Habackercmake: Don't build dbus.devhelp2 if Doxygen is disabled
2020-02-20  Simon McVittieUpdate NEWS
2020-02-20  Simon McVittiebus: Don't explicitly clear BusConnections.monitors
2020-02-20  Simon McVittieMerge branch 'let-dbus_verbose_real-use-dbus-string...
2020-02-20  Ralf HabackerIn _dbus_verbose_real() avoid possible stack overflows...
2020-02-20  Simon McVittieMerge branch 'utf8-compliant-versioninfo' into 'master'
2020-02-20  Ralf HabackerUpdate copyright year in file template for version...
2020-02-20  Ralf HabackerMake template file for version info under Windows utf...
2020-02-20  Simon McVittieMerge branch 'fix-libdbus-version-info' into 'master'
2020-02-19  Ralf Habackercmake: Fix attribute 'original file name' in shared...
2020-02-19  Simon McVittieMerge branch 'complete-version-info-on-windows' into...
2020-02-19  Ralf Habackercmake: complete adding version info to all installed...
2020-01-23  Simon McVittieMerge branch 'master' into 'master'
2020-01-22  Tuomo Rinnecmake: Add X11 include path for tools
2019-12-13  Ralf HabackerMerge branch 'fix-static-vars-thread-safety-issues...
2019-12-13  Ralf HabackerAdd a trivial sanity-check for the atomic primitives
2019-12-12  Simon McVittie_dbus_modify_sigpipe: be thread-safe
2019-12-12  Simon McVittievarious: comment static variables that are locked or...
2019-10-23  Simon McVittieMerge branch 'no-mapping2' into 'master'
2019-10-22  Laurent BigonvilleStop using selinux_set_mapping() function
2019-09-23  Ralf HabackerMerge branch 'fix_1' into 'master'
2019-09-23  Felipe Franciosidoxygen: fix example for dbus_message_append_args
2019-08-19  Simon McVittieMerge branch '275-docs-fix' into 'master'
2019-08-13  Philip Withnalldoc: Fix environment variable name in dbus-daemon(1)
2019-07-15  Simon McVittieMerge branch 'dbus-send-sender' into 'master'
2019-07-15  Christopher... dbus-send: add --sender option
2019-07-03  Simon McVittieUpdate NEWS
2019-07-03  Simon McVittieMerge branch 'break-out-more-tests' into 'master'
2019-07-03  Simon McVittieMerge branch 'pass-tests-if-root' into 'master'
2019-07-03  Simon McVittieMerge branch 'malloc-fail-diags' into 'master'
2019-07-03  Simon McVittieMerge branch 'auth-idempotent' into 'master'
2019-07-03  Simon McVittieMerge branch 'fdleak-diagnostics' into 'master'
2019-07-03  Simon McVittietests: Move userdb test out of libdbus
2019-07-03  Simon McVittietests: Move mempool test out of libdbus
2019-07-03  Simon McVittietests: Move address test out of libdbus
2019-07-03  Simon McVittietests: Move _dbus_sha_test outside libdbus
2019-07-03  Simon McVittieIntroduce a new macro to export symbols solely for...
2019-07-03  Simon McVittiebus tests: Shut down audit socket
2019-07-03  Simon McVittiebus: Make audit initialization idempotent
2019-07-03  Simon McVittietests: Skip if unable to launch uninstalled dbus-daemon...
2019-07-03  Simon McVittietests: Skip system bus test if we are root but messageb...
2019-07-03  Simon McVittieMerge branch 'doc-fix' into 'master'
2019-07-03  Christopher... Apply suggestion to doc/dbus-send.1.xml.in
2019-07-02  Christopher... Apply suggestion to doc/dbus-send.1.xml.in
2019-07-02  Simon McVittietests: Improve diagnostics for malloc-failure tests
2019-07-02  Simon McVittieauth: Clear GUID from server if out of memory
2019-07-02  Simon McVittietests: Improve messages when fd leaks are diagnosed
2019-07-02  Simon McVittiedbus-message-util: Fix Doxygen annotations
2019-07-02  Simon McVittieMove _dbus_check_fdleaks_* from dbus-message-util to...
next