1. 9949a16 async: scope: forward exception correctly by Patrick Williams · 1 year, 5 months ago
  2. 90f8d9b Allow propagating exceptions from server methods by Hannu Lounento · 1 year, 7 months ago
  3. 13c19dd asio: Emit PropertiesChanged signal by Jonathan Doman · 1 year, 5 months ago
  4. 1fc197e server: object: reduce potential warnings by Patrick Williams · 1 year, 5 months ago
  5. 3cd1c34 sdbus++: async: client: move context to constructor by Patrick Williams · 1 year, 5 months ago
  6. 4a594c0 sdbus++: add start of an async client by Patrick Williams · 1 year, 5 months ago
  7. 1f3efd8 async: proxy: use variant in property-set by Patrick Williams · 1 year, 5 months ago
  8. b274c31 async: proxy: fix property sub-proxy initialization by Patrick Williams · 1 year, 5 months ago
  9. d0f578d Make register_method accept 'Flags' by Arun Lal K M · 1 year, 5 months ago
  10. 64bdf05 server: object: reduce SFINAE by Patrick Williams · 1 year, 5 months ago
  11. a412ca8 Remove duplicate std::move by Ed Tanous · 1 year, 5 months ago
  12. f6cc836 Remove pointers vector by Ed Tanous · 1 year, 5 months ago
  13. 946c940 Request name with default non-zero flags by Michal Orzel · 1 year, 6 months ago
  14. e61c679 stdexec: update to latest commit by Patrick Williams · 1 year, 6 months ago
  15. 8356d65 scope: pass around the scheduler by Patrick Williams · 1 year, 6 months ago
  16. 5c50fc6 event: prevent potential deadlock by Patrick Williams · 1 year, 6 months ago
  17. 6ba4431 async: add additional completion signatures by Patrick Williams · 1 year, 6 months ago
  18. 819ca0b Make dbus_interface uncopyable and unmovable by Ed Tanous · 1 year, 6 months ago
  19. 3c2cea2 Fix behavior of const_ properties by Ed Tanous · 1 year, 6 months ago
  20. 6db7a6d Fix build error on register_signal() by Jason M. Bills · 1 year, 6 months ago
  21. ab52e72 Fix for failure of sending signal by Jitendra Tripathy · 1 year, 6 months ago
  22. 13b2cad Add back explicit constructors by Ed Tanous · 1 year, 6 months ago
  23. 8fb0207 Use offset to avoid lookups by Ed Tanous · 1 year, 7 months ago
  24. c9eb7e3 Optimize object_server by Ed Tanous · 1 year, 7 months ago
  25. fd995de Break out lambdas into helpers by Ed Tanous · 1 year, 6 months ago
  26. 1d3a039 Remove message copy by Ed Tanous · 1 year, 6 months ago
  27. 6993aa4 Break out post-spawn lambda into method by Ed Tanous · 1 year, 6 months ago
  28. da48d20 Fix vtable entires for offset callbacks by Ed Tanous · 1 year, 7 months ago
  29. 0564fac Delete callbackYields by Ed Tanous · 1 year, 7 months ago
  30. c461441 Break out callFunction by Ed Tanous · 1 year, 7 months ago
  31. df6133b Remove size_t from SetPropertyReturnValue by Ed Tanous · 1 year, 7 months ago
  32. 3448ede Remove initialized_ member by Ed Tanous · 1 year, 7 months ago
  33. 936cb89 Change deprecated asio function by Ed Tanous · 1 year, 7 months ago
  34. 56252bb stdexec: update to latest commit by Patrick Williams · 1 year, 7 months ago
  35. abbdd6a stdexec: update to latest commit by Patrick Williams · 1 year, 8 months ago
  36. 9688ed6 Add override keyword everywhere it's required by Ed Tanous · 1 year, 9 months ago
  37. 640a7d5 Add support for appending std::string_view by Ed Tanous · 1 year, 9 months ago
  38. 2e3f79b Add missing override keyword on mock by Ed Tanous · 1 year, 9 months ago
  39. 87ce963 Remove static keyword from template by Ed Tanous · 1 year, 9 months ago
  40. ddc57bd Fix a bunch of docstrings by Ed Tanous · 1 year, 9 months ago
  41. ed4a5a6 Fix variable shadow warnings in sdbusplus by Ed Tanous · 1 year, 9 months ago
  42. 5e7ef08 stdexec: update to later commit by Patrick Williams · 1 year, 9 months ago
  43. b8be599 Remove extra semi-colons by Ed Tanous · 1 year, 9 months ago
  44. ae47928 Clean up ASIO set-property callback code by Jonathan Doman · 2 years, 4 months ago
  45. 5d81ca2 bus: Add function for checking open status by William A. Kennington III · 1 year, 10 months ago
  46. 94865b3 bus: Return the value of wait by William A. Kennington III · 1 year, 10 months ago
  47. a8a092c remove potential memory leak with getAllProperties by Willy Tu · 2 years ago
  48. 115e9b3 async: context: allow many exceptions by Patrick Williams · 2 years ago
  49. 10483c9 async: context: allow run re-entrance by Patrick Williams · 2 years ago
  50. 3c242ba async: context: simplify run function by Patrick Williams · 2 years ago
  51. dfa9be5 async: context: spawn on worker thread by Patrick Williams · 2 years ago
  52. 095eff8 async: scope: allow blocks before started by Patrick Williams · 2 years ago
  53. 4cfc284 async: handle exceptions and stops by Patrick Williams · 2 years ago
  54. 1b7b54c async: match: stop pending sender on dtor by Patrick Williams · 2 years ago
  55. 78e436f async: context: handle shutdown better by Patrick Williams · 2 years ago
  56. c5b5ff5 async: scope: add completion sender by Patrick Williams · 2 years ago
  57. 0139cac async: add scope by Patrick Williams · 2 years ago
  58. 435eb1b async: add sleep_for sender by Patrick Williams · 2 years ago
  59. 3ce3159 event: add oneshot timer support by Patrick Williams · 2 years ago
  60. 73e278b async: context: support stopping the context by Patrick Williams · 2 years ago
  61. d2b0044 event: add a simple wrapper around sd-event by Patrick Williams · 2 years ago
  62. 290fa42 async: add match by Patrick Williams · 2 years, 1 month ago
  63. 10010b1 async: add client-object proxy by Patrick Williams · 2 years, 1 month ago
  64. 7418766 async: add context support by Patrick Williams · 2 years, 1 month ago
  65. 2f58b79 async: add coroutine task support by Patrick Williams · 2 years, 1 month ago
  66. 5b5d15b std::execution: import from p2300 prototype by Patrick Williams · 2 years, 1 month ago
  67. 1778b12 Allow clients to disable coroutine support by Ed Tanous · 3 years ago
  68. 41f42f6 clang-format: update with latest by Patrick Williams · 2 years ago
  69. 6a38ed5 asio/object_server: Use nullptr by Brad Bishop · 2 years ago
  70. 26b3ff9 Fix instances of extra-semi by Brad Bishop · 2 years ago
  71. 1a25a10 clang-format: update whitespace penalty by Patrick Williams · 2 years ago
  72. 5a6c790 asio: fix instances of unused-exception-parameter by Brad Bishop · 2 years ago
  73. 0eda6eb Fix inconsistent-missing-destructor-override by Brad Bishop · 2 years ago
  74. e8c7614 bus.hpp: fix missing-noreturn by Brad Bishop · 2 years ago
  75. d86b2a0 Fix instances of zero-as-null-pointer-constant by Brad Bishop · 2 years ago
  76. 37d48a0 match: more string_view improvements by Patrick Williams · 2 years ago
  77. 4fbda94 match: constexpr, noexcept, string_view-ify by Patrick Williams · 2 years, 1 month ago
  78. 69e2b29 Combine owned strings by Ed Tanous · 2 years ago
  79. 4ecc47b Use built-in sd-bus methods for member name check by Ed Tanous · 2 years ago
  80. 1d319d9 Use optional instead of unique_ptr by Ed Tanous · 2 years ago
  81. 09b06c4 Store concrete manager by Ed Tanous · 2 years ago
  82. bc03a4f boost::any -> std::any by Ed Tanous · 2 years ago
  83. c133002 Use unordered_map for callback storage by Ed Tanous · 2 years ago
  84. 5eb80a8 Revert "message: set 'get' as const" by Patrick Williams · 2 years, 1 month ago
  85. 654d45b Give async_send_hander a real constructor by Ed Tanous · 2 years, 1 month ago
  86. 25e2a09 bus: utility to process messages in infinite loop by Nan Zhou · 2 years, 1 month ago
  87. 9cde21f message: add unpack method by Patrick Williams · 2 years, 1 month ago
  88. 4aacf26 Change return codes to match sd-bus convention by Ed Tanous · 2 years, 1 month ago
  89. 6c97486 Make asio connection use composed operations by Ed Tanous · 2 years, 1 month ago
  90. 164b98b Fix coroutine_method_instance error handling by Krzysztof Grobelny · 2 years, 1 month ago
  91. 2e37e97 message: set 'get' as const by Patrick Williams · 2 years, 1 month ago
  92. f289c65 clang-format: update with latest by Patrick Williams · 2 years, 1 month ago
  93. af95567 Added missing include by Krzysztof Grobelny · 2 years, 3 months ago
  94. a6c05b8 Fix clang-tidy issue by Jiaqing Zhao · 2 years, 4 months ago
  95. c8447d5 added support for optionals in unpackProperties by Krzysztof Grobelny · 2 years, 9 months ago
  96. b7329a9 message: append: support span by Patrick Williams · 2 years, 5 months ago
  97. 1229576 server: object: remove non-enumerated ctor version by Patrick Williams · 2 years, 6 months ago
  98. ba5460d server: object: default emit destruct signals by Patrick Williams · 2 years, 6 months ago
  99. 4b0d126 server: object: add 'action::emit_no_signals' by Patrick Williams · 2 years, 6 months ago
  100. a1fa6e5 asio: object_server: fix 'callFunction' for void result by Patrick Williams · 2 years, 6 months ago