summaryrefslogtreecommitdiffstats
path: root/src/sbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix: always check return value of unlink()Pavel Reichl2014-11-281-2/+10
* SBUS: Initialize DBusError before using itJakub Hrozek2014-11-251-0/+1
* SBUS: Fix error handling after closing containerLukas Slebodnik2014-10-221-0/+2
* SBUS: Allow connections from other UIDsJakub Hrozek2014-10-222-0/+24
* SBUS: Chown the sbus socket if neededJakub Hrozek2014-10-223-4/+30
* sbus_request: fix potential NULL dereferencePavel Březina2014-07-012-5/+10
* Use DISCARD_ALIGN in VTABLE_FUNC macroMichal Zidek2014-07-011-1/+1
* Use python2 in shebang for python scripts.Lukas Slebodnik2014-06-181-1/+1
* 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-272-10/+92
* SBUS: Consolidate VTABLE_FUNC definitions in sssd_dbus_meta.hJakub Hrozek2014-05-273-8/+4
* SBUS: Add utility function sbus_add_array_as_variant_to_dictPavel Březina2014-05-272-0/+83
* SBUS: Add utility function sbus_add_variant_to_dictJakub Hrozek2014-05-273-0/+122
* SBUS: Include config.h for enabling function in stdio.hLukas Slebodnik2014-05-261-0/+3
* SBUS: Define DBUS_ERROR_INIT for old version of dbusLukas Slebodnik2014-05-261-0/+4
* SBUS: Add org.freedesktop.DBus.Properties.Get to IntrospectionJakub Hrozek2014-05-221-0/+11
* SBUS: Add several error constant definitionsJakub Hrozek2014-05-221-0/+20
* SBUS: Return / if an object path getter returns NULLJakub Hrozek2014-05-221-0/+2
* SBUS: Return empty string if a string getter returns NULLPavel Březina2014-05-221-1/+4
* SBUS: Implement org.freedesktop.DBus.Properties.Get for primitive typesJakub Hrozek2014-05-223-40/+151
* SBUS: Start implementing property accessStef Walter2014-05-226-17/+208
* SBUS: Utility function sbus_request_return_array_as_variantPavel Březina2014-05-222-0/+124