summaryrefslogtreecommitdiff
path: root/test/test-kdbus.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-01s/ns_make/domain_make/gDaniel Mack1-9/+9
2014-02-01s/_NS_/_DOMAIN_/gDaniel Mack1-3/+3
2014-02-01rename namespace to domainDaniel Mack1-5/+5
2014-01-24update bloom filter handling (ABI break)Kay Sievers1-16/+17
2014-01-22test: fix return valueDaniel Mack1-1/+1
2014-01-18do not shortcut handle state with KDBUS_CMD_BYEBYE, it leaks the namespace refKay Sievers1-2/+2
2014-01-17update RECV ioctl and implement priority queues (ABI break)Kay Sievers1-22/+25
2014-01-14allow to set and query connections and memfds a human-readable names (ABI break)Kay Sievers1-1/+5
2014-01-14test: use bool instead of intKay Sievers1-2/+3
2014-01-05test: return error from loopKay Sievers1-6/+9
2014-01-05test: silence a Wmaybe-uninitialized report on ret variableDjalal Harouni1-3/+3
2014-01-04validate incoming names for buses, namespaces, endpointsKay Sievers1-7/+21
2013-12-27test: cast addr to uintptr_tKay Sievers1-3/+3
2013-12-25allow to compile a separate kernel module with a named extensionKay Sievers1-9/+8
2013-12-23rename "id" to "owner_id" for all actions on behalf of other connectionsKay Sievers1-1/+1
2013-12-20change error message of BYEBYE to -EBUSYDaniel Mack1-1/+1
2013-12-20test-kdbus: add tests for match logicDaniel Mack1-12/+314
2013-12-19kdbus-test: start monitor testsDaniel Mack1-7/+41
2013-12-17test-kdbus: add test for BYEBYEDaniel Mack1-0/+42
2013-12-17consolidate kdbus_cmd_{bus,ep,ns}_make structsDaniel Mack1-9/+31
2013-12-16kdbus.h: add alignment requirement to struct definitionsKay Sievers1-4/+4
2013-12-16names: Fix KDBUS_NAME_IN_QUEUE flag in kdbus_name_acquire()Lukasz Skalski1-1/+1
2013-12-15test-kdbus: add connection info checkDaniel Mack1-0/+26
2013-12-12rename starter to activatorKay Sievers1-2/+2
2013-12-11test/test-kdbus.c: fix spellingDaniel Mack1-1/+1
2013-12-11test: add check for duplicate namespace registrationKay Sievers1-1/+7
2013-12-09tests: don't use DBUS1 payload typeLennart Poettering1-1/+1
2013-12-09test-kdbus: re-enable all testsDaniel Mack1-1/+0
2013-12-09test-kdbus: connections cleanupDaniel Mack1-4/+23
2013-12-09kdbus-test: add cli argsDaniel Mack1-1/+47
2013-12-08text: move namespace test to test-kdbusKay Sievers1-2/+51
2013-12-08test: test-kdbus-check -> test/test-kdbusKay Sievers1-0/+681
2013-12-08test: test-kdbus -> test-kdbus-chatKay Sievers1-155/+0
2013-12-08test: add test for duplicates in name registryKay Sievers1-5/+34
2013-12-06use ordinary item instead of "enum kdbus_make_type"Kay Sievers1-1/+1
2013-12-06with only one type of item left, rename PART to ITEMKay Sievers1-1/+1
2013-12-04switch from one KDBUS_ITEM_NAMES to multiple KDBUS_ITEM_NAME including the flagsKay Sievers1-0/+2
2013-12-03straighten names APIDaniel Mack1-2/+2
2013-11-27test: allow name_list() function to print full list of connected clientsLukasz Skalski1-2/+2
2013-11-19kdbus.h: use kernel BIT() helperDaniel Mack1-3/+0
2013-10-20test: let upload_policy() accept a nameDaniel Mack1-1/+1
2013-10-17test: move add_match_empty to kdbus-utilDaniel Mack1-15/+0
2013-09-05Some corrections to make test-kdbus work on i686.Przemyslaw Kedzierski1-1/+1
2013-07-22do not expose cgroup hierarchy in the API, assume *the* hierarchyKay Sievers1-10/+0
2013-06-28test-kdbus.c: get it to work on 32bit systems.Greg Kroah-Hartman1-1/+1
2013-05-30pool: use shmem file as backing storeKay Sievers1-0/+1
2013-05-24make part iteration generic; *really* validate parts, fix now failing testKay Sievers1-4/+4
2013-05-12prepare message queuing logic for KDBUS_MSG_PAYLOAD_MEMFDKay Sievers1-1/+0
2013-05-02unify all needlessly differnt kdbus_item types; they can be the same typeKay Sievers1-9/+15
2013-05-02API: remove all redundant _CMD_ prefixes from non-ioctl typesKay Sievers1-4/+4