aboutsummaryrefslogtreecommitdiff
path: root/src/dedo.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/dedo.go: remove unused constants and methodsEuAndreh2024-12-311-28/+0
* src/dedo.go: Remove DB.Info() methodEuAndreh2024-12-311-13/+1
* src/dedo.go: Remove mode and options from Open()EuAndreh2024-12-301-18/+10
* src/dedo.go: Remove Options.InitialMmapSize optionEuAndreh2024-12-301-10/+1
* src/dedo.go: Remove Bucket.FillPercent optionEuAndreh2024-12-301-30/+3
* src/dedo.go: Remove DB.MmapFlags optionEuAndreh2024-12-301-9/+2
* src/dedo.go: Sort importsEuAndreh2024-12-301-12/+13
* src/dedo.go: Remove Options.Timeout optionEuAndreh2024-12-301-27/+3
* src/dedo.go: Remove DB.ReadOnly optionEuAndreh2024-12-301-50/+40
* src/dedo.go: Move type definitions to the beginning of the fileEuAndreh2024-12-301-672/+682
* src/dedo.go: Remove DB.NoGrowSync optionEuAndreh2024-12-301-14/+1
* src/dedo.go: Remove DB.NoSync optionEuAndreh2024-12-301-36/+5
* tests/dedo.go: Normalize testsEuAndreh2024-12-301-3/+5
* Rename "gkv" -> "dedo"EuAndreh2024-10-301-0/+5749