aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-06libkdbinder: Add a README with build instructionsHEADmasterPierre Langlois
2016-05-13libkdbinder: Update copyright year to 2016Pierre Langlois
2016-05-13libkdbinder: Add a KDBUS version of the service managerPierre Langlois
2016-03-04libkdbinder: Support the latest version of KDBUSPierre Langlois
2016-03-04libkdbinder: Remove an unused parameterPierre Langlois
2016-03-04libkdbinder: Update includes after spliting the projectPierre Langlois
2016-03-04libkdbinder: add a test suite for the Binder APIPierre Langlois
2016-03-04libkdbinder: import IPermissionController and PermissionCachePierre Langlois
2016-03-04libkdbinder: implement linkToDeathPierre Langlois
2016-03-04libkdbinder: implement sending Binder objectsPierre Langlois
2016-03-04libkdbinder: implement issuing a transactionPierre Langlois
2016-03-04libkdbinder: spawn worker threads handling transactionsPierre Langlois
2016-03-04libkdbinder: implement the IServiceManager APIPierre Langlois
2016-03-04libkdbinder: add empty headers for IMemory and MemoryHeapBasePierre Langlois
2016-03-04libkdbinder: remove unused code from ParcelPierre Langlois
2016-03-04libkdbinder: import ParcelPierre Langlois
2016-03-04libkdbinder: import ProcessState and IPCThreadStatePierre Langlois
2016-03-04libkdbinder: import IInterfacePierre Langlois
2016-03-04libkdbinder: import Binder object abstractionPierre Langlois
2016-03-04libkdbinder: kdbus: add a Connection::kMaxTimeOut static constantPierre Langlois
2016-03-04libkdbinder: kdbus: Connection::name_list: rename the return vector of namesPierre Langlois
2016-03-04libkdbinder: kdbus: initialize enum with UINT64_CPierre Langlois
2016-03-04libkdbinder: kdbus: add KDBUS_DISALLOW_COPY_AND_ASSIGNPierre Langlois
2016-03-04libkdbinder: kdbus: create a bus for each Connection testsPierre Langlois
2016-03-04libkdbinder: kdbus: comply with Google coding stylePierre Langlois
2016-03-04libkdbinder: kdbus: preprend assertion macros with KDBUS_Pierre Langlois
2016-03-04libkdbidner: kdbus: include <sys/limits.h> for CHAR_BITPierre Langlois
2016-03-04libkdbinder: Document the KDBUS API, with examplesPierre Langlois
2016-03-04libkdbinder: kdbus: add runtime checks to ConnectionPierre Langlois
2016-03-04libkdbinder: kdbus: add LOG_VERBOSE logcat messagesPierre Langlois
2016-03-04libkdbinder: kdbus: add accessors to MessagePierre Langlois
2016-03-04libkdbinder: kdbus: remove the Activator flagsPierre Langlois
2016-03-04libkdbinder: kdbus: fix ambiguity between a Connection name and descriptionPierre Langlois
2016-03-04libkdbinder: kdbus: make the Item size a const memberPierre Langlois
2016-03-04libkdbinder: kdbus: rename files for consistencyPierre Langlois
2016-03-04libkdbinder: kdbus: move Bus and Connection into their own header filesPierre Langlois
2016-03-04libkdbinder: kdbus: return a vector when dequeuing a message.Pierre Langlois
2016-03-04libkdbinder: kdbus: use Message objects in the top level APIPierre Langlois
2016-03-04libkdbinder: kdbus: expose the Item and Message interfacesPierre Langlois
2016-03-04libkdbinder: kdbus: add support for freeing a messagePierre Langlois
2016-03-04libkdbinder: kdbus: add support for death notificationsPierre Langlois
2016-03-04libkdbinder: kdbus: return Reply objectsPierre Langlois
2016-03-04libkdbinder: kdbus: mark Connection methods as constPierre Langlois
2016-03-04libkdbinder: kdbus: add support for synchronous messagesPierre Langlois
2016-03-04libkdbinder: kdbus: add support for dequeuing a messagePierre Langlois
2016-03-04libkdbinder: kdbus: add support for queueing a messagePierre Langlois
2016-03-04libkdbinder: kdbus: add support for well-known namesPierre Langlois
2016-03-04libkdbinder: kdbus: add a Connection interfacePierre Langlois
2016-02-29libkdbinder: kdbus: Initial commit, add a Bus interfacePierre Langlois