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