summaryrefslogtreecommitdiffstats
path: root/src/tests/sbus_tests.c
Commit message (Expand)AuthorAgeFilesLines
* sbus: Check string arguments for valid UTF-8 stringsJakub Hrozek2015-11-141-0/+49
* SBUS: Add support for <node /> in introspectionPavel Březina2015-06-181-1/+1
* sbus: unify naming of handler data variablePavel Březina2015-01-231-1/+1
* sbus: support org.freedesktop.DBus.PropertiesPavel Březina2015-01-231-0/+16
* sbus: support org.freedesktop.DBus.IntrospectablePavel Březina2015-01-231-26/+11
* sbus: add object path to sbus requestPavel Březina2015-01-231-5/+3
* sbus: support multiple interfaces on single pathPavel Březina2015-01-231-0/+2
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-231-8/+4
* SBUS: Add org.freedesktop.DBus.Properties.GetAll to IntrospectionJakub Hrozek2014-05-271-0/+4
* SBUS: Implement org.freedesktop.DBus.Properties.GetAll for primitive typesJakub Hrozek2014-05-271-0/+1
* SBUS: Add org.freedesktop.DBus.Properties.Get to IntrospectionJakub Hrozek2014-05-221-0/+7
* SBUS: Add a convenience function sbus_error_newJakub Hrozek2014-05-131-0/+32
* sbus_tests: fix missing invoker in initializerPavel Březina2014-04-191-0/+2
* SBUS: Generate introspection from the interface meta structureJakub Hrozek2014-04-151-0/+49
* tests: Don't set the check fork mode explicitlyJakub Hrozek2014-04-101-1/+0
* sbus: Add the sbus_request_parse_or_finish() methodStef Walter2014-03-141-0/+99
* sbus_tests: Add some testing of dispatch and handler codeStef Walter2014-03-141-0/+231