1. 4274c11 std::variant: Remove uses of the variant_ns by William A. Kennington III · 6 years ago
  2. 8515eae sdbus++: Generate includes for enum references by William A. Kennington III · 5 years ago
  3. 76f0732 sdbus++: Allow server.hpp files to have extra generated includes by William A. Kennington III · 5 years ago
  4. 3cf374e sdbus++: Fix mako include substitution for signals by William A. Kennington III · 5 years ago
  5. 8cd7a4a Fix warnings in forward declarations by Ed Tanous · 5 years ago
  6. 44b6975 Move to modern asio interfaces by Ed Tanous · 5 years ago
  7. 1ecde80 sdbusplus: Provide option to skip signal property by Richard Marian Thomaiyar · 5 years ago
  8. ebdc371 autotools: Fix for autoconf-archive 2019.01.19 by William A. Kennington III · 5 years ago
  9. b5a8446 bus: Add chrono types for timeouts by William A. Kennington III · 5 years ago
  10. 25ea94f sd_event_wrapper must not close descriptor by Vernon Mauery · 5 years ago
  11. b5982ab message: Add constructor with an int parameter for unix_fd by Waqar Hameed · 5 years ago
  12. 3a3bb9e Add method to check if an interface has been initialized by Jason M. Bills · 5 years ago
  13. f0dd3b5 Support default string values by Matthew Barth · 5 years ago
  14. bed15f0 Fix: ObjectManager path for asio by Richard Marian Thomaiyar · 5 years ago
  15. 4d74189 Revert "Revert "Fix incorrect defaultValue in generated server.hpp"" by Lei YU · 5 years ago
  16. 062205d bus: Only close connections we own by William A. Kennington III · 6 years ago
  17. 34fdbf3 bus: Add missing sd_bus_open() equivalent by William A. Kennington III · 6 years ago
  18. c7d104d Move asio interfaces away from deprecated names by Ed Tanous · 5 years ago
  19. 596a223 Add support for Unix file descriptors by Waqar Hameed · 6 years ago
  20. 8192be9 Revert "Fix incorrect defaultValue in generated server.hpp" by Andrew Geissler · 5 years ago
  21. 14269fb Fix incorrect defaultValue in generated server.hpp by Lei YU · 5 years ago
  22. 42f6ad5 bus: Add explicit flush and close operations by William A. Kennington III · 6 years ago
  23. 09c9817 update asio set property to signal properly by Richard Marian Thomaiyar · 6 years ago
  24. 6ee43dc asio: Update variant usage by Yong Li · 6 years ago
  25. 7583460 bus: route bus deleter to implementation by Brad Bishop · 6 years ago
  26. dfbff6f bus: Add mock and interface for flush_close_unref by Brad Bishop · 6 years ago
  27. b4cc7d7 style: run clang-format on bus/server.hpp.in by Brad Bishop · 6 years ago
  28. 236f8c7 sdbusplus::asio: Use the default bus by Vernon Mauery · 6 years ago
  29. 8ca6025 sdbusplus: better mirror bus aquisition methods by Vernon Mauery · 6 years ago
  30. f042393 asio: Don't allow signaling uninitialized properties by James Feist · 6 years ago
  31. 90778b4 message: mapbox::util::variant -> std::variant by William A. Kennington III · 6 years ago
  32. 6b4fb29 build: set language to C++ by Patrick Venture · 6 years ago
  33. 076d14a Add sdbusplus::asio coroutine method handling by Vernon Mauery · 6 years ago
  34. 841d8d3 bus: check if D-Bus service name request was successful by Waqar Hameed · 6 years ago
  35. d94226d asio: don't allow setting the same value by James Feist · 6 years ago
  36. 1a3b2c6 mapbox/variant: Implement std::get_if interface by William A. Kennington III · 6 years ago
  37. ad7e686 Avoid build failure when sdbus++ tool is disabled by Manojkiran Eda · 6 years ago
  38. b20866d mapbox/variant: Add std::visit compatible function by William A. Kennington III · 6 years ago
  39. 47b3188 gitignore: Add missing /test/timer binary by William A. Kennington III · 6 years ago
  40. 13de253 server/transaction: Fix message hash by William A. Kennington III · 6 years ago
  41. 209dfc6 message: Implment get_reply_cookie() by William A. Kennington III · 6 years ago
  42. 8e8d1a6 message: Implment get_type() by William A. Kennington III · 6 years ago
  43. 079fb85 bus/call: Clarify error sources by William A. Kennington III · 6 years ago
  44. 261e72b Add coroutine support for sdbusplus::asio method calls by Vernon Mauery · 6 years ago
  45. fba332b Use return value from sd_bus_error_set* by William A. Kennington III · 6 years ago
  46. 7a2ff91 Fix invalid uses of sd_bus_error_set_const by William A. Kennington III · 6 years ago
  47. 6565454 sdbus: Add sd_bus_error_set method by William A. Kennington III · 6 years ago
  48. 81fa02e message: Fix variant api usage by William A. Kennington III · 6 years ago
  49. b2cb933 mapbox/variant: Align API with std::variant by William A. Kennington III · 6 years ago
  50. 20adbc2 message: Add error handling by William A. Kennington III · 6 years ago
  51. 2b74e52 Add new_method_errno interface to message and low-level interface by Vernon Mauery · 6 years ago
  52. ca46b9d Set sdbusplus to use c++17 by Vernon Mauery · 6 years ago
  53. 1705224 Allow copy constructor/assignment operator for message::message by Vernon Mauery · 6 years ago
  54. 18fe174 maintainers: Add William Kennington as maintainer by Brad Bishop · 6 years ago
  55. 703892e Installation of sdbusplus on custom distributions by Manojkiran Eda · 6 years ago
  56. 6693995 Fix memory leak in async_send_handler error path by Vernon Mauery · 6 years ago
  57. 33335b3 exception: Add .get_errno() method by Adriana Kobylak · 6 years ago
  58. 5b701c6 bus: Add sd_bus_call() helper that ignores errors by William A. Kennington III · 6 years ago
  59. 035c73b sdbus::asio: service sd_event loop upon request by Vernon Mauery · 6 years ago
  60. 7efcdae add common timer.hpp unit tests by Vernon Mauery · 6 years ago
  61. 12a4aec Add common sd_event timer class by Vernon Mauery · 6 years ago
  62. b641d10 Handle invalid enum value in convertForMessage() by Lei YU · 6 years ago
  63. 2c8f93f sdbusplus::asio: fix callback with void args specialization by Vernon Mauery · 6 years ago
  64. e0d6965 clang-format: Fix pointer alignment by William A. Kennington III · 6 years ago
  65. 06da562 clang-format: Sort using statements by William A. Kennington III · 6 years ago
  66. 2b238af clang-format: always break template declarations by Patrick Venture · 6 years ago
  67. 95269db update .clang-format header inclusion order by Patrick Venture · 6 years ago
  68. 0b5d1e0 clang-format-6.0 bump fixes by Patrick Venture · 6 years ago
  69. 8ce61e4 Allow callback raw access to message by Vernon Mauery · 6 years ago
  70. 387110b configure: Fix --disable-tests by William A. Kennington III · 6 years ago
  71. 69425eb property: Add support for const (read-only) values by Adriana Kobylak · 6 years ago
  72. 31a4b13 Spelling fixes by Gunnar Mills · 6 years ago
  73. fac43a6 Remove multiple inheritance from SdBusError by Vernon Mauery · 6 years ago
  74. b575518 Add return code checking for process discard by James Feist · 6 years ago
  75. 0db8007 configure: Don't check for valgrind or coverage without tests by William A. Kennington III · 6 years ago
  76. daa800e sdbus_mock: Make get_mocked_new() inline by Lei YU · 6 years ago
  77. 394ec94 Correctly trigger interfaces added and removed by James Feist · 6 years ago
  78. 6c17d3d tests: Add valgrind memcheck support by William A. Kennington III · 6 years ago
  79. 6f57467 configure: Remove manual pthread configuration by William A. Kennington III · 6 years ago
  80. b7881cd exception: Remove unused sdbus_impl declaration by William A. Kennington III · 6 years ago
  81. 2ea15b7 sdbusplus/ sort headers by Patrick Venture · 6 years ago
  82. 261fe75 Support to skip property changed signal by Richard Marian Thomaiyar · 6 years ago
  83. 13367e4 test/message/read: Test that our error handling cases work by William A. Kennington III · 6 years ago
  84. 60a7283 test/message/read: Add missing variant skip by William A. Kennington III · 6 years ago
  85. 8890e45 gitignore: Add all autogenerated files by William A. Kennington III · 6 years ago
  86. b4b4fa1 test/message/read: Use googletest and mocks by William A. Kennington III · 6 years ago
  87. a1e9e2a test/message/append: Use googletest and mocks by William A. Kennington III · 6 years ago
  88. 977d4d4 test/type_traits: Convert to gtest by William A. Kennington III · 6 years ago
  89. a4446c7 bootstrap: Error out on failures by William A. Kennington III · 6 years ago
  90. 874e82e SdBusError: Add test cases by William A. Kennington III · 6 years ago
  91. 4332518 SdBusError: Fix missing move by William A. Kennington III · 6 years ago
  92. 2726c17 SdBusError: Fix initialization checks by William A. Kennington III · 6 years ago
  93. 68cb170 SdBusError: Really own the sd_bus_error by William A. Kennington III · 6 years ago
  94. 3765750 SdBusError: Add Dependency Injection for the SdBusInterface by William A. Kennington III · 6 years ago
  95. 6e43390 sdbus: Add some sd_bus_error_* functions for mocking by William A. Kennington III · 6 years ago
  96. a0f52a3 sdbus_mock: Fix missing bus include by William A. Kennington III · 6 years ago
  97. c20acf6 test: Support mocking with googletest by William A. Kennington III · 6 years ago
  98. 592128c tests: Add code coverage by William A. Kennington III · 6 years ago
  99. cb582e0 SdBusInterface: Add missing methods by William A. Kennington III · 6 years ago
  100. 9ff25f7 SdBusImpl: Expose the global sdbus_impl by William A. Kennington III · 6 years ago