index
:
dedo
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/dedo.go: Introduce ITx interface
EuAndreh
2025-02-06
1
-155
/
+158
*
src/dedo.go: Replace concrete *DB type with IDedo interface
EuAndreh
2025-02-06
1
-7
/
+12
*
tests/dedo.go: Add tests for usage(), getGetopt() and setGetopt()
EuAndreh
2025-02-06
1
-1
/
+87
*
src/dedo.go: Parameterize the file "magic" byte markers
EuAndreh
2025-01-30
1
-4
/
+17
*
tests/dedo.go: Add tests for getopt() and runCommand()
EuAndreh
2025-01-27
1
-0
/
+256
*
tests/dedo.go: Add missing call to test_commands()
EuAndreh
2025-01-25
1
-0
/
+1
*
src/dedo.go: Remove public PageInfo type
EuAndreh
2025-01-25
1
-19
/
+27
*
src/dedo.go: Remove Tx.CopyFile() and Tx.Page() public functions
EuAndreh
2025-01-25
1
-147
/
+60
*
src/dedo.go: Remove public Cursor.Bucket() and Tx.DB() public functions
EuAndreh
2025-01-25
1
-26
/
+1
*
src/dedo.go: Remove Bucket.Sequence() and Bucket.SetSequence()
EuAndreh
2025-01-25
1
-52
/
+1
*
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
*
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