Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-01 | lint: Turn on gofumpt | Luke Shumaker | |
All edits to .go files are made by `tools/bin/golangci-lint run --fix ./...`, not by me as a human. | |||
2023-01-01 | lint: Turn on gocritic | Luke Shumaker | |
2022-12-20 | containers.Set: Don't use constraints.Ordered | Luke Shumaker | |
2022-09-05 | Try to uniformly use containers.Set | Luke Shumaker | |
2022-07-16 | rethink the SumRun interface to fit diskio.Sequence | Luke Shumaker | |
2022-07-15 | wip | Luke Shumaker | |
2022-07-15 | tidy up | Luke Shumaker | |
2022-07-14 | diskio.File: Add .Close() and don't have .Size() return an error | Luke Shumaker | |
2022-07-13 | Fix package names/imports | Luke Shumaker | |
2022-07-13 | Move the remaining former-generic.go parts out of lib/util/ | Luke Shumaker | |
2022-07-13 | Move ordered.go to lib/containers | Luke Shumaker | |
Something about this trips a stack overflow in golangci-lint, so upgrade golangci-lint to a commit that fixes this. | |||
2022-07-13 | Move lib/rbtree to lib/containers | Luke Shumaker | |
2022-07-12 | Add an `Ordered` interface for the Cmp method, have rbtree use it | Luke Shumaker | |
2022-07-11 | move chunk reconstruction to btrfsinspect, add --mappings | Luke Shumaker | |
2022-07-10 | Add license and copyright info | Luke Shumaker | |
2022-07-10 | Rename the module, mv pkg lib | Luke Shumaker | |