summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Emit adding/removing interfaces for object serverHEADmasterLei YU2020-02-137-7/+235
* Fix an issue found by cppcheckLei YU2020-02-111-1/+1
* sdbus++: interface: fix indent of enum-string fnPatrick Williams2020-02-111-6/+6
* MAINTAINERS: add Patrick WilliamsPatrick Williams2020-02-111-0/+1
* Catch async errors so they do not throwVernon Mauery2020-02-101-27/+52
* Make interface string publicLei YU2020-02-042-2/+3
* maintainers: Add Lei YU as maintainerLei YU2020-01-151-0/+1
* maintainers: Fix dkodihal's email addressLei YU2020-01-151-1/+1
* Add valgrind suppressionLei YU2020-01-152-0/+10
* Fix vtable CI errorLei YU2020-01-153-72/+128
* Allow async_method_call to provide opt messageRichard Marian Thomaiyar2019-07-101-5/+28
* native_types: Fix string_wrapper overloadsWilliam A. Kennington III2019-06-142-7/+22
* message: Add get_error()Lei YU2019-06-113-0/+17
* asio: Allow mutable lambdas + small cleanupJames Feist2019-06-043-12/+16
* sdbus++: Fix construction of objects with flagsWilliam A. Kennington III2019-05-232-2/+2
* message: Fix passing of sd_bus interface to new messagesWilliam A. Kennington III2019-05-171-2/+2
* Change async_method_call to be no-throwVernon Mauery2019-05-162-11/+56
* MAINTAINERS file had the incorrect email addressVernon Mauery2019-05-161-1/+1
* Change yield_method_call to be no-throwVernon Mauery2019-05-102-14/+40
* Add vmauery to the sdbusplus maintainer listVernon Mauery2019-04-251-0/+1
* std::variant: Remove uses of the variant_nsWilliam A. Kennington III2019-04-059-42/+50
* sdbus++: Generate includes for enum referencesWilliam A. Kennington III2019-04-034-0/+32
* sdbus++: Allow server.hpp files to have extra generated includesWilliam A. Kennington III2019-04-031-0/+3
* sdbus++: Fix mako include substitution for signalsWilliam A. Kennington III2019-04-031-4/+1
* Fix warnings in forward declarationsEd Tanous2019-03-222-2/+2
* Move to modern asio interfacesEd Tanous2019-03-221-3/+3
* sdbusplus: Provide option to skip signal propertyRichard Marian Thomaiyar2019-03-191-3/+6
* autotools: Fix for autoconf-archive 2019.01.19William A. Kennington III2019-03-154-3/+18
* bus: Add chrono types for timeoutsWilliam A. Kennington III2019-03-152-4/+30
* sd_event_wrapper must not close descriptorVernon Mauery2019-03-071-0/+3
* message: Add constructor with an int parameter for unix_fdWaqar Hameed2019-03-021-0/+5
* Add method to check if an interface has been initializedJason M. Bills2019-02-201-0/+5
* Support default string valuesMatthew Barth2019-02-071-5/+9
* Fix: ObjectManager path for asioRichard Marian Thomaiyar2019-02-021-4/+8
* Revert "Revert "Fix incorrect defaultValue in generated server.hpp""Lei YU2019-01-172-1/+7
* bus: Only close connections we ownWilliam A. Kennington III2019-01-142-12/+26
* bus: Add missing sd_bus_open() equivalentWilliam A. Kennington III2019-01-141-0/+7
* Move asio interfaces away from deprecated namesEd Tanous2019-01-124-14/+14
* Add support for Unix file descriptorsWaqar Hameed2019-01-106-0/+59
* Revert "Fix incorrect defaultValue in generated server.hpp"Andrew Geissler2019-01-082-7/+1
* Fix incorrect defaultValue in generated server.hppLei YU2019-01-082-1/+7
* bus: Add explicit flush and close operationsWilliam A. Kennington III2018-12-193-0/+31
* update asio set property to signal properlyRichard Marian Thomaiyar2018-12-151-18/+49
* asio: Update variant usageYong Li2018-12-131-4/+8
* bus: route bus deleter to implementationBrad Bishop2018-12-131-9/+17
* bus: Add mock and interface for flush_close_unrefBrad Bishop2018-12-132-0/+7
* style: run clang-format on bus/server.hpp.inBrad Bishop2018-12-132-32/+35
* sdbusplus::asio: Use the default busVernon Mauery2018-12-111-1/+1
* sdbusplus: better mirror bus aquisition methodsVernon Mauery2018-12-113-3/+21
* asio: Don't allow signaling uninitialized propertiesJames Feist2018-11-301-1/+7
OpenPOWER on IntegriCloud