summaryrefslogtreecommitdiff
path: root/dbus/dbus-internals.h
Commit message (Expand)AuthorAgeFilesLines
* dbus-internals: use `_DBUS_FUNCTION_NAME` in `_dbus_verbose()`Barnabás Pőcze2023-05-151-1/+1
* Define _DBUS_ALIGNOF using _Alignof when using C11 or newerKhem Raj2023-01-141-0/+4
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* dbus-mempool.c: ensure that all alignments are aligned to max_align_tAlex Richardson2022-09-211-0/+15
* dbus-internals: use size_t in _DBUS_ALIGN_VALUE()Alex Richardson2022-09-211-1/+2
* dbus: add a few directory separator macrosMarc-André Lureau2022-07-151-0/+4
* dbus: move DBUS_IS_DIR_SEPARATOR to dbus-internals.hMarc-André Lureau2022-07-151-0/+9
* dbus-launch-x11: Ignore X11 connection when checking for memory leaksSimon McVittie2022-07-151-0/+22
* Add unit tests for platform-specific mutex implementation.Ralf Habacker2022-05-011-0/+3
* dbus: Move DBUS_ENABLE_EMBEDDED_TESTS to a new dbus-macros-internal.hSimon McVittie2022-05-011-6/+1
* internals: Use Standard C offsetof macro if availableSimon McVittie2021-12-131-0/+5
* In _dbus_verbose_real() avoid possible stack overflows on output to the Windo...Ralf Habacker2020-02-201-0/+1
* Merge branch 'break-out-more-tests' into 'master'Simon McVittie2019-07-031-0/+6
|\
| * Introduce a new macro to export symbols solely for testsSimon McVittie2019-07-031-0/+6
* | tests: Improve messages when fd leaks are diagnosedSimon McVittie2019-07-021-0/+3
|/
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-2/+2
* _dbus_threads_init_debug: RemoveSimon McVittie2018-12-141-3/+0
* Improve diagnostics for error assertion failuresSimon McVittie2018-11-201-10/+22
* _DBUS_ASSERT_ERROR_XOR_BOOL: Add and useSimon McVittie2018-11-201-0/+25
* internals: Assume compiler supports a subset of ISO varargs syntaxSimon McVittie2018-11-151-7/+1
* Enable "unused result" warning for Visual Studio >= 2012 (MSVC 11.0)Daniel Wendt2018-03-151-2/+3
* bus/containers: Create a DBusServer and add it to the main loopSimon McVittie2017-12-121-0/+1
* bus: Silence most log messages when testing OOM handlingSimon McVittie2017-11-151-2/+3
* internals: Make a minimal _dbus_test_oom_handling() universally availableSimon McVittie2017-07-051-2/+5
* driver: Implement the Peer interface, for completenessSimon McVittie2017-06-081-0/+1
* Reimplement _dbus_warn_return_if_fail without -Wformat-nonliteralSimon McVittie2016-10-131-8/+7
* Merge branch 'dbus-1.10'Ralf Habacker2016-05-131-0/+1
|\
| * On Windows make access to member 'refcount' of struct DBusBabysitter thread s...Ralf Habacker2016-05-131-0/+1
* | Merge branch 'dbus-1.10'Simon McVittie2016-03-021-0/+3
|\ \ | |/
| * dbus-internals: add _DBUS_ALIGNOFSimon McVittie2016-03-021-0/+3
| * Revert "Rename function string_array_length() to _dbus_string_array_length() ...Simon McVittie2016-02-121-2/+0
| * Rename function string_array_length() to _dbus_string_array_length() and move...Ralf Habacker2016-02-111-0/+2
* | Rename function string_array_length() to _dbus_string_array_length() and move...Ralf Habacker2016-02-121-0/+2
|/
* Make UUID generation failableSimon McVittie2015-05-141-3/+5
* Split _dbus_set_fd_nonblocking vs. _dbus_set_socket_nonblockingSimon McVittie2015-05-121-3/+0
* Fix warning: 'the comparison will always evaluate as 'false' for the address ...Ralf Habacker2015-03-021-2/+14
* Add DBUS_PRIVATE_EXPORT decoration to symbols used by dbus-daemon or testsSimon McVittie2015-02-201-0/+23
* Add org.freedesktop.DBus.Verbose interface to dbus-daemon when compiled with ...Ralf Habacker2015-02-131-0/+2
* _dbus_set_error_valist: addSimon McVittie2015-02-031-0/+4
* Add _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERTSimon McVittie2014-09-151-1/+1
* _dbus_write_uuid_file: factor out function to write a known UUIDSimon McVittie2014-04-281-0/+4
* Remove support for platforms with no 64-bit integer typeSimon McVittie2013-09-161-2/+0
* _dbus_get_tmpdir: be thread-safeSimon McVittie2013-08-291-1/+2
* tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-2/+2
* Make taking a global lock automatically initialize locking if neededSimon McVittie2013-06-171-2/+2
* Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie2013-06-171-26/+33
* Remove unused global mutexes for win_fds, sid_atom_cacheSimon McVittie2013-05-131-6/+4
* DBusAtomic: on Unix, use pthreads mutexes for fallbackSimon McVittie2013-05-091-5/+0
* Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses and set...Simon McVittie2012-08-131-4/+0
* Distinguish between two flavours of mutexSimon McVittie2012-02-211-4/+4