summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Support /proc in _dbus_file_get_contentLuca Boccassi2023-05-151-4/+46
* dbus-spawn-win: use `_DBUS_FUNCTION_NAME` instead of `__FUNCTION__`Barnabás Pőcze2023-05-151-4/+4
* dbus-sysdeps-win: do not log function name twiceBarnabás Pőcze2023-05-151-2/+2
* dbus-internals: use `_DBUS_FUNCTION_NAME` in `_dbus_verbose()`Barnabás Pőcze2023-05-151-1/+1
* dbus_message_iter_get_signature: Fix two memory leaks on OOMBarnabás Pőcze2023-05-121-4/+8
* _dbus_string_skip_blank(): Let the final assert follow the previous searchRalf Habacker2023-02-081-1/+1
* Define _DBUS_ALIGNOF using _Alignof when using C11 or newerKhem Raj2023-01-141-0/+4
* Fix data race in multithreaded applicationRalf Habacker2023-01-051-2/+10
* Add multithreaded unit test for DBusCounter to available build systemsRalf Habacker2023-01-051-1/+7
* meson: Declare dependencyDaniel Wagner2023-01-041-0/+6
* dbus/dbus-macros-internal.h: Add blank line after the copyright stateRalf Habacker2023-01-041-0/+1
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-04135-0/+270
* _dbus_loop_iterate: `timeout` can be defined as intXin Shi2023-01-041-1/+1
* socket_handle_watch: break when `found` is TRUE in serverAiknow2023-01-031-1/+4
* cleanup: Use gitlab URI for bug reportingMarco Trevisan (Treviño)2022-11-301-1/+1
* internals: Statically assert some things we assume about pointersSimon McVittie2022-11-291-0/+29
* dbus-marshal-basic: Use _DBUS_ALIGNOF to compare alignmentsSimon McVittie2022-11-291-13/+4
* dbus/dbus-backtrace-win.c: New file with backtrace generator for WindowsRalf Habacker2022-11-295-204/+216
* dbus-arch-deps: Mark as AFL-2.0 OR GPL-2.0-or-laterSimon McVittie2022-11-291-0/+1
* dbus-hash: Add (AFL-2.1 OR GPL-2.0-or-later) AND TCL SPDX license identifierSimon McVittie2022-11-291-0/+1
* dbus/dbus-sha.c: add LicenseRef-pycrypto-orig SPDX license markerRalf Habacker2022-11-291-0/+1
* dbus/versioninfo.rc.in: add LicenseRef-GAP SPDX license markerRalf Habacker2022-11-291-0/+1
* dbus/dbus-macros-internal, test/test-platform-mutex.c: Use upper case for SPD...Ralf Habacker2022-10-111-1/+1
* dbus-message: Report OOM as OOM, not InvalidArgsSimon McVittie2022-10-111-0/+3
* dbus-connection: Add builtin_filters_enabled flagKai A. Hiller2022-10-112-4/+46
* dbus-marshal-basic: Fix an incorrect commentSimon McVittie2022-10-071-2/+2
* dbus-marshal-basic: Assert that we are in-bounds after skipping itemsSimon McVittie2022-10-071-0/+8
* dbus-marshal-basic: Clarify what is going on when we skip an itemSimon McVittie2022-10-071-0/+10
* dbus-marshal-validate: Add more comments indicating what is going onSimon McVittie2022-10-071-0/+7
* dbus-marshal-recursive: Correct an incorrect commentSimon McVittie2022-10-071-4/+1
* dbus-marshal-validate: Add an extra assertionSimon McVittie2022-10-071-0/+3
* dbus-marshal-byteswap: Byte-swap Unix fd indexes if neededSimon McVittie2022-10-051-5/+1
* dbus-marshal-validate: Validate length of arrays of fixed-length itemsSimon McVittie2022-10-051-1/+12
* dbus-marshal-validate: Check brackets in signature nest correctlySimon McVittie2022-10-051-1/+37
* dbus-server-socket: Make unix:tmpdir equivalent to unix:dirSimon McVittie2022-09-302-20/+6
* DBusMessageIter: ensure contiguous layout with 128-bit pointersAlex Richardson2022-09-212-1/+21
* dbus-message.c: skip 1.10 layout compatibility test on new architecturesAlex Richardson2022-09-212-0/+14
* dbus-marshal-recursive.h: reduce padding in DBusType{Reader,Writer}Alex Richardson2022-09-211-5/+6
* dbus-mempool.c: ensure that all alignments are aligned to max_align_tAlex Richardson2022-09-212-6/+41
* dbus-mempool.c: use size_t for variables holding object sizesAlex Richardson2022-09-211-13/+13
* dbus-internals: use size_t in _DBUS_ALIGN_VALUE()Alex Richardson2022-09-211-1/+2
* mempool: Require C99 flexible arraysSimon McVittie2022-09-151-23/+2
* dbus-mempool: Use flexible or zero-length arrays if possibleSimon McVittie2022-09-151-1/+15
* _dbus_message_iter_append_check: Fix ifdef checkJohannes Kauffmann2022-08-181-2/+2
* dbus-sysdeps-util-unix.c: Avoid including sys/syslimits.hAlex Richardson2022-08-101-4/+1
* dbus-sysdeps-unix.c: Fix unused function warning on FreeBSDAlex Richardson2022-08-101-15/+20
* meson: Only require C++ compiler when building for WindowsSimon McVittie2022-07-261-0/+3
* Use project relative paths in CMake filesJordan Williams2022-07-251-1/+1
* build: Assume stdint.h is providedSimon McVittie2022-07-193-6/+0
* Remove emulation of va_copy() in non-C99 compilersSimon McVittie2022-07-194-13/+11