]> git.ipfire.org Git - thirdparty/dbus.git/shortlog
thirdparty/dbus.git
2022-07-15  Marc-André... dbus: move AF_UNIX code to server-socket
2022-07-15  Marc-André... dbus: handle unix server in a new function
2022-07-15  Marc-André... dbus: move AF_UNIX code to transport-socket
2022-07-15  Marc-André... dbus: add _dbus_transport_open_unixexec()
2022-07-15  Marc-André... dbus: handle unix transport in a new common function
2022-07-15  Marc-André... dbus: add function for Unix sockets on Windows
2022-07-15  Marc-André... dbus: move _DBUS_MAX_SUN_PATH_LENGTH to sysdeps.h
2022-07-15  Marc-André... build-sys: check for afunix.h
2022-07-15  Marc-André... dbus: move unix socket declarations to common sysdeps.h
2022-07-15  Marc-André... dbus: change unix socket functions to return DBusSocket
2022-07-15  Marc-André... dbus: simplify socket close() & invalidate() calls
2022-07-15  Marc-André... dbus: set the socket as invalid in _dbus_close_socket()
2022-07-15  Marc-André... dbus: make _dbus_close_socket() take DBusSocket*
2022-07-15  Marc-André... dbus/win: fix a code comment about get_tmpdir()
2022-07-15  Marc-André... s/PF_UNIX/AF_UNIX
2022-07-15  Marc-André... Misc style fix
2022-07-15  Simon McVittieMerge branch 'leak-sanitizer' into 'master'
2022-07-15  Simon McVittiedbus-launch-x11: Ignore X11 connection when checking...
2022-07-15  Simon McVittietest-privserver: Exit if DBusLoop cannot be allocated
2022-07-15  Simon McVittietest-privserver: Move cleanup of DBusLoop into test_ser...
2022-07-15  Simon McVittietest-privserver: Don't leak a copy of the server address
2022-07-15  Simon McVittieMerge branch 'compiler-args' into 'master'
2022-07-15  Simon McVittiemeson: Enable more compiler warnings
2022-07-15  Simon McVittiemeson: Pass project-wide compile arguments to has_heade...
2022-07-15  Simon McVittiemeson: Comment why we disable certain compiler warnings
2022-07-15  Simon McVittiemeson: Build with -fno-common if supported
2022-07-15  Simon McVittiemeson: Build with -fno-strict-aliasing if supported
2022-07-15  Simon McVittiemeson: Set up functionally necessary compiler arguments...
2022-07-15  Simon McVittietest: Work around TAP test regression in Meson 0.63.0
2022-07-15  Simon McVittiebuild: Distribute update-authors.sh in tarballs
2022-07-15  Simon McVittieUpdate NEWS
2022-07-14  Simon McVittieMerge branch 'meson' into 'master'
2022-07-14  Simon McVittiemaintainer-upload-docs: Use paths pointing into the...
2022-07-13  Marc-André... CI: take cmake config.h as artifacts
2022-07-13  Simon McVittieCI: Don't run tests for openSUSE Meson mingw builds...
2022-07-13  Simon McVittieCI: Link libexpat statically when using Wine to run...
2022-07-13  Simon McVittieCI: Skip tests that run dbus-daemon when running on...
2022-07-13  Simon McVittieCI: Explicitly build before running tests
2022-07-13  Simon McVittieCI: Ensure that subprojects (if used) are on the Wine...
2022-07-13  Simon McVittieCI: Collect artifacts for Windows builds
2022-07-13  Simon McVittieCI: Force use of subprojects for Windows 32-bit build
2022-07-13  Simon McVittieCI: Collect config.h
2022-07-13  Simon McVittieCI: Enable Ducktype-based documentation on Debian/Ubuntu
2022-07-13  Simon McVittieCI: Run Meson with -v so we can see compiler command...
2022-07-13  Simon McVittieCI: Enable modular tests for all Meson-based CI builds
2022-07-13  Simon McVittieCI: Factor out Wine setup so that it applies equally...
2022-07-13  Simon McVittieCI: Install cross pkg-config on openSUSE
2022-07-13  Simon McVittieCI: Explicitly enable wrap dependencies
2022-07-13  Simon McVittieCI: Tell Meson build where to find the source directory
2022-07-13  Simon McVittieCI: Implement debug build variant for Meson
2022-07-13  Simon McVittieCI: Explicitly disable features that can't work on...
2022-07-13  Simon McVittieCI: Add glue to build with mingw-w64 toolchain on Debian
2022-07-13  Simon McVittieCI: Only use openSUSE mingw*-meson as a replacement...
2022-07-13  Simon McVittieCI: Verify that Autotools `make dist` includes everythi...
2022-07-13  Simon McVittieCI: Consistently build in ./build
2022-07-13  Simon McVittieCI: Collect all Meson logs, not just the test log
2022-07-13  Simon McVittieCI: Add repository for word-size-independent mingw...
2022-07-13  Simon McVittieCI: Reinstate mingw*-glib2-devel
2022-07-13  Simon McVittieCI: Use mingw32-meson if that's what we're targeting
2022-07-13  Marc-André... Add meson build CI
2022-07-13  Simon McVittietest: Don't prepend test- to the names of manual tests
2022-07-13  Simon McVittiemeson: Create /var/lib/dbus
2022-07-13  Simon McVittiemeson: Don't use cc.has_function to check for va_copy
2022-07-13  Marc-André... cmake: drop DBUS_VERBOSE_C_S
2022-07-13  Marc-André... cmake: drop unused HAVE_VASPRINTF/HAVE_VSNPRINTF checks
2022-07-13  Marc-André... cmake/autotools: remove HAVE_DIRFD/HAVE_DDFD
2022-07-13  Marc-André... cmake: drop needless headers checks
2022-07-13  Marc-André... meson: add missing header checks
2022-07-13  Marc-André... meson: add windows_output_debug_string option
2022-07-13  Marc-André... autotools: dist listen-autolaunch-win.conf.in as well
2022-07-13  Marc-André... meson: add test-autolaunch-win
2022-07-13  Simon McVittietest: Set PATH or WINEPATH to find dbus-daemon.exe...
2022-07-13  Simon McVittiemeson: Allow disabling Valgrind instrumentation
2022-07-13  Simon McVittiemeson: Fix the check for --version-script support
2022-07-13  Simon McVittiemeson: Add GLib version macros
2022-07-13  Simon McVittiemeson: Define HAVE_GIO_UNIX
2022-07-13  Simon McVittiemeson: Check for LOG_PERROR
2022-07-13  Simon McVittiemeson: Check for environ declaration
2022-07-13  Simon McVittiemeson: Replicate Autotools check for __sync_sub_and_fetch
2022-07-13  Simon McVittiemeson: Always define HAVE_DECL_MSG_NOSIGNAL to 1 or 0
2022-07-13  Simon McVittiemeson: Don't check for dirfd
2022-07-13  Simon McVittiemeson: Don't define DBUS_ENABLE_ASSERTS
2022-07-13  Simon McVittietest: Extend some timeouts
2022-07-13  Simon McVittiedbus: Only use compile flags from valgrind, not libraries
2022-07-13  Simon McVittietest: Group together tests that run the dbus-daemon
2022-07-13  Simon McVittietest: Add missing session.conf, system.conf to Meson...
2022-07-13  Simon McVittiemeson_post_install.py: Correct path to dbus-daemon...
2022-07-13  Simon McVittiemeson_post_install.py: Call chmod after chown
2022-07-13  Simon McVittiebuild: Change how we create empty directories from...
2022-07-13  Simon McVittiebuild: Change how we create symlinks from Meson
2022-07-13  Simon McVittiebuild: Don't replace prefix in .pc file if relocation...
2022-07-13  Simon McVittiedoc: Don't install introspect.xsl for now
2022-07-13  Simon McVittiebus: Install example systemd hardening when using Meson
2022-07-13  Simon McVittietest: Install transient-services.sh into a subdirectory
2022-07-13  Simon McVittiedoc: Make Meson yelp-build invocation compatible with...
2022-07-13  Simon McVittiedoc: Write absolute path to DTDS into XML catalog
2022-07-13  Simon McVittietest: libdbus-testutils depends on GIO, not just GLib
2022-07-13  Simon McVittiebuild: Define x11 to an empty dependency if X11 autolau...
2022-07-13  Simon McVittietest: Make environment variables consistent with Autotools
2022-07-13  Simon McVittiesubprojects: Allow expat and GLib to be built as subpro...
next