1. ad7e686 Avoid build failure when sdbus++ tool is disabled by Manojkiran Eda · 6 years ago
  2. b20866d mapbox/variant: Add std::visit compatible function by William A. Kennington III · 6 years ago
  3. 47b3188 gitignore: Add missing /test/timer binary by William A. Kennington III · 6 years ago
  4. 13de253 server/transaction: Fix message hash by William A. Kennington III · 6 years ago
  5. 209dfc6 message: Implment get_reply_cookie() by William A. Kennington III · 6 years ago
  6. 8e8d1a6 message: Implment get_type() by William A. Kennington III · 6 years ago
  7. 079fb85 bus/call: Clarify error sources by William A. Kennington III · 6 years ago
  8. 261e72b Add coroutine support for sdbusplus::asio method calls by Vernon Mauery · 6 years ago
  9. fba332b Use return value from sd_bus_error_set* by William A. Kennington III · 6 years ago
  10. 7a2ff91 Fix invalid uses of sd_bus_error_set_const by William A. Kennington III · 6 years ago
  11. 6565454 sdbus: Add sd_bus_error_set method by William A. Kennington III · 6 years ago
  12. 81fa02e message: Fix variant api usage by William A. Kennington III · 6 years ago
  13. b2cb933 mapbox/variant: Align API with std::variant by William A. Kennington III · 6 years ago
  14. 20adbc2 message: Add error handling by William A. Kennington III · 6 years ago
  15. 2b74e52 Add new_method_errno interface to message and low-level interface by Vernon Mauery · 6 years ago
  16. ca46b9d Set sdbusplus to use c++17 by Vernon Mauery · 6 years ago
  17. 1705224 Allow copy constructor/assignment operator for message::message by Vernon Mauery · 6 years ago
  18. 18fe174 maintainers: Add William Kennington as maintainer by Brad Bishop · 6 years ago
  19. 703892e Installation of sdbusplus on custom distributions by Manojkiran Eda · 6 years ago
  20. 6693995 Fix memory leak in async_send_handler error path by Vernon Mauery · 6 years ago
  21. 33335b3 exception: Add .get_errno() method by Adriana Kobylak · 6 years ago
  22. 5b701c6 bus: Add sd_bus_call() helper that ignores errors by William A. Kennington III · 6 years ago
  23. 035c73b sdbus::asio: service sd_event loop upon request by Vernon Mauery · 6 years ago
  24. 7efcdae add common timer.hpp unit tests by Vernon Mauery · 6 years ago
  25. 12a4aec Add common sd_event timer class by Vernon Mauery · 6 years ago
  26. b641d10 Handle invalid enum value in convertForMessage() by Lei YU · 6 years ago
  27. 2c8f93f sdbusplus::asio: fix callback with void args specialization by Vernon Mauery · 6 years ago
  28. e0d6965 clang-format: Fix pointer alignment by William A. Kennington III · 6 years ago
  29. 06da562 clang-format: Sort using statements by William A. Kennington III · 6 years ago
  30. 2b238af clang-format: always break template declarations by Patrick Venture · 6 years ago
  31. 95269db update .clang-format header inclusion order by Patrick Venture · 6 years ago
  32. 0b5d1e0 clang-format-6.0 bump fixes by Patrick Venture · 6 years ago
  33. 8ce61e4 Allow callback raw access to message by Vernon Mauery · 6 years ago
  34. 387110b configure: Fix --disable-tests by William A. Kennington III · 6 years ago
  35. 69425eb property: Add support for const (read-only) values by Adriana Kobylak · 6 years ago
  36. 31a4b13 Spelling fixes by Gunnar Mills · 6 years ago
  37. fac43a6 Remove multiple inheritance from SdBusError by Vernon Mauery · 6 years ago
  38. b575518 Add return code checking for process discard by James Feist · 6 years ago
  39. 0db8007 configure: Don't check for valgrind or coverage without tests by William A. Kennington III · 6 years ago
  40. daa800e sdbus_mock: Make get_mocked_new() inline by Lei YU · 6 years ago
  41. 394ec94 Correctly trigger interfaces added and removed by James Feist · 6 years ago
  42. 6c17d3d tests: Add valgrind memcheck support by William A. Kennington III · 6 years ago
  43. 6f57467 configure: Remove manual pthread configuration by William A. Kennington III · 6 years ago
  44. b7881cd exception: Remove unused sdbus_impl declaration by William A. Kennington III · 6 years ago
  45. 2ea15b7 sdbusplus/ sort headers by Patrick Venture · 6 years ago
  46. 261fe75 Support to skip property changed signal by Richard Marian Thomaiyar · 6 years ago
  47. 13367e4 test/message/read: Test that our error handling cases work by William A. Kennington III · 6 years ago
  48. 60a7283 test/message/read: Add missing variant skip by William A. Kennington III · 6 years ago
  49. 8890e45 gitignore: Add all autogenerated files by William A. Kennington III · 6 years ago
  50. b4b4fa1 test/message/read: Use googletest and mocks by William A. Kennington III · 6 years ago
  51. a1e9e2a test/message/append: Use googletest and mocks by William A. Kennington III · 6 years ago
  52. 977d4d4 test/type_traits: Convert to gtest by William A. Kennington III · 6 years ago
  53. a4446c7 bootstrap: Error out on failures by William A. Kennington III · 6 years ago
  54. 874e82e SdBusError: Add test cases by William A. Kennington III · 6 years ago
  55. 4332518 SdBusError: Fix missing move by William A. Kennington III · 6 years ago
  56. 2726c17 SdBusError: Fix initialization checks by William A. Kennington III · 6 years ago
  57. 68cb170 SdBusError: Really own the sd_bus_error by William A. Kennington III · 6 years ago
  58. 3765750 SdBusError: Add Dependency Injection for the SdBusInterface by William A. Kennington III · 6 years ago
  59. 6e43390 sdbus: Add some sd_bus_error_* functions for mocking by William A. Kennington III · 6 years ago
  60. a0f52a3 sdbus_mock: Fix missing bus include by William A. Kennington III · 6 years ago
  61. c20acf6 test: Support mocking with googletest by William A. Kennington III · 6 years ago
  62. 592128c tests: Add code coverage by William A. Kennington III · 6 years ago
  63. cb582e0 SdBusInterface: Add missing methods by William A. Kennington III · 6 years ago
  64. 9ff25f7 SdBusImpl: Expose the global sdbus_impl by William A. Kennington III · 6 years ago
  65. 4beb17a Allow public access to raw message object by Ed Tanous · 6 years ago
  66. 40c2279 configure: Fix googletest depedence by William A. Kennington III · 6 years ago
  67. fce038a Add sbusplus properties server by James Feist · 6 years ago
  68. 284a0f9 Add boost asio async connection by James Feist · 6 years ago
  69. 4869781 tests: Write our own assert() by William A. Kennington III · 6 years ago
  70. 809e373 tests: Makefile flags cleanup by William A. Kennington III · 6 years ago
  71. b4b3247 configure: Make gtest detection more flexible by William A. Kennington III · 6 years ago
  72. b564550 tests: Fix memory leak from sd_bus calls by William A. Kennington III · 6 years ago
  73. c65d74e autotools: Simple changes for uniformity by William A. Kennington III · 6 years ago
  74. dd051e2 test: Makefile.am: add missing exception dependency by Patrick Venture · 6 years ago
  75. ec9236d bus/new_{method,signal}: Implement error handling for underlying errors by William A. Kennington III · 6 years ago
  76. 49e4bdc bus/process: Implement error handling for sd_bus_process calls by William A. Kennington III · 6 years ago
  77. 55d6686 bus/call: Implement exception handling on call failures by William A. Kennington III · 6 years ago
  78. 75a2e25 property: Add errors support by Adriana Kobylak · 6 years ago
  79. ee6ac69 property: Move property template to its own file by Adriana Kobylak · 6 years ago
  80. 51b2001 Adding Richard as reviewer by Richard Marian Thomaiyar · 6 years ago
  81. 263712f sdbusplus:: dbus-interfaces generated use inteface by Patrick Venture · 6 years ago
  82. a489b94 sdbusplus::server::object Add sdbus interface by Patrick Venture · 6 years ago
  83. 540946e sdbusplus::server::interface:: Add sdbus interface by Patrick Venture · 6 years ago
  84. ead7ea7 sdbusplus testing add new_mock method by Patrick Venture · 6 years ago
  85. 8e20cfb message: Add error handling to sd_bus_message calls by William A. Kennington III · 6 years ago
  86. cd63eee Fix test/Makefile.am to pass build on x86-64 SDK by Lei YU · 6 years ago
  87. 20db3bf exception: Add an exception for holding sd_bus_errors by William A. Kennington III · 6 years ago
  88. 248c990 sdbusplus::server::manager:: leverage getInterface by Patrick Venture · 6 years ago
  89. b9a1e19 sdbusplus::bus::bus Add getInterface() method by Patrick Venture · 6 years ago
  90. ff09568 sdbusplus::bus::bus Add sdbus interface injection by Patrick Venture · 6 years ago
  91. 4c3427c sdbusplus::message::message Add sdbus interface injection by Patrick Venture · 6 years ago
  92. dba73d7 Added sdbusplus::sdbus Interface and Mock by Patrick Venture · 6 years ago
  93. e264298 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  94. 20a6b6b Spelling fixes by Gunnar Mills · 6 years ago
  95. f750906 Allow property called 'name' in interface by James Feist · 6 years ago
  96. a4b4a0b Spelling fixes by Gunnar Mills · 6 years ago
  97. 28dc36d Allow reading and appending of more complex types by Ed Tanous · 6 years ago
  98. f9c02db clang-format: Set IndentWrappedFunctionNames to true by Adriana Kobylak · 6 years ago
  99. f7c2307 message: fix a bug exposed by gcc 6.3 by Brad Bishop · 6 years ago
  100. 072da3e Update repo to conform to openbmc code standard by Andrew Geissler · 6 years ago