1. 4332518 SdBusError: Fix missing move by William A. Kennington III · 6 years ago
  2. 2726c17 SdBusError: Fix initialization checks by William A. Kennington III · 6 years ago
  3. 68cb170 SdBusError: Really own the sd_bus_error by William A. Kennington III · 6 years ago
  4. 3765750 SdBusError: Add Dependency Injection for the SdBusInterface by William A. Kennington III · 6 years ago
  5. 6e43390 sdbus: Add some sd_bus_error_* functions for mocking by William A. Kennington III · 6 years ago
  6. a0f52a3 sdbus_mock: Fix missing bus include by William A. Kennington III · 6 years ago
  7. cb582e0 SdBusInterface: Add missing methods by William A. Kennington III · 6 years ago
  8. 9ff25f7 SdBusImpl: Expose the global sdbus_impl by William A. Kennington III · 6 years ago
  9. 4beb17a Allow public access to raw message object by Ed Tanous · 6 years ago
  10. fce038a Add sbusplus properties server by James Feist · 6 years ago
  11. 284a0f9 Add boost asio async connection by James Feist · 6 years ago
  12. ec9236d bus/new_{method,signal}: Implement error handling for underlying errors by William A. Kennington III · 6 years ago
  13. 49e4bdc bus/process: Implement error handling for sd_bus_process calls by William A. Kennington III · 6 years ago
  14. 55d6686 bus/call: Implement exception handling on call failures by William A. Kennington III · 6 years ago
  15. 263712f sdbusplus:: dbus-interfaces generated use inteface by Patrick Venture · 6 years ago
  16. a489b94 sdbusplus::server::object Add sdbus interface by Patrick Venture · 6 years ago
  17. 540946e sdbusplus::server::interface:: Add sdbus interface by Patrick Venture · 6 years ago
  18. ead7ea7 sdbusplus testing add new_mock method by Patrick Venture · 6 years ago
  19. 8e20cfb message: Add error handling to sd_bus_message calls by William A. Kennington III · 6 years ago
  20. 20db3bf exception: Add an exception for holding sd_bus_errors by William A. Kennington III · 6 years ago
  21. 248c990 sdbusplus::server::manager:: leverage getInterface by Patrick Venture · 6 years ago
  22. b9a1e19 sdbusplus::bus::bus Add getInterface() method by Patrick Venture · 6 years ago
  23. ff09568 sdbusplus::bus::bus Add sdbus interface injection by Patrick Venture · 6 years ago
  24. 4c3427c sdbusplus::message::message Add sdbus interface injection by Patrick Venture · 6 years ago
  25. dba73d7 Added sdbusplus::sdbus Interface and Mock by Patrick Venture · 6 years ago
  26. a4b4a0b Spelling fixes by Gunnar Mills · 6 years ago
  27. 28dc36d Allow reading and appending of more complex types by Ed Tanous · 7 years ago
  28. f9c02db clang-format: Set IndentWrappedFunctionNames to true by Adriana Kobylak · 7 years ago
  29. f7c2307 message: fix a bug exposed by gcc 6.3 by Brad Bishop · 7 years ago
  30. 072da3e Update repo to conform to openbmc code standard by Andrew Geissler · 7 years ago
  31. a3c58a9 Add nameOwnerChanged match with given service by Matthew Barth · 7 years ago
  32. 82f083d match: Add additional convenience match rules by Brad Bishop · 7 years ago
  33. 5c48c8b match: add interfacesAdded rule by Patrick Williams · 7 years ago
  34. 61f57a4 message: Add wrappers for sd_bus_get_xxx by Brad Bishop · 7 years ago
  35. da25f34 match: add string constructors by Patrick Williams · 7 years ago
  36. a85fdff match: add utilities for match-rules by Patrick Williams · 7 years ago
  37. 2f7c887 match: allow message callbacks by Patrick Williams · 7 years ago
  38. b4041d4 bus: add wrapper for sd_bus_list_names by Patrick Williams · 7 years ago
  39. c69def6 match: move to bus namespace by Christian Andersen · 8 years ago
  40. d294557 Add wrappers for emit_interfaces_added/removed by Brad Bishop · 8 years ago
  41. 02d9675 exception: change org to xyz by Patrick Williams · 7 years ago
  42. ba6f50c bus: change constructor semantics by Patrick Williams · 7 years ago
  43. 93b0e70 exception: move InvalidEnumString functions to library by Patrick Williams · 7 years ago
  44. fd43ef7 Disable transaction id support by default by Adriana Kobylak · 8 years ago
  45. bee1a6a transaction: avoid recursive sdbus calls by Patrick Williams · 8 years ago
  46. fb913e8 message-append: char* passed to sd-bus as char** by Patrick Williams · 8 years ago
  47. 9a0baf5 Add wrappers for sd_bus object added/removed by Brad Bishop · 8 years ago
  48. 8ac39ee bus: Add interface for sd-event by Yi Li · 8 years ago
  49. 9fa8552 sdbus++: add server method for set-property by Patrick Williams · 8 years ago
  50. 6312225 message: Add get bus function by Adriana Kobylak · 8 years ago
  51. 990cbce transaction: Generate hash for when bus and msg are not initialized by Adriana Kobylak · 8 years ago
  52. 291f326 Initialize transaction id by Adriana Kobylak · 8 years ago
  53. 1afb4e6 Store transaction id in thread local storage by Adriana Kobylak · 8 years ago
  54. 5e293ec transaction: Initial commit to create a transaction id by Adriana Kobylak · 8 years ago
  55. 3306847 Allow implicit string_wrapper conversions by Brad Bishop · 8 years ago
  56. bc4afed Don't emit InterfacesRemoved unless requested by Brad Bishop · 8 years ago
  57. b6dcf97 message: Add get_cookie method by Adriana Kobylak · 8 years ago
  58. c549677 bus: Add get_unique_name method by Adriana Kobylak · 8 years ago
  59. 560e5fd message: Change conversion ctor to inc ref-count by Patrick Williams · 8 years ago
  60. aa2e7f7 message: allow obj-path and sig in STL containers by Patrick Williams · 8 years ago
  61. 572a8ea message-read: support obj-path and signature by Patrick Williams · 8 years ago
  62. fd3c462 message-append: support obj-path and signature by Patrick Williams · 8 years ago
  63. 4498298 message-types: support obj-path and signature by Patrick Williams · 8 years ago
  64. 9db2864 message: Add class for object-path and signatures by Patrick Williams · 8 years ago
  65. 9b97062 message: added is_method_error method by Christian Andersen · 8 years ago
  66. 213da28 message: remove hard-coded boolean types by Patrick Williams · 8 years ago
  67. 6a9c8ae message: pass 'bool' types to sdbus as 'int' by Patrick Williams · 8 years ago
  68. 2ae86cd bus: wrap response sd_bus_message into sdbusplus::message by Christian Andersen · 8 years ago
  69. 59b70d1 exception: add InvalidEnumString error by Patrick Williams · 8 years ago
  70. bbd0023 server-bindings: convertForMessage utility by Patrick Williams · 8 years ago
  71. ea24144 sdbus++: enhance exception information by Patrick Williams · 8 years ago
  72. 1a28306 exception: define 'internal_exception' class by Patrick Williams · 8 years ago
  73. f4a6f41 exception: Create exception class by Patrick Williams · 8 years ago
  74. ac52113 Skip variant for unknown types by Brad Bishop · 8 years ago
  75. b12ca16 match: add optional context parameter by Patrick Williams · 8 years ago
  76. ebd6b9c match: add signal callback registerer by Patrick Williams · 8 years ago
  77. a475c03 interface: enable property-changed signals by Patrick Williams · 8 years ago
  78. 5354c82 object: allow deferred creation signal by Patrick Williams · 8 years ago
  79. c7ba66f bus: add process_discard method for server operation by Patrick Williams · 8 years ago
  80. cfea00a interface: add signal support by Patrick Williams · 8 years ago
  81. 20d8246 message: add signal interfaces by Patrick Williams · 8 years ago
  82. 0966ce8 server: minor refactoring by Patrick Williams · 8 years ago
  83. d1102f4 object: add binding for 'sd_bus_emit_object_added/removed by Patrick Williams · 8 years ago
  84. 425dc9b bus: fix method_return by Patrick Williams · 8 years ago
  85. cb922df vtable: avoid ambiguity in method by Patrick Williams · 8 years ago
  86. 05aab8b manager: add binding for sd_bus_add_object_manager by Patrick Williams · 8 years ago
  87. 13f1ef7 interface: add binding for sd_bus_add_object_vtable by Patrick Williams · 8 years ago
  88. 0f9ed69 slot: add binding class for sd_bus_slot by Patrick Williams · 8 years ago
  89. 67df0f2 bus: change destructor to just 'unref' by Patrick Williams · 8 years ago
  90. cae30a0 bus: 'method_return' for responding to method-calls by Patrick Williams · 8 years ago
  91. 2a47ecd message: new_method_return for method-call replies by Patrick Williams · 8 years ago
  92. 887ebf6 bus: use infinity for default timeout by Brad Bishop · 8 years ago
  93. aed8179 bus: inline getters by Brad Bishop · 8 years ago
  94. 9d3ec7f Add vtable support by Patrick Williams · 8 years ago
  95. c8235ce message::types: minor comment fixup by Patrick Williams · 8 years ago
  96. 7559678 variant support for append/read by Patrick Williams · 8 years ago
  97. aa2f48a std::tuple support for append/read by Patrick Williams · 8 years ago
  98. bbe0e43 std::map support for append/read by Patrick Williams · 8 years ago
  99. 90b4f3c types: Use SD_BUS_TYPE_* instead of char-consts by Patrick Williams · 8 years ago
  100. 930460c std::vector support for append/read by Patrick Williams · 8 years ago