Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-05 | containers: s/Cmp/Compare/ to match the standard library | Luke Shumaker | |
Go 1.18 added net/netip.Addr.Compare, and Go 1.20 added time.Time.Compare. | |||
2023-01-01 | lint: Turn on gomnd | Luke Shumaker | |
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 | |
2023-01-01 | tree-wide: Audit for simplistic type assertions | Luke Shumaker | |
2022-10-06 | fix bug with subvolume lookup | Luke Shumaker | |
2022-10-06 | let skinny paths get evicted | Luke Shumaker | |
2022-10-03 | add max key checking | Luke Shumaker | |
2022-10-03 | nil paths | Luke Shumaker | |
2022-10-03 | fix bug | Luke Shumaker | |
2022-09-05 | Add ToKey to TreePaths; MinItem and MaxItem to NodeExpectations | Luke Shumaker | |
2022-08-30 | Change how btrfstree.TreePath generations work | Luke Shumaker | |
2022-08-30 | btrfstree.ReadNode: Return more useful error types | Luke Shumaker | |
2022-08-30 | btrfstree: Don't let (most) validation errors prevent parsing | Luke Shumaker | |
2022-08-30 | fix bad search/replace | Luke Shumaker | |
2022-08-30 | misc fix | Luke Shumaker | |
2022-08-30 | wip | Luke Shumaker | |
2022-08-30 | wip | Luke Shumaker | |
2022-08-28 | btrfs: Split off btrfstree and btrfsprim sub-packages | Luke Shumaker | |