1. 10010b1 async: add client-object proxy by Patrick Williams · 2 years, 1 month ago
  2. 7418766 async: add context support by Patrick Williams · 2 years, 1 month ago
  3. 2f58b79 async: add coroutine task support by Patrick Williams · 2 years, 1 month ago
  4. 5b5d15b std::execution: import from p2300 prototype by Patrick Williams · 2 years, 1 month ago
  5. 1778b12 Allow clients to disable coroutine support by Ed Tanous · 3 years ago
  6. 41f42f6 clang-format: update with latest by Patrick Williams · 2 years ago
  7. 6a38ed5 asio/object_server: Use nullptr by Brad Bishop · 2 years ago
  8. 26b3ff9 Fix instances of extra-semi by Brad Bishop · 2 years ago
  9. 1a25a10 clang-format: update whitespace penalty by Patrick Williams · 2 years ago
  10. 5a6c790 asio: fix instances of unused-exception-parameter by Brad Bishop · 2 years ago
  11. 0eda6eb Fix inconsistent-missing-destructor-override by Brad Bishop · 2 years ago
  12. e8c7614 bus.hpp: fix missing-noreturn by Brad Bishop · 2 years ago
  13. d86b2a0 Fix instances of zero-as-null-pointer-constant by Brad Bishop · 2 years ago
  14. 37d48a0 match: more string_view improvements by Patrick Williams · 2 years ago
  15. 4fbda94 match: constexpr, noexcept, string_view-ify by Patrick Williams · 2 years, 1 month ago
  16. a141477 .gitignore: remove vim and update python by Patrick Williams · 2 years ago
  17. 69e2b29 Combine owned strings by Ed Tanous · 2 years ago
  18. 4ecc47b Use built-in sd-bus methods for member name check by Ed Tanous · 2 years ago
  19. 1d319d9 Use optional instead of unique_ptr by Ed Tanous · 2 years ago
  20. 09b06c4 Store concrete manager by Ed Tanous · 2 years ago
  21. bc03a4f boost::any -> std::any by Ed Tanous · 2 years ago
  22. c133002 Use unordered_map for callback storage by Ed Tanous · 2 years ago
  23. 5c52484 sdbus++-gendir: remove deprecated script by Patrick Williams · 2 years ago
  24. ce8d16d treewide: Leverage sdbus++-gen-meson by Willam A. Kennington III · 2 years ago
  25. 293c8a2 sdbus++: Fix meson dependency generation by William A. Kennington III · 2 years, 1 month ago
  26. a970d83 test: unpack_properties: add constructor hint by Patrick Williams · 2 years ago
  27. cff540a markdownlint: minor changes for new version by Patrick Williams · 2 years, 1 month ago
  28. 5eb80a8 Revert "message: set 'get' as const" by Patrick Williams · 2 years, 1 month ago
  29. 76e37d4 tools: Remove extra symlinks by William A. Kennington III · 2 years, 1 month ago
  30. 654d45b Give async_send_hander a real constructor by Ed Tanous · 2 years, 1 month ago
  31. 25e2a09 bus: utility to process messages in infinite loop by Nan Zhou · 2 years, 1 month ago
  32. 9cde21f message: add unpack method by Patrick Williams · 2 years, 1 month ago
  33. 4aacf26 Change return codes to match sd-bus convention by Ed Tanous · 2 years, 1 month ago
  34. 6c97486 Make asio connection use composed operations by Ed Tanous · 2 years, 1 month ago
  35. 164b98b Fix coroutine_method_instance error handling by Krzysztof Grobelny · 2 years, 1 month ago
  36. 2e37e97 message: set 'get' as const by Patrick Williams · 2 years, 1 month ago
  37. f289c65 clang-format: update with latest by Patrick Williams · 2 years, 1 month ago
  38. d77548a shellcheck: fix issues by Patrick Williams · 2 years, 5 months ago
  39. 3607178 sdbus++: handle 'DHCP{4,6}' better by Patrick Williams · 2 years, 1 month ago
  40. 5b9815d MAINTAINERS: remove file by Patrick Williams · 2 years, 2 months ago
  41. 8a97100 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years, 2 months ago
  42. af95567 Added missing include by Krzysztof Grobelny · 2 years, 3 months ago
  43. 22a03e3 Make python modules dependency detection explicit by Manojkiran Eda · 2 years, 3 months ago
  44. a6c05b8 Fix clang-tidy issue by Jiaqing Zhao · 2 years, 4 months ago
  45. c8447d5 added support for optionals in unpackProperties by Krzysztof Grobelny · 2 years, 9 months ago
  46. b7329a9 message: append: support span by Patrick Williams · 2 years, 5 months ago
  47. 1229576 server: object: remove non-enumerated ctor version by Patrick Williams · 2 years, 6 months ago
  48. ba5460d server: object: default emit destruct signals by Patrick Williams · 2 years, 6 months ago
  49. b78b125 python: minor format fix by Patrick Williams · 2 years, 5 months ago
  50. 790b7e7 shell: simplify editorconfig by Patrick Williams · 2 years, 5 months ago
  51. 4b0d126 server: object: add 'action::emit_no_signals' by Patrick Williams · 2 years, 6 months ago
  52. 4dd3e29 meson: enable override_find_program for subprojects by Patrick Williams · 2 years, 6 months ago
  53. e4096f8 sdbus++-gen-meson: fix shfmt introduced issue by Patrick Williams · 2 years, 6 months ago
  54. 9f11c97 format: copy configs from phosphor-dbus-interfaces and reformat by Patrick Williams · 2 years, 6 months ago
  55. a1fa6e5 asio: object_server: fix 'callFunction' for void result by Patrick Williams · 2 years, 6 months ago
  56. 6f5ffc6 python: format with black,flake8,isort by Patrick Williams · 2 years, 6 months ago
  57. 9ede18b shell: format with shfmt by Patrick Williams · 2 years, 6 months ago
  58. e944507 yaml: format with prettier by Patrick Williams · 2 years, 6 months ago
  59. d8a19ad doc: format with markdownlint by Patrick Williams · 2 years, 6 months ago
  60. 1357380 Make getProperty mutable by Ed Tanous · 2 years, 7 months ago
  61. eb6a9d0 asio: object_server: simpilify 'callFunction' by Patrick Williams · 2 years, 7 months ago
  62. 8c1f669 asio: object_server: remove non-if_constexpr cases by Patrick Williams · 2 years, 7 months ago
  63. 9ca0c92 asio: object_server: remove unused variable by Patrick Williams · 2 years, 7 months ago
  64. 90fab6b Add new overload to register_property_r/rw by Krzysztof Grobelny · 2 years, 7 months ago
  65. dce747b Fix "x" in shellcheck by Ed Tanous · 2 years, 7 months ago
  66. 7662fa6 match: Fix propertiesChangedNamespace method by George Liu · 2 years, 8 months ago
  67. b40dfec util: variant: add static assert by Patrick Williams · 2 years, 8 months ago
  68. 5770f51 utility: add merge_variants_t by Paul Fertser · 2 years, 9 months ago
  69. 69f5b90 test: Replace the C++ MOCK_METHOD<n> macros with the new MOCK_METHOD by Willy Tu · 2 years, 8 months ago
  70. 6adfe94 Simplified code examples by Krzysztof Grobelny · 2 years, 9 months ago
  71. e135314 sdbus++: property: invalid Python symbol by Patrick Williams · 2 years, 9 months ago
  72. 55949c2 Used erased type to reduce binary for getProperty by Krzysztof Grobelny · 2 years, 10 months ago
  73. ce62764 Modified set_handler() to return dbus error code by gokulsanker · 2 years, 10 months ago
  74. 4a46eb5 object: handle diamond inheritance by Patrick Williams · 2 years, 10 months ago
  75. 2404176 Make asio::object_server take const ptr to connection by Jonathan Doman · 2 years, 10 months ago
  76. f0eb650 slot: add friended get function by Patrick Williams · 2 years, 10 months ago
  77. 6649221 bus: reduce forward declaration for friendship by Patrick Williams · 2 years, 10 months ago
  78. a7ac313 slot: explicitly transfer pointer by Patrick Williams · 2 years, 10 months ago
  79. ce90da1 slot: shorten slot type by Patrick Williams · 2 years, 10 months ago
  80. a735ca5 vtable: shorten vtable type by Patrick Williams · 2 years, 10 months ago
  81. ba33c2a manager,interface: use shortened types by Patrick Williams · 2 years, 10 months ago
  82. 0f282c4 bus: shorten bus type by Patrick Williams · 2 years, 10 months ago
  83. 10d7aa1 message: shorten message type by Patrick Williams · 2 years, 10 months ago
  84. 6d83cf5 Add non-throwing version of unpackProperties by Szymon Dompke · 3 years ago
  85. 11a50dd Add OWNERS file by Manojkiran Eda · 2 years, 11 months ago
  86. b466765 catch exceptions as const by Patrick Williams · 3 years ago
  87. b5770e1 sdbus++: catch exceptions as const by Patrick Williams · 3 years ago
  88. a8e3502 exception: ensure base exception vtable is non-hidden by Patrick Williams · 3 years ago
  89. b68700e exception: make base get_errno pure virtual by Patrick Williams · 3 years ago
  90. dfb5642 sdbus++: catch elements with non-string names by Patrick Williams · 3 years ago
  91. ef26221 sdbus++: add errno property to errors by Patrick Williams · 3 years, 1 month ago
  92. 1522866 exception: create subclass for generated errors by Patrick Williams · 3 years, 1 month ago
  93. bd372ec exception: add errno for internal errors by Patrick Williams · 3 years, 1 month ago
  94. b6f729d exception: add errno for all exceptions by Patrick Williams · 3 years, 1 month ago
  95. 0c8136a enable building with clang by Patrick Williams · 3 years, 1 month ago
  96. daaad8f message: append: fix unused variable warning by Patrick Williams · 3 years, 1 month ago
  97. 0ade192 Fix: Unused parameter in object_server.hpp by Nidhin MS · 3 years, 1 month ago
  98. cf0c072 match: Add new PropertiesChanged rule by Rashmica Gupta · 3 years, 2 months ago
  99. 2dcf64b native_types: Use int8_t instead of char by William A. Kennington III · 3 years, 2 months ago
  100. 601d975 build: increase warning level by Patrick Williams · 3 years, 2 months ago