1. 617e749 build: simplify gtest/gmock dependencies by Patrick Williams · 4 years ago
  2. fbc9882 build: remove unneeded thread dependency by Patrick Williams · 4 years ago
  3. b98bdc6 sdbus++: add support for 'set' by Patrick Williams · 4 years ago
  4. 0b2e48e sdbus++-gendir: simplification refactor by Patrick Williams · 4 years, 1 month ago
  5. 3f90a14 boost: add context dependency by Patrick Williams · 4 years, 1 month ago
  6. e113b20 sdbus++-gendir: handle missing nproc by Patrick Williams · 4 years, 1 month ago
  7. 3a6d584 test: fix boost dependency for bus/aio by Patrick Williams · 4 years, 1 month ago
  8. 56fcdec test: add simple aio case by Andrew Geissler · 4 years, 1 month ago
  9. fb0366b asio: object_server: remove invalid root interface by Patrick Williams · 4 years, 1 month ago
  10. bb140d1 sdbus++-gendir: run in parallel by Patrick Williams · 4 years, 1 month ago
  11. 7d8dfc4 build: Move boost dependency into example by William A. Kennington III · 4 years, 1 month ago
  12. da0b3f1 sdbusplus: settable timeout value for async_method_call by Konrad Sztyber · 4 years, 3 months ago
  13. 7f66425 build: split source and header directories by Patrick Williams · 4 years, 1 month ago
  14. 20255a5 Add support for vtable flags for properties by Waqar Hameed · 4 years, 1 month ago
  15. 3e3a665 Add support for vtable flags for methods by Waqar Hameed · 4 years, 1 month ago
  16. 017a19d server: Check return code for sd_bus_add_object_vtable() by Waqar Hameed · 4 years, 1 month ago
  17. 7f99709 build: remove autotools builds by Patrick Williams · 4 years, 1 month ago
  18. b5facf5 message: Remove legacy variant and variant_ns by William A. Kennington III · 6 years ago
  19. d0285b9 meson: create structure for use as submodule by Patrick Williams · 4 years, 1 month ago
  20. fa3137a meson: add missing pkgconfig requires by Patrick Williams · 4 years, 1 month ago
  21. f69a8b7 meson: Don't require sdbusplus to be built shared by William A. Kennington III · 4 years, 1 month ago
  22. 80948b8 sdbus++-gendir: remove redundant case in arg-parsing by Patrick Williams · 4 years, 1 month ago
  23. 3e71ab9 sdbus++: fix setup.py for template file change by Patrick Williams · 4 years, 1 month ago
  24. 5621624 sdbus++: rename template mako files by Patrick Williams · 4 years, 1 month ago
  25. ad145e0 meson: feature match autotools support by Patrick Williams · 4 years, 1 month ago
  26. 185d279 sdbus++: create script to generate all files from a dir by Patrick Williams · 4 years, 1 month ago
  27. 7b3184f sdbusplus: validate interface and path passed to DBus by Wludzik, Jozef · 4 years, 2 months ago
  28. 4991d3b test: exception: suppress scan-build errors by Patrick Williams · 4 years, 1 month ago
  29. 127b8ab clang-format: sync from docs master .clang-format by Patrick Williams · 4 years, 1 month ago
  30. 5d4e4b2 asio: connection: add missing initializer by Patrick Williams · 4 years, 1 month ago
  31. feb4847 meson: set default buildtype to debugoptimized by Patrick Williams · 4 years, 1 month ago
  32. 98d7108 meson: create basic build structure by Patrick Williams · 4 years, 1 month ago
  33. 78b7803 clean up more pedantic compile warnings by Patrick Williams · 4 years, 1 month ago
  34. 01ac5ca clang-format: reformat for clang-10 by Patrick Williams · 4 years, 1 month ago
  35. 396ba14 asio: object_server: add virtual destructors by Patrick Williams · 4 years, 1 month ago
  36. 1d33f3e clean up pedantic compile warnings by Patrick Williams · 4 years, 1 month ago
  37. f934ca3 build: add setuptools install script by Patrick Williams · 4 years, 1 month ago
  38. 5098116 build: move python setuptools for future non-autotools by Patrick Williams · 4 years, 1 month ago
  39. 6805284 remove usage of WANT_TRANSACTION option by Patrick Williams · 4 years, 1 month ago
  40. 1b1321c MAINTAINERS: remove Ed Tanous as reviewer by Patrick Williams · 4 years, 1 month ago
  41. 03d6c01 include needed file for runtime_error by Andrew Geissler · 4 years, 1 month ago
  42. afe80cf Include <set> to be able to use std::set by Vernon Mauery · 4 years, 3 months ago
  43. dca7e16 Added register_signal method to sdbusplus::asio::dbus_interface by Adrian Ambrożewicz · 4 years, 3 months ago
  44. 5de3184 Update README.md for Python 3 by Waqar Hameed · 4 years, 4 months ago
  45. 18ce803 sdbus++: switch to python3 by Patrick Williams · 4 years, 5 months ago
  46. ddc0eba sdbus++: Generate initial client header by Lei YU · 4 years, 5 months ago
  47. 7eb0d25 sdbus++: refactor enum handling for container-types by Patrick Williams · 4 years, 4 months ago
  48. 1dfce5a Make interface and object non-movable by Lei YU · 4 years, 5 months ago
  49. 67c79b0 sdbus++: Use list comprehension when parsing property types by Waqar Hameed · 4 years, 4 months ago
  50. 7c5faab build: remove interface.mako autoconf gen by Patrick Williams · 4 years, 5 months ago
  51. f7e2159 sdbus++: use native enums for message operations by Patrick Williams · 4 years, 5 months ago
  52. 2520704 sdbusplus: message: append: add native enum support by Patrick Williams · 4 years, 5 months ago
  53. 978f77d sdbus++: interface: refactor enum-to-string conversion by Patrick Williams · 4 years, 5 months ago
  54. 06d43b8 sdbusplus: message: read: add native enum support by Patrick Williams · 4 years, 5 months ago
  55. 6c63b98 sdbusplus: message: add type helpers for native enums by Patrick Williams · 4 years, 5 months ago
  56. a163b17 sdbus++: property: simplify local enum handling by Patrick Williams · 4 years, 5 months ago
  57. 18b29ba sdbus++: property: simplify enum handling by Patrick Williams · 4 years, 5 months ago
  58. 58d2c91 sdbusplus: Fix build on GCC 8 or ealier by Lei YU · 4 years, 4 months ago
  59. a66f6b4 Fix exception handling inside asio coroutine method_handler by Adrian Ambrożewicz · 4 years, 6 months ago
  60. bd00069 Fix compilation error in case unix_fd is used in async_method_call by Adrian Ambrożewicz · 4 years, 7 months ago
  61. e57c38e Emit adding/removing interfaces for object server by Lei YU · 4 years, 9 months ago
  62. 19f24b9 Fix an issue found by cppcheck by Lei YU · 4 years, 5 months ago
  63. 5e00177 sdbus++: interface: fix indent of enum-string fn by Patrick Williams · 4 years, 5 months ago
  64. 7501666 MAINTAINERS: add Patrick Williams by Patrick Williams · 4 years, 5 months ago
  65. c079db4 Catch async errors so they do not throw by Vernon Mauery · 4 years, 5 months ago
  66. 14db20f Make interface string public by Lei YU · 4 years, 5 months ago
  67. 43ea426 maintainers: Add Lei YU as maintainer by Lei YU · 4 years, 7 months ago
  68. cff43c3 maintainers: Fix dkodihal's email address by Lei YU · 4 years, 7 months ago
  69. 199b3b1 Add valgrind suppression by Lei YU · 4 years, 9 months ago
  70. d35c852 Fix vtable CI error by Lei YU · 4 years, 7 months ago
  71. 4212292 Allow async_method_call to provide opt message by Richard Marian Thomaiyar · 5 years ago
  72. f8bbf17 native_types: Fix string_wrapper overloads by William A. Kennington III · 5 years ago
  73. c08cf52 message: Add get_error() by Lei YU · 5 years ago
  74. c14699f asio: Allow mutable lambdas + small cleanup by James Feist · 5 years ago
  75. 66ef099 sdbus++: Fix construction of objects with flags by William A. Kennington III · 5 years ago
  76. 1befc49 message: Fix passing of sd_bus interface to new messages by William A. Kennington III · 5 years ago
  77. c077190 Change async_method_call to be no-throw by Vernon Mauery · 5 years ago
  78. db4a4a6 MAINTAINERS file had the incorrect email address by Vernon Mauery · 5 years ago
  79. 37a5e61 Change yield_method_call to be no-throw by Vernon Mauery · 5 years ago
  80. a564ac9 Add vmauery to the sdbusplus maintainer list by Vernon Mauery · 5 years ago
  81. 4274c11 std::variant: Remove uses of the variant_ns by William A. Kennington III · 6 years ago
  82. 8515eae sdbus++: Generate includes for enum references by William A. Kennington III · 5 years ago
  83. 76f0732 sdbus++: Allow server.hpp files to have extra generated includes by William A. Kennington III · 5 years ago
  84. 3cf374e sdbus++: Fix mako include substitution for signals by William A. Kennington III · 5 years ago
  85. 8cd7a4a Fix warnings in forward declarations by Ed Tanous · 5 years ago
  86. 44b6975 Move to modern asio interfaces by Ed Tanous · 5 years ago
  87. 1ecde80 sdbusplus: Provide option to skip signal property by Richard Marian Thomaiyar · 5 years ago
  88. ebdc371 autotools: Fix for autoconf-archive 2019.01.19 by William A. Kennington III · 5 years ago
  89. b5a8446 bus: Add chrono types for timeouts by William A. Kennington III · 5 years ago
  90. 25ea94f sd_event_wrapper must not close descriptor by Vernon Mauery · 5 years ago
  91. b5982ab message: Add constructor with an int parameter for unix_fd by Waqar Hameed · 5 years ago
  92. 3a3bb9e Add method to check if an interface has been initialized by Jason M. Bills · 5 years ago
  93. f0dd3b5 Support default string values by Matthew Barth · 5 years ago
  94. bed15f0 Fix: ObjectManager path for asio by Richard Marian Thomaiyar · 5 years ago
  95. 4d74189 Revert "Revert "Fix incorrect defaultValue in generated server.hpp"" by Lei YU · 5 years ago
  96. 062205d bus: Only close connections we own by William A. Kennington III · 6 years ago
  97. 34fdbf3 bus: Add missing sd_bus_open() equivalent by William A. Kennington III · 6 years ago
  98. c7d104d Move asio interfaces away from deprecated names by Ed Tanous · 5 years ago
  99. 596a223 Add support for Unix file descriptors by Waqar Hameed · 6 years ago
  100. 8192be9 Revert "Fix incorrect defaultValue in generated server.hpp" by Andrew Geissler · 5 years ago