1. 931b3a3 metropolis/pkg/supervisor: read directly from channel instead via select by Tim Windelschmidt · 1 year, 7 months ago
  2. 62050ca metropolis/pkg/tpm/eventlog: simplify replay events error check by Tim Windelschmidt · 1 year, 7 months ago
  3. 8215e0c metropolis/pkg/verity: remove noop on encoder close by Tim Windelschmidt · 1 year, 7 months ago
  4. a3cd52c treewide: documentation on exported values should start with their name by Tim Windelschmidt · 1 year, 7 months ago
  5. 8732d43 treewide: documentation on exported types should start with their name by Tim Windelschmidt · 1 year, 7 months ago
  6. 51daf25 treewide: documentation on exported functions should start with their name by Tim Windelschmidt · 1 year, 7 months ago
  7. b41b548 treewide: remove duplicate imports by Tim Windelschmidt · 1 year, 7 months ago
  8. 513df18 treewide: errors variables should be prefixed with Err by Tim Windelschmidt · 1 year, 7 months ago
  9. a21783f metropolis/pkg/verity: remove unused receiver name by Tim Windelschmidt · 1 year, 7 months ago
  10. 73e9882 treewide: cleanup error string formatting by Tim Windelschmidt · 1 year, 7 months ago
  11. c4ac94e m/pkg/fat32: replace strings.ToLower comparison with strings.EqualFold by Tim Windelschmidt · 1 year, 7 months ago
  12. 096654a treewide: add missing error handling by Tim Windelschmidt · 1 year, 7 months ago
  13. 92316fd treewide: remove unnecessary use of fmt.Sprint by Tim Windelschmidt · 1 year, 7 months ago
  14. 0cf8944 treewide: remove redundant returns by Tim Windelschmidt · 1 year, 7 months ago
  15. e1acfe3 treewide: use a single append to concatenate two slices by Tim Windelschmidt · 1 year, 7 months ago
  16. a2eea16 treewide: replace call to bytes.Compare with bytes.Equal by Tim Windelschmidt · 1 year, 7 months ago
  17. 885668a treewide: remove comparison with boolean constant by Tim Windelschmidt · 1 year, 7 months ago
  18. 683b62b treewide: simplify boolean expressions by Tim Windelschmidt · 1 year, 7 months ago
  19. 13b4947 metropolis/pkg/efivarfs: use strings.ReplaceAll by Tim Windelschmidt · 1 year, 7 months ago
  20. 4beb06e metropolis/pkg/gpt: call Hash.Sum with nil instead of empty byte slice by Tim Windelschmidt · 1 year, 7 months ago
  21. 47d0344 metropolis/pkg/supervisor: simplify error unwrap and comparison by Tim Windelschmidt · 1 year, 7 months ago
  22. 3074ec6 treewide: remove empty slice return value with nil by Tim Windelschmidt · 1 year, 7 months ago
  23. 06c1964 treewide: compare syscall.Errno directly instead of interface type by Tim Windelschmidt · 1 year, 7 months ago
  24. 3215ee8 metropolis/pkg/tpm: replace external errors package with stdlib by Tim Windelschmidt · 1 year, 7 months ago
  25. c20e372 treewide: replace errors.Wrap assertions with fmt.Errorf by Tim Windelschmidt · 1 year, 7 months ago
  26. af821c8 treewide: replace error assertions with errors.As by Tim Windelschmidt · 1 year, 7 months ago
  27. d5f851b treewide: replace error comparisons and assertions with errors.Is by Tim Windelschmidt · 1 year, 7 months ago
  28. 69fec52 metropolis/pkg: delete unused package combinectx by Tim Windelschmidt · 1 year, 7 months ago
  29. f779b8f m/pkgs/localregistry: make runfile aware by Serge Bazanski · 1 year, 7 months ago
  30. 8804972 treewide: fix t.Fatal calls in non-test goroutines by Tim Windelschmidt · 1 year, 7 months ago
  31. 8ae96a4 m/p/erofs: handle metadata alignment correctly by Lorenz Brun · 1 year, 7 months ago
  32. bda384c treewide: use nil value for empty slices by Tim Windelschmidt · 1 year, 7 months ago
  33. 1d3a83d metropolis/pkg/fsquota/quotactl: remove redundant parentheses by Tim Windelschmidt · 1 year, 7 months ago
  34. 9b2c156 treewide: add empty default case to switch statements by Tim Windelschmidt · 1 year, 7 months ago
  35. 0c57d34 treewide: cleanup function receiver names by Tim Windelschmidt · 1 year, 7 months ago
  36. 3810567 treewide: remove shadowing of stdlib functions by Tim Windelschmidt · 1 year, 7 months ago
  37. 6b6428d treewide: remove redundant loop vars by Tim Windelschmidt · 1 year, 7 months ago
  38. 5e460a9 treewide: remove unnecessary types and conversions by Tim Windelschmidt · 1 year, 7 months ago
  39. 1ba1e1d metropolis/pkg/kexec: fix scanner error check by Tim Windelschmidt · 1 year, 7 months ago
  40. 0ea961c m/p/blockdev: fix discard by Jan Schär · 1 year, 7 months ago
  41. a8cfb56 m/pkg/supervisor: propagate panic in TestHarness by Jan Schär · 1 year, 7 months ago
  42. d6d809a m/pkg/socksproxy: fix parsing of IPv6 addresses by Jan Schär · 1 year, 7 months ago
  43. 2c38850 m/p/scsi: add missing length check by Jan Schär · 1 year, 7 months ago
  44. ae07661 metropolis/pkg/supervisor: define WithPropagatePanic as func not var by Tim Windelschmidt · 1 year, 7 months ago
  45. fb94c75 m/pkg/jsonpatch: remove duplicate file ending by Jan Schär · 1 year, 7 months ago
  46. 8d377ce m/pkg/event: fix potential stuckness in Pipe by Serge Bazanski · 1 year, 8 months ago
  47. 23e5230 m/pkg/supervisor: close connections when grpc server exits by Jan Schär · 1 year, 8 months ago
  48. 36bde9c m/pkg/event/memory: simplify and fix implementation by Jan Schär · 1 year, 8 months ago
  49. d1f82e9 m/node: use pstore for panic storage by Lorenz Brun · 1 year, 9 months ago
  50. 2a1d1b2 treewide: replace datafile pkg with rules_go/runfiles pkg by Tim Windelschmidt · 1 year, 10 months ago
  51. 0974b22 treewide: replace rules_docker with rules_oci by Tim Windelschmidt · 1 year, 10 months ago
  52. a7cfc1c m/p/efivarfs: add Delete and DeleteBootEntry by Lorenz Brun · 2 years ago
  53. b4f5024 treewide: use Pinner to resolve safety issues by Lorenz Brun · 2 years ago
  54. d9f1f1e node/core: add sysctls by Tim Windelschmidt · 2 years, 1 month ago
  55. 5a90d30 metropolis: fix handling GPT holes by Lorenz Brun · 2 years, 1 month ago
  56. f0ae331 m/p/watchdog: add watchdog package by Lorenz Brun · 2 years, 2 months ago
  57. 65b1c68 m/p/blockdev: use errors.ErrUnsupported in 1.21 by Lorenz Brun · 2 years, 2 months ago
  58. 6570219 workspace: rules_go, gazelle, go, gVisor update by Lorenz Brun · 2 years, 3 months ago
  59. c710835 m/p/logtree: add kmsg pipe by Lorenz Brun · 2 years, 3 months ago
  60. f025d1b m/p/efivarfs: allow multiple paths in LoadOption by Lorenz Brun · 2 years, 3 months ago
  61. d07489b metropolis/pkg/efivarfs: write variables with 0644 perms by Tim Windelschmidt · 2 years, 4 months ago
  62. 3961acd m/p/gpt: fix protective MBR off-by-one by Lorenz Brun · 2 years, 4 months ago
  63. ad13188 treewide: port everything to blockdev by Lorenz Brun · 2 years, 5 months ago
  64. cb9f3d3 m/p/blockdev: add darwin implementation by Lorenz Brun · 2 years, 4 months ago
  65. 1e0e3a4 m/p/blockdev: init by Lorenz Brun · 2 years, 5 months ago
  66. a004576 Set flaky=True on roleserve_test and memory_test by Leopold Schabel · 2 years, 4 months ago
  67. 9933ef0 m/p/efivarfs: BootOrder fixes by Lorenz Brun · 2 years, 5 months ago
  68. 901c732 m/p/localregistry: init by Lorenz Brun · 2 years, 4 months ago
  69. 800e7c9 m/p/tpm: fix garbage when logging PCRs by Lorenz Brun · 2 years, 4 months ago
  70. ca1cff0 m/p/efivarfs: refactor by Lorenz Brun · 2 years, 5 months ago
  71. 60d6b90 m/p/gpt: switch to msguid by Lorenz Brun · 2 years, 5 months ago
  72. 62a1edd m/p/msguid: init by Lorenz Brun · 2 years, 5 months ago
  73. d20af4f metropolis/pkg/cmd: fix race condition by Serge Bazanski · 2 years, 5 months ago
  74. 6c45434 m/node: build Linux with modules by Lorenz Brun · 2 years, 6 months ago
  75. c7b036b m/p/kmod: init by Lorenz Brun · 2 years, 6 months ago
  76. ca9cfcf m/p/{efivars,sysfs}: use typed UUIDs by Lorenz Brun · 2 years, 7 months ago
  77. 1cd2696 c/agent: include EFI support in hardware report by Lorenz Brun · 2 years, 7 months ago
  78. e3032bd m/p/supervisor: allow signalling supervised processes by Lorenz Brun · 2 years, 7 months ago
  79. d67eb4f m/p/bootparam: add Consoles param parser by Lorenz Brun · 2 years, 7 months ago
  80. 752fda3 m/p/smbios: remove print by Lorenz Brun · 2 years, 8 months ago
  81. aadeb79 c/agent: implement by Lorenz Brun · 2 years, 8 months ago
  82. 98e05e1 metropolis/*: confine etcd output in tests by Serge Bazanski · 2 years, 8 months ago
  83. 6c8ee0b m/pkg/logtree: add Zap and gRPC facades by Serge Bazanski · 2 years, 8 months ago
  84. 29974f3 m/p/logtree: pipe to t.Log in tests instead of stdout by Serge Bazanski · 2 years, 8 months ago
  85. e012b72 metropolis: implement NodeManagement.Logs by Serge Bazanski · 2 years, 8 months ago
  86. da11486 metropolis/proto: move log-related types to common by Serge Bazanski · 2 years, 8 months ago
  87. 8fab014 m/pkg/logtree: fix exact backlog fetch, head/tail confusion by Serge Bazanski · 2 years, 8 months ago
  88. 1ec1fe9 m/pkg/socksproxy: fix fd leak by Serge Bazanski · 2 years, 8 months ago
  89. c64ba1e go/net/tinylb: init by Serge Bazanski · 2 years, 8 months ago
  90. e25b3a4 m/pkg/{logtree,supervisor}: support Benchmarks in test helpers by Serge Bazanski · 2 years, 8 months ago
  91. 367ee27 m/pkg/logtree: implement concise stringification by Serge Bazanski · 2 years, 8 months ago
  92. 0164c71 m/p/supervisor: provide more concise logs on runnable exit by Serge Bazanski · 2 years, 8 months ago
  93. 9dd92d9 m/pkg/event: implement Pipe helper by Serge Bazanski · 2 years, 9 months ago
  94. 37110c3 m/pkg/event: make type-safe by Serge Bazanski · 2 years, 9 months ago
  95. 5456a3c m/p/logtree: do not emit broken klog entries by Serge Bazanski · 2 years, 8 months ago
  96. 2d284b5 c/takeover/e2e: add takeover end-to-end test by Lorenz Brun · 2 years, 9 months ago
  97. 1cf1795 pkg/bootparam: add bootparam pkg by Lorenz Brun · 2 years, 9 months ago
  98. 97f212c build/ci: mark supervisor and e2e tests as flaky by Leopold · 2 years, 10 months ago
  99. bffdda8 m/p/scsi: add SCSI package by Lorenz Brun · 2 years, 10 months ago
  100. 12450d2 pkg/smbios: fix error calculating memory size by Lorenz Brun · 2 years, 11 months ago