summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-02-21test-kdbus-monitor: open output file with O_WRONLY|O_TRUNCupstream/0.20140221.145534cettizenDaniel Mack1-1/+1
2014-02-21test-kdbus-monitor: exit from main loopDaniel Mack1-14/+27
2014-02-21test/test-kdbus-monitor: fix PAYLOAD_OFF size alignmentDaniel Mack1-1/+1
2014-02-16Correct linking flags: Use -pthread instead of -lpthreadStefan Beller1-1/+1
2014-02-11test: Fix receiving messagesLukasz Skalski1-1/+1
2014-02-05replace work+timer with delayed_workKay Sievers1-2/+2
2014-02-01s/ns_make/domain_make/gDaniel Mack1-9/+9
2014-02-01s/_NS_/_DOMAIN_/gDaniel Mack3-6/+6
2014-02-01rename namespace to domainDaniel Mack1-5/+5
2014-01-24update bloom filter handling (ABI break)Kay Sievers11-44/+55
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-18test/test-kdbus-sync.c: kill unused variableDaniel Mack1-1/+0
2014-01-17test: add test for sync message ping-pongDaniel Mack3-1/+136
2014-01-17update RECV ioctl and implement priority queues (ABI break)Kay Sievers10-50/+220
2014-01-16test: test-kdbus-timeout: cleanups, less verbosityDaniel Mack1-14/+7
2014-01-16test: test-timeout: add dirty hack for loop modeDaniel Mack1-1/+9
2014-01-16test: improve reply timeout testDaniel Mack1-19/+52
2014-01-16test: add test for reply timeoutKay Sievers6-7/+131
2014-01-14allow to set and query connections and memfds a human-readable names (ABI break)Kay Sievers4-17/+49
2014-01-14export namespace-global message sequence number (ABI break)Kay Sievers1-1/+2
2014-01-14test: use bool instead of intKay Sievers1-2/+3
2014-01-05test: return error from loopKay Sievers2-7/+17
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: benchmark - use sizeof(struct timeval)Kay Sievers1-1/+1
2013-12-27test: cast addr to uintptr_tKay Sievers3-7/+7
2013-12-25allow to compile a separate kernel module with a named extensionKay Sievers7-25/+24
2013-12-25handle timeouts only handled for expected replies, not for queued messagesKay Sievers1-4/+11
2013-12-23rename "id" to "owner_id" for all actions on behalf of other connectionsKay Sievers2-2/+2
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-20match: rework codeDaniel Mack2-17/+11
2013-12-19kdbus-test: start monitor testsDaniel Mack1-7/+41
2013-12-18test: chat - dump all namesKay Sievers1-2/+8
2013-12-18make kdbus_notify_name_change consist of two kdbus_notify_id_changeDaniel Mack1-3/+3
2013-12-17test-kdbus: add test for BYEBYEDaniel Mack1-0/+42
2013-12-17consolidate kdbus_cmd_{bus,ep,ns}_make structsDaniel Mack6-24/+101
2013-12-17use KDBUS_ITEM_NAME instead of KDBUS_ITEM_ACTIVATOR_NAMEDaniel Mack1-1/+1
2013-12-16kdbus.h: add alignment requirement to struct definitionsKay Sievers5-9/+9
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-15rework monitoringKay Sievers9-27/+16
2013-12-12rename starter to activatorKay Sievers3-21/+22
2013-12-12split kdbus_notify_name_change's flags field into old_flags and new_flagsDaniel Mack1-2/+3
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-10rename left-over "part" to "item"Kay Sievers1-6/+6
2013-12-09tests: don't use DBUS1 payload typeLennart Poettering4-7/+5
2013-12-09test-kdbus: re-enable all testsDaniel Mack1-1/+0