summaryrefslogtreecommitdiffstats
path: root/src/sbus
Commit message (Expand)AuthorAgeFilesLines
* SBUS: remove unused variablesPavel Březina2014-06-031-4/+0
* SBUS: Include config.h for enabling function in stdio.hLukas Slebodnik2014-06-031-0/+3
* SBUS: Define DBUS_ERROR_INIT for old version of dbusLukas Slebodnik2014-06-031-0/+4
* SBUS: Fix warning declaration shadows a global declarationLukas Slebodnik2014-06-031-4/+4
* SBUS: Refactor sbus_message_handler to retrieve caller IDJakub Hrozek2014-06-031-55/+111
* SBUS: Add an async request to retrieve the caller IDJakub Hrozek2014-06-034-0/+221
* SBUS: Add SBUS_CONN_TYPE_SYSBUSJakub Hrozek2014-06-032-3/+6
* SBUS: Split out dbus_conn_sendJakub Hrozek2014-06-032-22/+45
* SBUS: Add a convenience function sbus_error_newJakub Hrozek2014-06-032-0/+43
* SBUS: Fix error handling conditionJakub Hrozek2014-06-031-1/+2
* SBUS: several trivial style fixesJakub Hrozek2014-06-033-6/+9
* IFP: Close memstream handle in introspect destructorJakub Hrozek2014-06-031-0/+4
* sbus request: fix error initializationPavel Březina2014-06-031-2/+4
* sbus: Add type-safe DBus method handlers and finish functionsStef Walter2014-06-036-33/+261
* SBUS: Create an sbus_method_meta instance for IntrospectionJakub Hrozek2014-06-033-0/+12
* SBUS: Generate introspection from the interface meta structureJakub Hrozek2014-06-033-3/+368
* sbus: Add the sbus_request_parse_or_finish() methodStef Walter2014-06-022-0/+155
* sbus: Make sbus_new_server() work for non-priveleged processesStef Walter2014-06-021-1/+1
* sbus: Refactor how we export DBus interfacesStef Walter2014-06-026-102/+54
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-06-024-22/+222
* sbus: Generate constants from interface definitionsStef Walter2014-06-021-0/+21
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-06-022-35/+43
* sbus: Add sbus_vtable and update codegen to support itStef Walter2014-06-023-2/+56
* sbus: Add meta data structures and code generatorStef Walter2014-06-023-0/+652
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-05-024-59/+79
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-05-024-82/+82
* Remove unused codeJakub Hrozek2013-09-122-69/+0
* Fix pointer formattingLukas Slebodnik2013-09-111-5/+5
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-2/+3
* Move some debug lines to new debug log levelsStef Walter2012-06-201-1/+1
* Catch cases where D-Bus connection is NULLJakub Hrozek2012-04-051-0/+4
* SBUS: Fix DEBUG log matchingStephen Gallagher2011-11-101-7/+8
* Report on errno, not return code in create_socket_symlinkJakub Hrozek2011-10-141-0/+2
* Fix off-by-one error in remove_socket_symlink()Jakub Hrozek2011-10-141-1/+1
* Append PID to sbus server socket name, let clients use a symlinkJakub Hrozek2011-10-134-18/+172
* Add option to follow symlinks to check_file()Jakub Hrozek2011-10-132-2/+2
* New DEBUG facility - conversionPavel Březina2011-08-251-1/+1
* Defer sbus_dispatch() for 30ms during reconnectSumit Bose2010-05-201-1/+2
* Properly handle dbus send attempts on a closed connectionStephen Gallagher2010-03-152-0/+81
* Add forgotten \n in DEBUG statementsMartin Nagy2010-03-041-2/+2
* Check and set permissions on SBUS socketsSumit Bose2010-02-232-0/+40
* Rename server/ directory to src/Stephen Gallagher2010-02-187-0/+1651