1. 1837cd5 Remove dead code paths by Ed Tanous · 1 year, 9 months ago
  2. cb2fbeb Remove some extra semi-colons in tests by Ed Tanous · 1 year, 9 months ago
  3. 640a7d5 Add support for appending std::string_view by Ed Tanous · 1 year, 9 months ago
  4. 2e3f79b Add missing override keyword on mock by Ed Tanous · 1 year, 9 months ago
  5. 87ce963 Remove static keyword from template by Ed Tanous · 1 year, 9 months ago
  6. ddc57bd Fix a bunch of docstrings by Ed Tanous · 1 year, 9 months ago
  7. 760e66a Remove unused variable by Ed Tanous · 1 year, 9 months ago
  8. 571a214 Silence sign-conversion warning by Ed Tanous · 1 year, 9 months ago
  9. ed4a5a6 Fix variable shadow warnings in sdbusplus by Ed Tanous · 1 year, 9 months ago
  10. 5e7ef08 stdexec: update to later commit by Patrick Williams · 1 year, 9 months ago
  11. c348473 Add static to method by Ed Tanous · 1 year, 9 months ago
  12. b8be599 Remove extra semi-colons by Ed Tanous · 1 year, 9 months ago
  13. 5d26ec9 Revert "black: re-format" by Patrick Williams · 1 year, 10 months ago
  14. 798efc3 black: re-format by Patrick Williams · 1 year, 10 months ago
  15. 0050ce7 sdbus++: simplify namespace generation by Patrick Williams · 1 year, 10 months ago
  16. cec0b70 clang-ignore: remove unneeded file by Patrick Williams · 1 year, 10 months ago
  17. 018b8ff shell: reformat with beautysh by Patrick Williams · 1 year, 10 months ago
  18. 6ec4fd7 black: reformat python scripts by Patrick Williams · 1 year, 10 months ago
  19. f7944dc prettierrc: update config by Patrick Williams · 1 year, 10 months ago
  20. 16a9a70 sdbus++: remove old 'NEW_CAMELCASE' define by Patrick Williams · 1 year, 10 months ago
  21. ae47928 Clean up ASIO set-property callback code by Jonathan Doman · 2 years, 4 months ago
  22. 5d81ca2 bus: Add function for checking open status by William A. Kennington III · 1 year, 10 months ago
  23. 94865b3 bus: Return the value of wait by William A. Kennington III · 1 year, 10 months ago
  24. 44c6013 sdbus++: remove 'path' type by Patrick Williams · 1 year, 11 months ago
  25. a8a092c remove potential memory leak with getAllProperties by Willy Tu · 2 years ago
  26. 77b8aac docs: move yaml documentation to a subdir by Patrick Williams · 2 years ago
  27. 6ea246a test: async: tweak time multiplier by Patrick Williams · 2 years ago
  28. 115e9b3 async: context: allow many exceptions by Patrick Williams · 2 years ago
  29. 10483c9 async: context: allow run re-entrance by Patrick Williams · 2 years ago
  30. 3c242ba async: context: simplify run function by Patrick Williams · 2 years ago
  31. dfa9be5 async: context: spawn on worker thread by Patrick Williams · 2 years ago
  32. d6b05cc test: async: add a few recursive task tests by Patrick Williams · 2 years ago
  33. 095eff8 async: scope: allow blocks before started by Patrick Williams · 2 years ago
  34. 4cfc284 async: handle exceptions and stops by Patrick Williams · 2 years ago
  35. 1b7b54c async: match: stop pending sender on dtor by Patrick Williams · 2 years ago
  36. 78e436f async: context: handle shutdown better by Patrick Williams · 2 years ago
  37. c5b5ff5 async: scope: add completion sender by Patrick Williams · 2 years ago
  38. 0139cac async: add scope by Patrick Williams · 2 years ago
  39. 435eb1b async: add sleep_for sender by Patrick Williams · 2 years ago
  40. 3ce3159 event: add oneshot timer support by Patrick Williams · 2 years ago
  41. 73e278b async: context: support stopping the context by Patrick Williams · 2 years ago
  42. d2b0044 event: add a simple wrapper around sd-event by Patrick Williams · 2 years ago
  43. 290fa42 async: add match by Patrick Williams · 2 years, 1 month ago
  44. 10010b1 async: add client-object proxy by Patrick Williams · 2 years, 1 month ago
  45. 7418766 async: add context support by Patrick Williams · 2 years, 1 month ago
  46. 2f58b79 async: add coroutine task support by Patrick Williams · 2 years, 1 month ago
  47. 5b5d15b std::execution: import from p2300 prototype by Patrick Williams · 2 years, 1 month ago
  48. 1778b12 Allow clients to disable coroutine support by Ed Tanous · 3 years ago
  49. 41f42f6 clang-format: update with latest by Patrick Williams · 2 years ago
  50. 6a38ed5 asio/object_server: Use nullptr by Brad Bishop · 2 years ago
  51. 26b3ff9 Fix instances of extra-semi by Brad Bishop · 2 years ago
  52. 1a25a10 clang-format: update whitespace penalty by Patrick Williams · 2 years ago
  53. 5a6c790 asio: fix instances of unused-exception-parameter by Brad Bishop · 2 years ago
  54. 0eda6eb Fix inconsistent-missing-destructor-override by Brad Bishop · 2 years ago
  55. e8c7614 bus.hpp: fix missing-noreturn by Brad Bishop · 2 years ago
  56. d86b2a0 Fix instances of zero-as-null-pointer-constant by Brad Bishop · 2 years ago
  57. 37d48a0 match: more string_view improvements by Patrick Williams · 2 years ago
  58. 4fbda94 match: constexpr, noexcept, string_view-ify by Patrick Williams · 2 years, 1 month ago
  59. a141477 .gitignore: remove vim and update python by Patrick Williams · 2 years ago
  60. 69e2b29 Combine owned strings by Ed Tanous · 2 years ago
  61. 4ecc47b Use built-in sd-bus methods for member name check by Ed Tanous · 2 years ago
  62. 1d319d9 Use optional instead of unique_ptr by Ed Tanous · 2 years ago
  63. 09b06c4 Store concrete manager by Ed Tanous · 2 years ago
  64. bc03a4f boost::any -> std::any by Ed Tanous · 2 years ago
  65. c133002 Use unordered_map for callback storage by Ed Tanous · 2 years ago
  66. 5c52484 sdbus++-gendir: remove deprecated script by Patrick Williams · 2 years ago
  67. ce8d16d treewide: Leverage sdbus++-gen-meson by Willam A. Kennington III · 2 years ago
  68. 293c8a2 sdbus++: Fix meson dependency generation by William A. Kennington III · 2 years, 1 month ago
  69. a970d83 test: unpack_properties: add constructor hint by Patrick Williams · 2 years ago
  70. cff540a markdownlint: minor changes for new version by Patrick Williams · 2 years, 1 month ago
  71. 5eb80a8 Revert "message: set 'get' as const" by Patrick Williams · 2 years, 1 month ago
  72. 76e37d4 tools: Remove extra symlinks by William A. Kennington III · 2 years, 1 month ago
  73. 654d45b Give async_send_hander a real constructor by Ed Tanous · 2 years, 1 month ago
  74. 25e2a09 bus: utility to process messages in infinite loop by Nan Zhou · 2 years, 1 month ago
  75. 9cde21f message: add unpack method by Patrick Williams · 2 years, 1 month ago
  76. 4aacf26 Change return codes to match sd-bus convention by Ed Tanous · 2 years, 1 month ago
  77. 6c97486 Make asio connection use composed operations by Ed Tanous · 2 years, 1 month ago
  78. 164b98b Fix coroutine_method_instance error handling by Krzysztof Grobelny · 2 years, 1 month ago
  79. 2e37e97 message: set 'get' as const by Patrick Williams · 2 years, 1 month ago
  80. f289c65 clang-format: update with latest by Patrick Williams · 2 years, 1 month ago
  81. d77548a shellcheck: fix issues by Patrick Williams · 2 years, 5 months ago
  82. 3607178 sdbus++: handle 'DHCP{4,6}' better by Patrick Williams · 2 years, 1 month ago
  83. 5b9815d MAINTAINERS: remove file by Patrick Williams · 2 years, 2 months ago
  84. 8a97100 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years, 2 months ago
  85. af95567 Added missing include by Krzysztof Grobelny · 2 years, 3 months ago
  86. 22a03e3 Make python modules dependency detection explicit by Manojkiran Eda · 2 years, 3 months ago
  87. a6c05b8 Fix clang-tidy issue by Jiaqing Zhao · 2 years, 4 months ago
  88. c8447d5 added support for optionals in unpackProperties by Krzysztof Grobelny · 2 years, 9 months ago
  89. b7329a9 message: append: support span by Patrick Williams · 2 years, 5 months ago
  90. 1229576 server: object: remove non-enumerated ctor version by Patrick Williams · 2 years, 6 months ago
  91. ba5460d server: object: default emit destruct signals by Patrick Williams · 2 years, 6 months ago
  92. b78b125 python: minor format fix by Patrick Williams · 2 years, 5 months ago
  93. 790b7e7 shell: simplify editorconfig by Patrick Williams · 2 years, 5 months ago
  94. 4b0d126 server: object: add 'action::emit_no_signals' by Patrick Williams · 2 years, 6 months ago
  95. 4dd3e29 meson: enable override_find_program for subprojects by Patrick Williams · 2 years, 6 months ago
  96. e4096f8 sdbus++-gen-meson: fix shfmt introduced issue by Patrick Williams · 2 years, 6 months ago
  97. 9f11c97 format: copy configs from phosphor-dbus-interfaces and reformat by Patrick Williams · 2 years, 6 months ago
  98. a1fa6e5 asio: object_server: fix 'callFunction' for void result by Patrick Williams · 2 years, 6 months ago
  99. 6f5ffc6 python: format with black,flake8,isort by Patrick Williams · 2 years, 6 months ago
  100. 9ede18b shell: format with shfmt by Patrick Williams · 2 years, 6 months ago