| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | object/store: ReadingStore -> Reader | 2026-03-30 | 1 | -55/+0 | |
| | | |||||
| * | *: Remove Close from object/ref store interfaces | 2026-03-29 | 1 | -5/+0 | |
| | | | | | | | | | At places where you own the object, you should have the literal implementation with Close. If you're using it via the interface, then you probably don't own that store, and you shouldn't be closing it. Thanks to Michael Muré from git-bug for this point. | ||||
| * | *: Remove Close exception for MT-Safe v0.1.133 | 2026-03-29 | 1 | -0/+2 | |
| | | |||||
| * | *: Repeated calls to Close are UB by default v0.1.132 | 2026-03-29 | 1 | -2/+0 | |
| | | |||||
| * | object/store: Document store contract | 2026-03-28 | 1 | -25/+10 | |
| | | |||||
| * | object/store: Rename back from storer; rename Store to ReadingStore v0.1.118 | 2026-03-28 | 1 | -0/+75 | |
