1. e5a0667 all: cleanup, prefer "ipmid/api-types.hpp" type to "ipmid/api.h" type by Michael Shen · 2 years, 7 months ago
  2. 8659851 google-ipmi-sys: Move Warning to debug statement by Yunyun Lin · 2 years, 11 months ago
  3. 6c71b0f pcie_bifurcation: Fetch bifurcation at a PCIe slot with hardcoded values by Willy Tu · 3 years, 3 months ago
  4. 726ef31 owners: Add wltu as owner/maintainer by Willy Tu · 2 years, 8 months ago
  5. e4fddf4 google-ipmi-sys: Add SysPCIeSlotBifurcation subcommand placeholder by Willy Tu · 2 years, 9 months ago
  6. c98db20 systemd: Save random seed during powercycle by William A. Kennington III · 2 years, 9 months ago
  7. 03dbd3d systemd: Stop targets when unneeded by William A. Kennington III · 2 years, 9 months ago
  8. 0e22d32 systemd: Handle PSU delay globally by William A. Kennington III · 2 years, 9 months ago
  9. 4f0d1de Add IPMI interface for CustomAccel service by Steve Foreman · 3 years, 4 months ago
  10. e2679fb google-ipmi-sys: Remove venture from reviewer by Willy Tu · 2 years, 11 months ago
  11. 40fe522 copyright: Add Google Copyright to test helper.cpp by Willy Tu · 3 years, 2 months ago
  12. f647e99 Add OWNERS file by Manojkiran Eda · 3 years, 3 months ago
  13. b4e3704 google-ipmi-sys: Convert input to use std::span<const uint8_t> by Willy Tu · 3 years, 3 months ago
  14. ff3cd8e google-ipmi-sys: Refactor to use new version of OEM IPMI Handler by Willy Tu · 3 years, 4 months ago
  15. cad9eb8 test: Replace the C++ MOCK_METHOD<n> macros with the new MOCK_METHOD by Willy Tu · 3 years, 3 months ago
  16. a2056e9 Add Google Copyright 2021 by Willy Tu · 3 years, 3 months ago
  17. c841bfd build: Update to c++20 and meson >= 0.57.0 by Willy Tu · 3 years, 4 months ago
  18. b69209b eth: Support looking up alternate interace channels by William A. Kennington III · 3 years, 6 months ago
  19. 8d3d46a handler: Don't hardcode channel information by William A. Kennington III · 3 years, 6 months ago
  20. bc62b19 build: Remove autotools by William A. Kennington III · 3 years, 7 months ago
  21. ac730af build: Add meson build by William A. Kennington III · 3 years, 7 months ago
  22. 5d78973 treewide: Cleanup pedantic C++ warnings by William A. Kennington III · 3 years, 7 months ago
  23. 3ddd298 makefile: Fix target install by William A. Kennington III · 3 years, 7 months ago
  24. 8cfa4c4 Add new google ipmi sys command: SysHostPowerOff by linyuny · 3 years, 7 months ago
  25. 3b1b427 Add OEM command to request flash size by Willy Tu · 3 years, 10 months ago
  26. 6d42ce4 MAINTAINERS: venture M->R by Patrick Venture · 3 years, 11 months ago
  27. ac4a16f Add sys command for powercycle on host shutdown. by Shounak Mitra · 4 years ago
  28. 96ad906 Remove globally constructed variables by William A. Kennington III · 4 years, 1 month ago
  29. 29f35bc Add suppport for retrieving machine name by William A. Kennington III · 4 years, 2 months ago
  30. 6d50744 drop unused header: handler_ipml by Patrick Venture · 4 years, 5 months ago
  31. 0e9aae5 split the commands out by Patrick Venture · 4 years, 5 months ago
  32. eff1f2e move implementation to ipmi file by Patrick Venture · 4 years, 5 months ago
  33. 40e8ace add missing headers to handler mock by Patrick Venture · 4 years, 5 months ago
  34. dd5d953 pcie_i2c: drop unused util header by Patrick Venture · 4 years, 7 months ago
  35. a3f9c2d move handler specific method to implementation by Patrick Venture · 4 years, 7 months ago
  36. c87de55 split out handler implementation from interface by Patrick Venture · 4 years, 8 months ago
  37. bd4041e handler: Add more entity IDs by William A. Kennington III · 4 years, 8 months ago
  38. cc53c84 Add more entity ids by Peter Lundgren · 5 years ago
  39. 0c0bfd3 conf: use Wno-portability by Brad Bishop · 5 years ago
  40. 0885a9d MAINTAINERS: add wak@ as new maintainer by Patrick Venture · 6 years ago
  41. ba32fe4 build: enable valgrind by Patrick Venture · 6 years ago
  42. 45fad1b style change: lowerCamel by Patrick Venture · 6 years ago
  43. 49f23ad add handler logic to handle i2c pcie commands by Patrick Venture · 6 years ago
  44. 72e1a88 pcie_i2c: cleanup headers by Patrick Venture · 6 years ago
  45. 3fb7429 util: add i2c->pcie map build method by Patrick Venture · 6 years ago
  46. 8d5c9ce util: move read_file to readPropertyFile by Patrick Venture · 6 years ago
  47. ab65000 entityName: move pieces into handler object by Patrick Venture · 6 years ago
  48. 91c2158 handler: delete extra namespace alias by Patrick Venture · 6 years ago
  49. 07f8515 add handler logic to handle SysEntityName by Patrick Venture · 6 years ago
  50. e8ecdf4 entity_name: cleanup headers by Patrick Venture · 6 years ago
  51. aa37412 add handler logic to handle SysPsuHardReset by Patrick Venture · 6 years ago
  52. bb90d4f add handler logic to handle SysCpldVersion by Patrick Venture · 6 years ago
  53. d2037c6 add handler logic to handle SysCableCheck by Patrick Venture · 6 years ago
  54. 92b507d makefile: adjust alignment by Patrick Venture · 6 years ago
  55. f085d91 add handler logic to handle SysGetEthDevice by Patrick Venture · 6 years ago
  56. 6667a64 build: add code coverage by Patrick Venture · 6 years ago
  57. 1ddb94f test: add basic tests for eth command by Patrick Venture · 6 years ago
  58. 6eb2940 Makefile: split out common libary code for testing by William A. Kennington III · 6 years ago
  59. 5d26d83 eth: move structure to header by Patrick Venture · 6 years ago
  60. 848b938 build: add build of empty tests by Patrick Venture · 6 years ago
  61. 0788699 use filesystem instead of experimental by Patrick Venture · 6 years ago
  62. a289fa2 Add support for some more entity types by Jaghathiswari Rankappagounder Natarajan · 6 years ago
  63. c662465 build: pkg anti-pattern: use defaults by Patrick Venture · 6 years ago
  64. 2c9e162 Convert host-ipmid -> libipmid by William A. Kennington III · 6 years ago
  65. 575a55a build: check for json header by Patrick Venture · 6 years ago
  66. fd0f1cf google-ipmi-sys: Add "Entity Id:Entity Instance" mapping to Entity name by Jaghathiswari Rankappagounder Natarajan · 6 years ago
  67. 3c7037a build: cleanup configure script PKG_CHECK_MODULES by Patrick Venture · 6 years ago
  68. 33deb17 README: cleanup extra anchors by Patrick Venture · 6 years ago
  69. 2d4836d google-ipmi-sys: Add support for PCIE slot to I2C bus mapping by Jaghathiswari Rankappagounder Natarajan · 6 years ago
  70. 23ef59b build: set version to 0.1 to match recipe by Patrick Venture · 6 years ago
  71. fff9861 Use more specific ipmi error codes by Patrick Venture · 6 years ago
  72. 96b088a s/setupGlobalOemCableCheck/setupGoogleOemSysCommands/g by Patrick Venture · 6 years ago
  73. ff40f27 build: Add -flto to CXXFLAGS by Patrick Venture · 6 years ago
  74. a313c40 build: cleanup Makefile by Patrick Venture · 6 years ago
  75. 3ebf2dd README: cleanup by Patrick Venture · 6 years ago
  76. acd5423 cleanup: use memcpy with fixed-size structures by Patrick Venture · 6 years ago
  77. 216108f cable: drop unused assignment by Patrick Venture · 6 years ago
  78. 28557a1 main: drop unused headers by Patrick Venture · 6 years ago
  79. ef45005 build: clean up requirements by Patrick Venture · 6 years ago
  80. ce07ee0 wrap stdlib calls into cpp namespace by Patrick Venture · 6 years ago
  81. f9a19b8 build: enable systemd system units by Patrick Venture · 6 years ago
  82. 90246e2 main: fixup log message to fixed type by Patrick Venture · 6 years ago
  83. 0dede33 fixup: CI is x86-64, build is 32, cast down for debug by Patrick Venture · 6 years ago
  84. c7d5026 gbmc...target: drop target file by Patrick Venture · 6 years ago
  85. c25a3df google-ipmi-sys: Build as c++17 by Patrick Venture · 6 years ago
  86. 4d49ae6 google-ipmi-sys: initial commit: OEM IPMI handler by Patrick Venture · 6 years ago
  87. cf63cd2 google-ipmi-sys: add README by Patrick Venture · 6 years ago
  88. bfcbc96 Initial commit by Brad Bishop · 6 years ago