| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
