Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-14 | Move files around [ci-skip] | Luke Shumaker | |
2023-02-12 | btrfstree: Add a FreeNodeRef function, use it | Luke Shumaker | |
2023-02-12 | btrfsitem: Have all Item implementations be pointers to structs | Luke Shumaker | |
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 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-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 | wip | Luke Shumaker | |
2022-08-28 | btrfs: Split off btrfstree and btrfsprim sub-packages | Luke Shumaker | |