summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Remove autotools related filesRalf Habacker2-1050/+0
2023-08-23time: use dbus_int64_t for seconds instead of longAlexander Kanavin3-10/+14
2023-08-18test: Add a targeted test for _dbus_unix_groups_from_uid()Simon McVittie4-0/+154
2023-08-18userdb: Add proper error reporting when getting groups from a uidSimon McVittie1-3/+3
2023-08-15Add REUSE copyright/license information for binary message blobsSimon McVittie8-0/+20
2023-08-14Add SPDX license tags for the MIT (Expat) license, where straightforwardSimon McVittie35-0/+35
2023-08-08DBusCredentials: add support for PID FDs via SO_PEERPIDFDLuca Boccassi1-13/+20
2023-06-06monitor test: Reproduce dbus/dbus#457Simon McVittie2-9/+71
2023-06-06monitor test: Log the messages that we monitoredSimon McVittie1-0/+7
2023-02-08Add test for _dbus_string_skip_blank()Ralf Habacker4-0/+54
2023-02-07gitlab-ci: build libdbus as subprojectDaniel Wagner5-0/+72
2023-02-06cmake: add missing test for header-fieldsRalf Habacker1-0/+1
2023-01-05Add multithreaded unit test for DBusCounter to available build systemsRalf Habacker4-0/+142
2023-01-04meson: Introduce message_bus and tools command line optionDaniel Wagner2-28/+48
2023-01-04Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker34-0/+68
2023-01-03Permit access to /tmp dbus socketDave Jones1-0/+4
2022-11-29Fix some stray filename references for GPL-2.0-or-laterSimon McVittie1-1/+1
2022-11-29Use 'continue' keyword in preference to 'goto' where possibleSimon McVittie4-18/+25
2022-11-29dbus-hash: Add (AFL-2.1 OR GPL-2.0-or-later) AND TCL SPDX license identifierSimon McVittie1-0/+1
2022-10-12test-exit: Add a permissive licenseSimon McVittie1-0/+5
2022-10-12test-threads-init: Add a permissive licenseSimon McVittie1-0/+6
2022-10-12manual-tcp: Add a permissive licenseSimon McVittie1-0/+3
2022-10-12manual-paths: Apply a permissive licenseSimon McVittie1-0/+4
2022-10-12manual-dir-iter: Apply a permissive licenseSimon McVittie1-0/+4
2022-10-12test-shutdown: Apply a permissive licenseSimon McVittie1-0/+6
2022-10-12test-ids: Apply a permissive licenseSimon McVittie1-0/+5
2022-10-12test-autolaunch: Add a permissive licenseSimon McVittie1-0/+6
2022-10-12launch-helper-for-tests: Add a permissive licenseSimon McVittie1-1/+5
2022-10-12test-autolaunch-win.c: Prevent assertion in dbus_message_unref()Ralf Habacker1-1/+1
2022-10-11test-autolaunch-win: Remove redundant check for ERROR messageSimon McVittie1-21/+2
2022-10-11test-autolaunch-win: Don't overwrite an error with another errorSimon McVittie1-1/+0
2022-10-11dbus/dbus-macros-internal, test/test-platform-mutex.c: Use upper case for SPD...Ralf Habacker1-1/+1
2022-10-11dbus-message: Report OOM as OOM, not InvalidArgsSimon McVittie1-9/+0
2022-10-11dbus-connection: Test built-in filtersKai A. Hiller1-0/+87
2022-10-11dbus-monitor: Disable automatic message filteringKai A. Hiller1-1/+1
2022-10-05test: Parse a message with a byteswapped Unix fd indexSimon McVittie5-0/+48
2022-10-05test: Add infrastructure to parse valid raw message blobsSimon McVittie7-0/+194
2022-10-05test: Add targeted tests for dbus/dbus#413, dbus/dbus#418Simon McVittie1-3/+95
2022-10-05test: Export G_TEST_BUILDDIR, G_TEST_SRCDIRSimon McVittie2-0/+4
2022-10-05test/data: Add messages that reproduce dbus/dbus#413, dbus/dbus#418Simon McVittie12-0/+194
2022-10-05test-syntax: Exercise correctly- and incorrectly-nested structs, dictsSimon McVittie1-0/+10
2022-09-21gitlab-ci: update FreeBSD CI image to 13.1Alex Richardson1-2/+2
2022-09-15test: Use DBUS_TEST_SOCKET_DIR to create the test socketAlex Richardson1-39/+81
2022-09-12test: Don't use strict TAP parsing on WindowsSimon McVittie1-0/+3
2022-09-12build: Only work around Meson 0.63.0 bugs for version 0.63.0Simon McVittie1-1/+1
2022-08-10test/fdpass.c: skip test that fails on FreeBSD 13.0Alex Richardson1-0/+9
2022-08-10test-utils-glibc.c: Fix -Werror,-Wmissing-noreturn on FreeBSDAlex Richardson1-4/+8
2022-08-10test-utils-glib.c: Avoid using a non-portable errno valueAlex Richardson1-1/+1
2022-07-25Use project relative paths in CMake filesJordan Williams1-3/+3
2022-07-18test/bus: Break up dispatch test into three separate testsSimon McVittie6-19/+148