summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-12-05test: print ID in decimalKay Sievers1-1/+1
2013-12-04switch from one KDBUS_ITEM_NAMES to multiple KDBUS_ITEM_NAME including the flagsKay Sievers3-4/+12
2013-12-04use KDBUS_PART_SIZE everywhereKay Sievers4-10/+10
2013-12-04names: simplify names list query, return all known flagsKay Sievers2-5/+9
2013-12-03names: implement listing of queued ownersDaniel Mack1-1/+2
2013-12-03straighten names APIDaniel Mack2-4/+4
2013-12-02rename KDBUS_NAME_INFO to KDBUS_CONN_INFODaniel Mack2-3/+3
2013-12-01test: add test for starter functionalityDaniel Mack3-1/+169
2013-12-01test/monitor: exit on POLLERRDaniel Mack1-0/+3
2013-11-30fix namespace creation logicKay Sievers2-1/+67
2013-11-30use flags in monitor APIKay Sievers1-2/+2
2013-11-30rename bus names used in testsKay Sievers1-4/+3
2013-11-30place KDBUS_CMD_NAME_LIST KDBUS_CMD_NAME_INFO results in poolKay Sievers5-17/+20
2013-11-29test: adjust bloom sizeKay Sievers2-2/+2
2013-11-29rename KDBUS_MSG_* to KDBUS_ITEM_*Daniel Mack4-58/+58
2013-11-29bus, hello: generate unique bus identifierDaniel Mack1-1/+6
2013-11-29kdbus.h: move ATTACH flags in hello cmd into own flags fieldDaniel Mack1-11/+13
2013-11-28attach names only when asked forKay Sievers1-0/+1
2013-11-27test: do not try to read "name", when none is attachedKay Sievers1-5/+6
2013-11-27test: allow name_list() function to print full list of connected clientsLukasz Skalski3-5/+6
2013-11-19kdbus.h: use kernel BIT() helperDaniel Mack7-18/+2
2013-11-18attach TIMESTAMP only when asked for, always add NAMESKay Sievers1-1/+1
2013-11-17attach NAMES and CREDS only when asked forKay Sievers1-0/+2
2013-11-08Add dumping \0-bytes records.Daniel Kowalski1-8/+14
2013-11-06test/monitor: don't try dump \0-bytes recordsDaniel Kowalski1-4/+9
2013-10-26test/benchmark: initalize stress payloadDaniel Mack1-0/+4
2013-10-26test/monitor: add fake kdbus ENCAP idDaniel Mack1-1/+1
2013-10-26test/monitor: capture out-of-band payload (KDBUS_MSG_PAYLOAD_OFF)Daniel Mack1-4/+20
2013-10-25test/monitor: fix some brainosDaniel Mack1-14/+10
2013-10-24test-kdbus-monitor: add newline before printing statistics on exitDaniel Mack1-1/+1
2013-10-24test/monitor: close passed-in memfdsDaniel Mack1-0/+3
2013-10-24test: add simple bus monitor toolDaniel Mack2-1/+189
2013-10-20test: kill double includeDaniel Mack1-1/+0
2013-10-20test: add simple benchmark toolDaniel Mack2-1/+326
2013-10-20test: let upload_policy() accept a nameDaniel Mack4-5/+5
2013-10-17test: move add_match_empty to kdbus-utilDaniel Mack3-19/+17
2013-10-09preserve payload record padding when \0-bytes records are usedKay Sievers1-1/+1
2013-09-05Some corrections to make test-kdbus work on i686.Przemyslaw Kedzierski2-4/+5
2013-07-24test/kdbus-util.c: kill stray ')'Daniel Mack1-1/+1
2013-07-22do not expose cgroup hierarchy in the API, assume *the* hierarchyKay Sievers4-46/+1
2013-06-28test-kdbus.c: get it to work on 32bit systems.Greg Kroah-Hartman1-1/+1
2013-06-07test: use 1024 for a kB :)Kay Sievers1-1/+1
2013-05-30pool: use shmem file as backing storeKay Sievers4-52/+50
2013-05-24make part iteration generic; *really* validate parts, fix now failing testKay Sievers4-73/+66
2013-05-22test: names - do not iterate two items at onceKay Sievers1-4/+1
2013-05-21names: add KDBUS_ITEM_NEXT, pad to alignmentKay Sievers2-7/+11
2013-05-21track connection state in 'type' not in 'active'Kay Sievers1-1/+1
2013-05-20kdbus: prefix NULL enums with an underscore since they aren't really supposed...Lennart Poettering1-2/+3
2013-05-17make sure we always pass __u64 in the API, never long or pointerKay Sievers2-4/+6
2013-05-17pool: do not hand out more than half of the pool size with a single requestKay Sievers1-2/+2