| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | src/dedo.go: Remove Bucket.Writable() and Tx.Writable() public API | EuAndreh | 2025-01-25 | 1 | -1/+1 |
| | | |||||
| * | src/dedo.go: Remove Tx.managed field | EuAndreh | 2025-01-25 | 1 | -154/+0 |
| | | |||||
| * | src/dedo.go: Remove public API for manually managing transactions | EuAndreh | 2025-01-25 | 1 | -58/+58 |
| | | |||||
| * | tests/dedo.go: Swallow error log from g.Assert() | EuAndreh | 2025-01-25 | 1 | -0/+31 |
| | | |||||
| * | Stylistic: stick to 80 columns and rewrite if err := ... code | EuAndreh | 2025-01-25 | 1 | -843/+1894 |
| | | |||||
| * | src/dedo.go: Remove dbops type | EuAndreh | 2025-01-24 | 1 | -2/+0 |
| | | |||||
| * | src/dedo.go: Remove Stats-related code | EuAndreh | 2025-01-24 | 1 | -542/+0 |
| | | |||||
| * | Remove other unused code | EuAndreh | 2025-01-24 | 1 | -6/+0 |
| | | |||||
| * | src/dedo.go: Remove old CLI code (~2k LoC!!) | EuAndreh | 2025-01-24 | 1 | -269/+0 |
| | | |||||
| * | src/dedo.go: Start rewrite and simplification of CLI impl | EuAndreh | 2025-01-24 | 1 | -1/+10 |
| | | |||||
| * | src/dedo.go: Remove deprecated Tx.Copy() method | EuAndreh | 2025-01-24 | 1 | -2/+4 |
| | | |||||
| * | src/dedo.go: Simplify initDB() | EuAndreh | 2025-01-23 | 1 | -21/+46 |
| | | |||||
| * | src/dedo.go: Instantiate &DB{} only after opening the file; simplify Open() | EuAndreh | 2024-12-31 | 1 | -0/+5 |
| | | |||||
| * | src/dedo.go: Remove DB.Info() method | EuAndreh | 2024-12-31 | 1 | -3/+3 |
| | | |||||
| * | src/dedo.go: Remove mode and options from Open() | EuAndreh | 2024-12-30 | 1 | -34/+34 |
| | | |||||
| * | src/dedo.go: Remove Options.InitialMmapSize option | EuAndreh | 2024-12-30 | 1 | -2/+1 |
| | | |||||
| * | src/dedo.go: Remove Bucket.FillPercent option | EuAndreh | 2024-12-30 | 1 | -1/+1 |
| | | |||||
| * | src/dedo.go: Remove DB.ReadOnly option | EuAndreh | 2024-12-30 | 1 | -0/+51 |
| | | |||||
| * | tests/dedo.go: Normalize tests | EuAndreh | 2024-12-30 | 1 | -54/+404 |
| | | | | | | | | | | | | - hack extra `os.Remove()` calls to avoid leaving temporary files around; - try using temporary directories that usually live in RAM; - disable broken tests; - stop printing to stdout/stderr; - decrease test constants to make slow tests bearable*. (*): tests are bearable in RAM (~5s) or on SSDs (~10s). HDDs are still too slow for them (~2m). | ||||
| * | Rename "gkv" -> "dedo" | EuAndreh | 2024-10-30 | 5 | -6/+6 |
| | | |||||
| * | Normalize structure following other projects | EuAndreh | 2024-10-26 | 19 | -5789/+6100 |
| | | |||||
| * | Move code to src/ and tests/ | EuAndreh | 2024-10-25 | 9 | -0/+5789 |
