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