summaryrefslogtreecommitdiffstats
path: root/src/sbus
Commit message (Expand)AuthorAgeFilesLines
* sbus: check connection for NULL before unregister itSumit Bose2017-04-121-1/+7
* SBUS: Document how to free the result of sbus_create_messageJakub Hrozek2017-02-151-0/+7
* SBUS: use sss_ptr_hash for signals tablePavel Březina2017-02-013-49/+18
* SBUS: use sss_ptr_hash for nodes tablePavel Březina2017-02-013-66/+16
* SBUS: use sss_ptr_hash for opath tablePavel Březina2017-02-013-75/+28
* SBUS: remove unused symbolsPavel Březina2017-02-012-11/+0
* SBUS: Add destructor data to sbus_connectionFabiano Fidêncio2017-01-234-16/+53
* SBUS: Add a time_t pointer to the sbus_connectionFabiano Fidêncio2017-01-237-4/+20
* sbus: allow freeing msg through dbus api when using tallocPavel Březina2016-08-161-0/+51
* sbus: add utility function to simplify message and reply handlingPavel Březina2016-08-163-0/+292
* sbus: add sbus_request_reply_error()Pavel Březina2016-08-162-18/+62
* Amend debug messages after failure of unlinkLukas Slebodnik2016-07-251-4/+5
* SBUS: Add string helper macrosPavel Březina2016-06-271-0/+6
* SBUS: Fix typo in commentPavel Březina2016-06-271-1/+3
* SBUS ERRORS: Add unknown domainPavel Březina2016-06-271-0/+1
* SBUS: Print debug message when handler failsPavel Březina2016-06-201-0/+2
* SBUS: Add data provider errorsPavel Březina2016-06-201-0/+4
* SBUS: Add sbus_conn_register_iface_mapPavel Březina2016-06-202-0/+27
* UTIL: Add ERR_SBUS_REQUEST_HANDLEDJakub Hrozek2016-05-101-0/+1
* DEBUG: Add missing new linesLukas Slebodnik2015-12-141-2/+2
* sbus: Check string arguments for valid UTF-8 stringsJakub Hrozek2015-11-141-1/+45
* SBUS: Fix warnings -WshadowLukas Slebodnik2015-11-103-47/+48
* sbus: Add a special error code for messages sent by the bus itselfJakub Hrozek2015-09-012-1/+8
* sbus: Initialize errno if constructing message fails and add debug messagesJakub Hrozek2015-09-011-0/+6
* sbus: listen to NameOwnerChangedPavel Březina2015-06-193-0/+95
* sbus: add support for incoming signalsPavel Březina2015-06-194-0/+340
* SBUS: Add support for <node /> in introspectionPavel Březina2015-06-185-4/+180
* SBUS: Use default GetAll invoker if none is setPavel Březina2015-06-181-1/+8
* sbus: add a{sas} get invokerPavel Březina2015-05-223-8/+146
* sbus: add sbus_opath_decompose[_exact]Pavel Březina2015-05-222-0/+107
* sbus: provide custom error namesPavel Březina2015-05-221-0/+29
* sbus: sbus_opath_hash_add_iface free tmp talloc ctxPavel Reichl2015-05-111-2/+1
* Add missing new lines to debug messagesLukas Slebodnik2015-03-171-2/+2
* sbus_codegen: Port to python3Lukas Slebodnik2015-03-131-8/+13
* sbus: add constant to represent subtreePavel Březina2015-02-171-0/+7
* sbus codegen: do not prefix getters with iface namePavel Březina2015-02-171-1/+1
* sbus: remove unused 'reply as' functionsPavel Březina2015-02-173-350/+0
* sbus: use hard coded getters instead of generatedPavel Březina2015-02-175-148/+636
* Remove strict requirements of python2Lukas Slebodnik2015-02-131-1/+1
* sbus: add sbus_opath_get_object_name()Pavel Březina2015-01-232-0/+25
* sbus: move common opath functions from ifp to sbus codePavel Březina2015-01-232-0/+214
* sbus: unify naming of handler data variablePavel Březina2015-01-234-15/+15
* sbus: support org.freedesktop.DBus.PropertiesPavel Březina2015-01-233-220/+312
* sbus: support org.freedesktop.DBus.IntrospectablePavel Březina2015-01-233-248/+264
* sbus: add sbus_opath_hash_lookup_supported()Pavel Březina2015-01-232-5/+129
* sbus: add object path to sbus requestPavel Březina2015-01-232-0/+2
* sbus: support multiple interfaces on single pathPavel Březina2015-01-234-301/+451
* sbus: use 'path/*' to represent a D-Bus fallbackPavel Březina2015-01-231-36/+56
* sbus: move iface and object path code to separate filePavel Březina2015-01-233-190/+219
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-232-24/+26