1. 3610608 lg2: use direct enum conversion by Patrick Williams · 2 months ago master
  2. cb418b0 Adding num key parsing by Jonico Eustaquio · 4 months ago
  3. 9c27656 State.Chassis: update service name by Patrick Williams · 4 months ago
  4. 88f2038 build: use allowed over enabled by Patrick Williams · 5 months ago
  5. 7824da4 meson: adjust nlohmann-json dependency by Patrick Williams · 5 months ago
  6. 6153814 clang-format: copy latest and re-format by Patrick Williams · 7 months ago
  7. 0d6d74c serial-uart-mux: use non-deprecated sdbusplus-client names by Patrick Williams · 9 months ago
  8. 70a0dc8 meson: Replace configure_file with fs.copyfile by George Liu · 9 months ago
  9. 30a5206 meson_options.txt: Support for reading options from meson.options by George Liu · 9 months ago
  10. 9456ffc Add warm-reboot option support for reset button by HuyLe · 11 months ago
  11. 10bc3ae build: upgrade to C++23 by Patrick Williams · 10 months ago
  12. b748fdb Describe button behavior in the README by Matt Spinler · 1 year, 1 month ago
  13. 1a309f7 Create a custom power button handler by Matt Spinler · 1 year, 1 month ago
  14. 9479b06 button-handler: use sdeventplus loop by Matt Spinler · 1 year, 1 month ago
  15. ccd7db0 Support host selector using cpld definitions by Delphine CC Chiu · 1 year, 3 months ago
  16. 0d038f5 clang-format: copy latest and re-format by Patrick Williams · 12 months ago
  17. 395c764 Remove power button long-press by DelphineCCChiu · 1 year, 1 month ago
  18. 149452b power-button: fix released signal to include duration by Patrick Williams · 1 year, 1 month ago
  19. 06b1060 meson: remove deprecated get_pkgconfig_variable by Patrick Williams · 1 year, 1 month ago
  20. 4fcfadd treewide: remove dependencies on mapper.target by Brad Bishop · 1 year, 3 months ago
  21. ce24bf6 Updagte Kuiying's email address by kuiying · 1 year, 5 months ago
  22. c0fee46 button_handler: use CurrentHostState for powered on checking by Potin Lai · 1 year, 5 months ago
  23. e2d0f42 button_handler: fix invalid power event error by Potin Lai · 1 year, 5 months ago
  24. c764585 markdownlint: fix all warnings by Patrick Williams · 1 year, 5 months ago
  25. 793f9b8 prettier: re-format by Patrick Williams · 1 year, 5 months ago
  26. e3b4e11 sdbusplus: use shorter type aliases by Patrick Williams · 1 year, 5 months ago
  27. d219fa3 Add serial uart mux interface class by Naveen Moses · 1 year, 10 months ago
  28. 4250785 Fix getService fail on single host platform by Thang Q. Nguyen · 1 year, 9 months ago
  29. a6d4e65 Add OCP debug card host selector button interface by Naveen Moses · 2 years, 1 month ago
  30. 9a529a6 sdbusplus: use shorter type aliases by Patrick Williams · 1 year, 10 months ago
  31. 7897dc6 MAINTAINERS: remove file by Patrick Williams · 1 year, 9 months ago
  32. ab8dac5 Rename handler methods to match dbus signal type by Naveen Moses · 1 year, 10 months ago
  33. 8d281f1 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 1 year, 10 months ago
  34. ba33275 Fix meson build by George Liu · 1 year, 10 months ago
  35. f756f8b meson: Update LONG_PRESS_TIME_MS by George Liu · 1 year, 10 months ago
  36. 9fb1597 logging: switch to lg2 by George Liu · 1 year, 11 months ago
  37. d6a1bae meson: Add meson build by George Liu · 1 year, 11 months ago
  38. dd22538 meson: Add subprojects file by George Liu · 1 year, 11 months ago
  39. 1efa3e2 Use proper path in service file by Matt Spinler · 2 years, 1 month ago
  40. 94afa4b Fix cppcheck warnings by George Liu · 1 year, 11 months ago
  41. 5b98f4d Update clang-format by George Liu · 1 year, 11 months ago
  42. 8eca9bb switch experimental::fs to std::fs by Patrick Williams · 1 year, 11 months ago
  43. 3bd1cfc Add Host selector button interface by Naveen Moses · 2 years, 3 months ago
  44. eea8a4a Fix parsing gpio config format issue by Naveen Moses · 2 years, 3 months ago
  45. a1af329 Add abstract factory to create button iface objects by Naveen Moses · 2 years, 5 months ago
  46. dd5495c Enable group gpio configuration by Naveen Moses · 2 years, 5 months ago
  47. 8381d5a Add OWNERS file by Manojkiran Eda · 2 years, 6 months ago
  48. 6d724ce catch exceptions as const by Patrick Williams · 2 years, 7 months ago
  49. 703c760 exception: switch to public sdbus exception by Patrick Williams · 2 years, 8 months ago
  50. 5ed4cc0 sdbusplus: replace message::variant with std::variant by Patrick Williams · 4 years ago
  51. 4ec9c57 MAINTAINERS: remove Ed Tanous as maintainer by Patrick Williams · 4 years ago
  52. 51f5e8b sdbusplus: remove deprecated variant_ns by Patrick Williams · 4 years ago
  53. 582b3f0 phosphor-buttons: Make gpio interrupt configuration can be set correctly by Tim Lee · 5 years ago
  54. 3fdcdb8 Fix Maintainers file by Gunnar Mills · 4 years, 6 months ago
  55. 1ac9ab6 transition to multi-user.target in service files by Patrick Venture · 5 years ago
  56. 6910122 build: install into bin instead of sbin by Patrick Venture · 5 years ago
  57. 391a21a Add myself as a maintainer by Matt Spinler · 5 years ago
  58. 1ac94e2 button-handler: Add button-handler service file by Matt Spinler · 5 years ago
  59. 69f9351 button-handler: Add ID button actions by Matt Spinler · 5 years ago
  60. 06a5bdd button-handler: Add reset button actions by Matt Spinler · 5 years ago
  61. 963c65f button-handler: Add power button actions by Matt Spinler · 5 years ago
  62. fb35a32 Add button-handler framework by Matt Spinler · 5 years ago
  63. 78575d1 Add .gitignore by Matt Spinler · 5 years ago
  64. f654267 Add service file by Matt Spinler · 5 years ago
  65. b3d86c9 Do dummy GPIO reads on startup by Matt Spinler · 5 years ago
  66. 3c3ebbc Add CMake include dir for settings.hpp by Matt Spinler · 5 years ago
  67. 06c5968 Change install dir to sbin by Matt Spinler · 5 years ago
  68. 0152016 Remove RPATH lines from CMakeLists.txt by Matt Spinler · 5 years ago
  69. 93894f6 Add long press support to the power button by Matt Spinler · 6 years ago
  70. 8f2c95a Read GPIO config from JSON instead of D-Bus by Matt Spinler · 6 years ago
  71. 8605bdf Only create buttons when their GPIOs are defined by Matt Spinler · 6 years ago
  72. 0d9377d Add clang-format to repo by Patrick Venture · 6 years ago
  73. 7e0270e Build project as c++17 by Patrick Venture · 6 years ago
  74. a9d39e3 Implement phosphor-buttons based C++ and sdbusplus interfaces. by Kuiying Wang · 6 years ago
  75. 307086d Initial commit by Brad Bishop · 6 years ago