1. 3448ede Remove initialized_ member by Ed Tanous · 1 year, 7 months ago
  2. 936cb89 Change deprecated asio function by Ed Tanous · 1 year, 7 months ago
  3. 56252bb stdexec: update to latest commit by Patrick Williams · 1 year, 7 months ago
  4. abbdd6a stdexec: update to latest commit by Patrick Williams · 1 year, 8 months ago
  5. 9688ed6 Add override keyword everywhere it's required by Ed Tanous · 1 year, 9 months ago
  6. 640a7d5 Add support for appending std::string_view by Ed Tanous · 1 year, 9 months ago
  7. 2e3f79b Add missing override keyword on mock by Ed Tanous · 1 year, 9 months ago
  8. 87ce963 Remove static keyword from template by Ed Tanous · 1 year, 9 months ago
  9. ddc57bd Fix a bunch of docstrings by Ed Tanous · 1 year, 9 months ago
  10. ed4a5a6 Fix variable shadow warnings in sdbusplus by Ed Tanous · 1 year, 9 months ago
  11. 5e7ef08 stdexec: update to later commit by Patrick Williams · 1 year, 9 months ago
  12. b8be599 Remove extra semi-colons by Ed Tanous · 1 year, 9 months ago
  13. ae47928 Clean up ASIO set-property callback code by Jonathan Doman · 2 years, 4 months ago
  14. 5d81ca2 bus: Add function for checking open status by William A. Kennington III · 1 year, 10 months ago
  15. 94865b3 bus: Return the value of wait by William A. Kennington III · 1 year, 10 months ago
  16. a8a092c remove potential memory leak with getAllProperties by Willy Tu · 2 years ago
  17. 115e9b3 async: context: allow many exceptions by Patrick Williams · 2 years ago
  18. 10483c9 async: context: allow run re-entrance by Patrick Williams · 2 years ago
  19. 3c242ba async: context: simplify run function by Patrick Williams · 2 years ago
  20. dfa9be5 async: context: spawn on worker thread by Patrick Williams · 2 years ago
  21. 095eff8 async: scope: allow blocks before started by Patrick Williams · 2 years ago
  22. 4cfc284 async: handle exceptions and stops by Patrick Williams · 2 years ago
  23. 1b7b54c async: match: stop pending sender on dtor by Patrick Williams · 2 years ago
  24. 78e436f async: context: handle shutdown better by Patrick Williams · 2 years ago
  25. c5b5ff5 async: scope: add completion sender by Patrick Williams · 2 years ago
  26. 0139cac async: add scope by Patrick Williams · 2 years ago
  27. 435eb1b async: add sleep_for sender by Patrick Williams · 2 years ago
  28. 3ce3159 event: add oneshot timer support by Patrick Williams · 2 years ago
  29. 73e278b async: context: support stopping the context by Patrick Williams · 2 years ago
  30. d2b0044 event: add a simple wrapper around sd-event by Patrick Williams · 2 years ago
  31. 290fa42 async: add match by Patrick Williams · 2 years, 1 month ago
  32. 10010b1 async: add client-object proxy by Patrick Williams · 2 years, 1 month ago
  33. 7418766 async: add context support by Patrick Williams · 2 years, 1 month ago
  34. 2f58b79 async: add coroutine task support by Patrick Williams · 2 years, 1 month ago
  35. 5b5d15b std::execution: import from p2300 prototype by Patrick Williams · 2 years, 1 month ago
  36. 1778b12 Allow clients to disable coroutine support by Ed Tanous · 3 years ago
  37. 41f42f6 clang-format: update with latest by Patrick Williams · 2 years ago
  38. 6a38ed5 asio/object_server: Use nullptr by Brad Bishop · 2 years ago
  39. 26b3ff9 Fix instances of extra-semi by Brad Bishop · 2 years ago
  40. 1a25a10 clang-format: update whitespace penalty by Patrick Williams · 2 years ago
  41. 5a6c790 asio: fix instances of unused-exception-parameter by Brad Bishop · 2 years ago
  42. 0eda6eb Fix inconsistent-missing-destructor-override by Brad Bishop · 2 years ago
  43. e8c7614 bus.hpp: fix missing-noreturn by Brad Bishop · 2 years ago
  44. d86b2a0 Fix instances of zero-as-null-pointer-constant by Brad Bishop · 2 years ago
  45. 37d48a0 match: more string_view improvements by Patrick Williams · 2 years ago
  46. 4fbda94 match: constexpr, noexcept, string_view-ify by Patrick Williams · 2 years, 1 month ago
  47. 69e2b29 Combine owned strings by Ed Tanous · 2 years ago
  48. 4ecc47b Use built-in sd-bus methods for member name check by Ed Tanous · 2 years ago
  49. 1d319d9 Use optional instead of unique_ptr by Ed Tanous · 2 years ago
  50. 09b06c4 Store concrete manager by Ed Tanous · 2 years ago
  51. bc03a4f boost::any -> std::any by Ed Tanous · 2 years ago
  52. c133002 Use unordered_map for callback storage by Ed Tanous · 2 years ago
  53. 5eb80a8 Revert "message: set 'get' as const" by Patrick Williams · 2 years, 1 month ago
  54. 654d45b Give async_send_hander a real constructor by Ed Tanous · 2 years, 1 month ago
  55. 25e2a09 bus: utility to process messages in infinite loop by Nan Zhou · 2 years, 1 month ago
  56. 9cde21f message: add unpack method by Patrick Williams · 2 years, 1 month ago
  57. 4aacf26 Change return codes to match sd-bus convention by Ed Tanous · 2 years, 1 month ago
  58. 6c97486 Make asio connection use composed operations by Ed Tanous · 2 years, 1 month ago
  59. 164b98b Fix coroutine_method_instance error handling by Krzysztof Grobelny · 2 years, 1 month ago
  60. 2e37e97 message: set 'get' as const by Patrick Williams · 2 years, 1 month ago
  61. f289c65 clang-format: update with latest by Patrick Williams · 2 years, 1 month ago
  62. af95567 Added missing include by Krzysztof Grobelny · 2 years, 3 months ago
  63. a6c05b8 Fix clang-tidy issue by Jiaqing Zhao · 2 years, 4 months ago
  64. c8447d5 added support for optionals in unpackProperties by Krzysztof Grobelny · 2 years, 9 months ago
  65. b7329a9 message: append: support span by Patrick Williams · 2 years, 5 months ago
  66. 1229576 server: object: remove non-enumerated ctor version by Patrick Williams · 2 years, 6 months ago
  67. ba5460d server: object: default emit destruct signals by Patrick Williams · 2 years, 6 months ago
  68. 4b0d126 server: object: add 'action::emit_no_signals' by Patrick Williams · 2 years, 6 months ago
  69. a1fa6e5 asio: object_server: fix 'callFunction' for void result by Patrick Williams · 2 years, 6 months ago
  70. d8a19ad doc: format with markdownlint by Patrick Williams · 2 years, 6 months ago
  71. 1357380 Make getProperty mutable by Ed Tanous · 2 years, 7 months ago
  72. eb6a9d0 asio: object_server: simpilify 'callFunction' by Patrick Williams · 2 years, 7 months ago
  73. 8c1f669 asio: object_server: remove non-if_constexpr cases by Patrick Williams · 2 years, 7 months ago
  74. 9ca0c92 asio: object_server: remove unused variable by Patrick Williams · 2 years, 7 months ago
  75. 90fab6b Add new overload to register_property_r/rw by Krzysztof Grobelny · 2 years, 7 months ago
  76. 7662fa6 match: Fix propertiesChangedNamespace method by George Liu · 2 years, 8 months ago
  77. b40dfec util: variant: add static assert by Patrick Williams · 2 years, 8 months ago
  78. 5770f51 utility: add merge_variants_t by Paul Fertser · 2 years, 8 months ago
  79. 69f5b90 test: Replace the C++ MOCK_METHOD<n> macros with the new MOCK_METHOD by Willy Tu · 2 years, 8 months ago
  80. 55949c2 Used erased type to reduce binary for getProperty by Krzysztof Grobelny · 2 years, 10 months ago
  81. ce62764 Modified set_handler() to return dbus error code by gokulsanker · 2 years, 10 months ago
  82. 4a46eb5 object: handle diamond inheritance by Patrick Williams · 2 years, 10 months ago
  83. 2404176 Make asio::object_server take const ptr to connection by Jonathan Doman · 2 years, 10 months ago
  84. f0eb650 slot: add friended get function by Patrick Williams · 2 years, 10 months ago
  85. 6649221 bus: reduce forward declaration for friendship by Patrick Williams · 2 years, 10 months ago
  86. a7ac313 slot: explicitly transfer pointer by Patrick Williams · 2 years, 10 months ago
  87. ce90da1 slot: shorten slot type by Patrick Williams · 2 years, 10 months ago
  88. a735ca5 vtable: shorten vtable type by Patrick Williams · 2 years, 10 months ago
  89. ba33c2a manager,interface: use shortened types by Patrick Williams · 2 years, 10 months ago
  90. 0f282c4 bus: shorten bus type by Patrick Williams · 2 years, 10 months ago
  91. 10d7aa1 message: shorten message type by Patrick Williams · 2 years, 10 months ago
  92. 6d83cf5 Add non-throwing version of unpackProperties by Szymon Dompke · 3 years ago
  93. b466765 catch exceptions as const by Patrick Williams · 3 years ago
  94. a8e3502 exception: ensure base exception vtable is non-hidden by Patrick Williams · 3 years ago
  95. b68700e exception: make base get_errno pure virtual by Patrick Williams · 3 years ago
  96. 1522866 exception: create subclass for generated errors by Patrick Williams · 3 years, 1 month ago
  97. bd372ec exception: add errno for internal errors by Patrick Williams · 3 years, 1 month ago
  98. b6f729d exception: add errno for all exceptions by Patrick Williams · 3 years, 1 month ago
  99. 0c8136a enable building with clang by Patrick Williams · 3 years, 1 month ago
  100. daaad8f message: append: fix unused variable warning by Patrick Williams · 3 years, 1 month ago