1. ac730af build: Add meson build by William A. Kennington III · 3 years, 7 months ago
  2. 5d78973 treewide: Cleanup pedantic C++ warnings by William A. Kennington III · 3 years, 7 months ago
  3. 3ddd298 makefile: Fix target install by William A. Kennington III · 3 years, 7 months ago
  4. 8cfa4c4 Add new google ipmi sys command: SysHostPowerOff by linyuny · 3 years, 7 months ago
  5. 3b1b427 Add OEM command to request flash size by Willy Tu · 3 years, 10 months ago
  6. 6d42ce4 MAINTAINERS: venture M->R by Patrick Venture · 3 years, 11 months ago
  7. ac4a16f Add sys command for powercycle on host shutdown. by Shounak Mitra · 4 years ago
  8. 96ad906 Remove globally constructed variables by William A. Kennington III · 4 years, 1 month ago
  9. 29f35bc Add suppport for retrieving machine name by William A. Kennington III · 4 years, 2 months ago
  10. 6d50744 drop unused header: handler_ipml by Patrick Venture · 4 years, 5 months ago
  11. 0e9aae5 split the commands out by Patrick Venture · 4 years, 5 months ago
  12. eff1f2e move implementation to ipmi file by Patrick Venture · 4 years, 5 months ago
  13. 40e8ace add missing headers to handler mock by Patrick Venture · 4 years, 5 months ago
  14. dd5d953 pcie_i2c: drop unused util header by Patrick Venture · 4 years, 7 months ago
  15. a3f9c2d move handler specific method to implementation by Patrick Venture · 4 years, 7 months ago
  16. c87de55 split out handler implementation from interface by Patrick Venture · 4 years, 8 months ago
  17. bd4041e handler: Add more entity IDs by William A. Kennington III · 4 years, 8 months ago
  18. cc53c84 Add more entity ids by Peter Lundgren · 5 years ago
  19. 0c0bfd3 conf: use Wno-portability by Brad Bishop · 5 years ago
  20. 0885a9d MAINTAINERS: add wak@ as new maintainer by Patrick Venture · 6 years ago
  21. ba32fe4 build: enable valgrind by Patrick Venture · 6 years ago
  22. 45fad1b style change: lowerCamel by Patrick Venture · 6 years ago
  23. 49f23ad add handler logic to handle i2c pcie commands by Patrick Venture · 6 years ago
  24. 72e1a88 pcie_i2c: cleanup headers by Patrick Venture · 6 years ago
  25. 3fb7429 util: add i2c->pcie map build method by Patrick Venture · 6 years ago
  26. 8d5c9ce util: move read_file to readPropertyFile by Patrick Venture · 6 years ago
  27. ab65000 entityName: move pieces into handler object by Patrick Venture · 6 years ago
  28. 91c2158 handler: delete extra namespace alias by Patrick Venture · 6 years ago
  29. 07f8515 add handler logic to handle SysEntityName by Patrick Venture · 6 years ago
  30. e8ecdf4 entity_name: cleanup headers by Patrick Venture · 6 years ago
  31. aa37412 add handler logic to handle SysPsuHardReset by Patrick Venture · 6 years ago
  32. bb90d4f add handler logic to handle SysCpldVersion by Patrick Venture · 6 years ago
  33. d2037c6 add handler logic to handle SysCableCheck by Patrick Venture · 6 years ago
  34. 92b507d makefile: adjust alignment by Patrick Venture · 6 years ago
  35. f085d91 add handler logic to handle SysGetEthDevice by Patrick Venture · 6 years ago
  36. 6667a64 build: add code coverage by Patrick Venture · 6 years ago
  37. 1ddb94f test: add basic tests for eth command by Patrick Venture · 6 years ago
  38. 6eb2940 Makefile: split out common libary code for testing by William A. Kennington III · 6 years ago
  39. 5d26d83 eth: move structure to header by Patrick Venture · 6 years ago
  40. 848b938 build: add build of empty tests by Patrick Venture · 6 years ago
  41. 0788699 use filesystem instead of experimental by Patrick Venture · 6 years ago
  42. a289fa2 Add support for some more entity types by Jaghathiswari Rankappagounder Natarajan · 6 years ago
  43. c662465 build: pkg anti-pattern: use defaults by Patrick Venture · 6 years ago
  44. 2c9e162 Convert host-ipmid -> libipmid by William A. Kennington III · 6 years ago
  45. 575a55a build: check for json header by Patrick Venture · 6 years ago
  46. fd0f1cf google-ipmi-sys: Add "Entity Id:Entity Instance" mapping to Entity name by Jaghathiswari Rankappagounder Natarajan · 6 years ago
  47. 3c7037a build: cleanup configure script PKG_CHECK_MODULES by Patrick Venture · 6 years ago
  48. 33deb17 README: cleanup extra anchors by Patrick Venture · 6 years ago
  49. 2d4836d google-ipmi-sys: Add support for PCIE slot to I2C bus mapping by Jaghathiswari Rankappagounder Natarajan · 6 years ago
  50. 23ef59b build: set version to 0.1 to match recipe by Patrick Venture · 6 years ago
  51. fff9861 Use more specific ipmi error codes by Patrick Venture · 6 years ago
  52. 96b088a s/setupGlobalOemCableCheck/setupGoogleOemSysCommands/g by Patrick Venture · 6 years ago
  53. ff40f27 build: Add -flto to CXXFLAGS by Patrick Venture · 6 years ago
  54. a313c40 build: cleanup Makefile by Patrick Venture · 6 years ago
  55. 3ebf2dd README: cleanup by Patrick Venture · 6 years ago
  56. acd5423 cleanup: use memcpy with fixed-size structures by Patrick Venture · 6 years ago
  57. 216108f cable: drop unused assignment by Patrick Venture · 6 years ago
  58. 28557a1 main: drop unused headers by Patrick Venture · 6 years ago
  59. ef45005 build: clean up requirements by Patrick Venture · 6 years ago
  60. ce07ee0 wrap stdlib calls into cpp namespace by Patrick Venture · 6 years ago
  61. f9a19b8 build: enable systemd system units by Patrick Venture · 6 years ago
  62. 90246e2 main: fixup log message to fixed type by Patrick Venture · 6 years ago
  63. 0dede33 fixup: CI is x86-64, build is 32, cast down for debug by Patrick Venture · 6 years ago
  64. c7d5026 gbmc...target: drop target file by Patrick Venture · 6 years ago
  65. c25a3df google-ipmi-sys: Build as c++17 by Patrick Venture · 6 years ago
  66. 4d49ae6 google-ipmi-sys: initial commit: OEM IPMI handler by Patrick Venture · 6 years ago
  67. cf63cd2 google-ipmi-sys: add README by Patrick Venture · 6 years ago
  68. bfcbc96 Initial commit by Brad Bishop · 6 years ago