summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Support /proc in _dbus_file_get_contentLuca Boccassi2023-05-151-0/+3
* Start 1.15.6Simon McVittie2023-02-081-1/+1
* Prepare v1.15.4dbus-1.15.4Simon McVittie2023-02-081-3/+3
* cleanup: Use gitlab URI for bug reportingMarco Trevisan (Treviño)2022-11-301-1/+1
* Autotools: use AX_RECURSIVE_EVAL instead of AS_AC_EXPANDSimon McVittie2022-10-121-9/+17
* build: Put system bus socket in runstatedir by defaultIssam E. Maghni2022-10-111-7/+2
* build: Show a warning if the system bus socket is not interoperableSimon McVittie2022-10-111-0/+4
* build: Update a comment with the release status of AutoconfSimon McVittie2022-10-111-2/+2
* build: Use AS_IF for system bus socketSimon McVittie2022-10-111-4/+5
* Post-release version bumpSimon McVittie2022-10-051-1/+1
* Prepare v1.15.2dbus-1.15.2Simon McVittie2022-10-051-3/+3
* Post-release version bumpSimon McVittie2022-09-221-1/+1
* Prepare v1.15.0 (development-branch release)Simon McVittie2022-09-221-4/+4
* dbus-message.c: skip 1.10 layout compatibility test on new architecturesAlex Richardson2022-09-211-1/+6
* dbus-sysdeps-util-unix.c: Avoid including sys/syslimits.hAlex Richardson2022-08-101-1/+0
* build: Assume stdint.h is providedSimon McVittie2022-07-191-1/+0
* Remove fallback implementation of strtoll(), strtoull()Simon McVittie2022-07-191-2/+0
* Remove emulation of va_copy() in non-C99 compilersSimon McVittie2022-07-191-53/+0
* build: Remove support for emulating inline with __inline or __inline__Simon McVittie2022-07-191-1/+0
* build-sys: check for afunix.hMarc-André Lureau2022-07-151-0/+8
* cmake/autotools: remove HAVE_DIRFD/HAVE_DDFDMarc-André Lureau2022-07-131-35/+0
* configure: Avoid exit() when checking for __sync_sub_and_fetch()Alex Richardson2022-05-261-1/+1
* build-sys: console-auth-dir leftoversMarc-André Lureau2022-05-201-1/+0
* autotools: drop --with-console-auth-dir=Marc-André Lureau2022-05-191-7/+0
* sysdeps: On Linux, wrap close_range syscall directly if necessarySimon McVittie2022-04-211-0/+1
* sysdeps: Include <linux/close_range.h> if availableSimon McVittie2022-04-211-0/+1
* sysdeps: Use close_range() if availableSimon McVittie2022-04-211-0/+1
* Use closefrom() to not loop over all possible file descriptorsrim2022-04-211-0/+1
* build: Define DBUS_INT64_MODIFIER, analogous to G_GINT64_MODIFIERSimon McVittie2022-04-191-0/+9
* Convert "if" calls to AS_IF macro for the block that handles X11Lars Wendler2022-03-011-7/+6
* Add have_x11=no if --without-x was given to make later checks happyLars Wendler2022-03-011-0/+1
* Emit an error when --with-x was given but no X11 libs were foundLars Wendler2022-03-011-6/+7
* Move DBUS_X_* definitions into PKG_CHECK_MODULES blockLars Wendler2022-03-011-5/+5
* build: Treat --with-x[=yes] the same as --with-x=autoLars Wendler2022-03-011-1/+1
* Post-release version bump for 1.15.xSimon McVittie2022-02-281-3/+3
* Prepare v1.14.0dbus-1.14.0Simon McVittie2022-02-281-4/+4
* build: Opt out from using mingw-w64's replacement printf(), etc.Simon McVittie2022-02-271-0/+9
* Start development of dbus 1.13.24Simon McVittie2022-02-231-1/+1
* Prepare dbus 1.13.22 and spec 0.38dbus-1.13.22Simon McVittie2022-02-231-3/+3
* Bump version number for continued developmentSimon McVittie2021-12-171-1/+1
* Prepare v1.13.20Simon McVittie2021-12-171-3/+3
* Disable the Containers interfaceSimon McVittie2021-12-101-11/+0
* autotools: use pkg-config instead of AC_PATH_XTRASCOTT-HAMILTON2021-11-261-5/+16
* v1.13.18dbus-1.13.18Simon McVittie2020-07-021-3/+3
* Start 1.13.18 developmentSimon McVittie2020-06-021-1/+1
* Prepare 1.13.16dbus-1.13.16Simon McVittie2020-06-021-3/+3
* Add support to generate the api documentation in Qt help formatRalf Habacker2020-04-291-0/+34
* Start dbus 1.13.16 developmentSimon McVittie2020-04-211-1/+1
* Reference implementation v1.13.14 and Specification v0.36dbus-1.13.14Simon McVittie2020-04-211-4/+4
* _dbus_generate_random_bytes: use getrandom(2)Natanael Copa2020-03-261-0/+2