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
/
README.md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-01-25
src/dedo.go: Remove Tx.CopyFile() and Tx.Page() public functions
EuAndreh
2
-191
/
+60
2025-01-25
src/dedo.go: Remove public Cursor.Bucket() and Tx.DB() public functions
EuAndreh
2
-36
/
+1
2025-01-25
src/dedo.go: Remove Bucket.Sequence() and Bucket.SetSequence()
EuAndreh
2
-77
/
+1
2025-01-25
src/dedo.go: Remove Bucket.Writable() and Tx.Writable() public API
EuAndreh
2
-17
/
+7
2025-01-25
src/dedo.go: Remove Tx.managed field
EuAndreh
2
-167
/
+0
2025-01-25
src/dedo.go: Remove public API for manually managing transactions
EuAndreh
2
-81
/
+81
2025-01-25
tests/dedo.go: Swallow error log from g.Assert()
EuAndreh
1
-0
/
+31
2025-01-25
Stylistic: stick to 80 columns and rewrite if err := ... code
EuAndreh
2
-1556
/
+2898
2025-01-25
src/dedo.go: Remove unused DB.lockfile field
EuAndreh
1
-1
/
+0
2025-01-24
src/dedo.go: Remove unused const variables
EuAndreh
1
-17
/
+1
2025-01-24
src/dedo.go: Remove dbops type
EuAndreh
2
-15
/
+3
2025-01-24
src/dedo.go: Remove Stats-related code
EuAndreh
2
-841
/
+0
2025-01-24
Remove other unused code
EuAndreh
2
-53
/
+0
2025-01-24
src/dedo.go: Remove old CLI code (~2k LoC!!)
EuAndreh
2
-1860
/
+0
2025-01-24
src/dedo.go: Start rewrite and simplification of CLI impl
EuAndreh
3
-3
/
+247
2025-01-24
src/dedo.go: Change magic marker to my own
EuAndreh
1
-1
/
+1
2025-01-24
src/dedo.go: Remove deprecated Tx.Copy() method
EuAndreh
2
-12
/
+7
2025-01-23
src/dedo.go: Simplify initDB()
EuAndreh
2
-110
/
+129
2024-12-31
src/dedo.go: Instantiate &DB{} only after opening the file; simplify Open()
EuAndreh
2
-43
/
+59
2024-12-31
src/dedo.go: Simplify flags of flock()
EuAndreh
1
-9
/
+2
2024-12-31
src/dedo.go: Remove Tx.WriteFlag option
EuAndreh
1
-11
/
+2
2024-12-31
src/dedo.go: remove unused constants and methods
EuAndreh
1
-28
/
+0
2024-12-31
src/dedo.go: Remove DB.Info() method
EuAndreh
2
-16
/
+4
2024-12-30
src/dedo.go: Remove mode and options from Open()
EuAndreh
2
-52
/
+44
2024-12-30
src/dedo.go: Remove Options.InitialMmapSize option
EuAndreh
2
-12
/
+2
2024-12-30
src/dedo.go: Remove Bucket.FillPercent option
EuAndreh
2
-31
/
+4
2024-12-30
src/dedo.go: Remove DB.MmapFlags option
EuAndreh
1
-9
/
+2
2024-12-30
src/dedo.go: Sort imports
EuAndreh
1
-12
/
+13
2024-12-30
src/dedo.go: Remove Options.Timeout option
EuAndreh
1
-27
/
+3
2024-12-30
src/dedo.go: Remove DB.ReadOnly option
EuAndreh
2
-50
/
+91
2024-12-30
src/dedo.go: Move type definitions to the beginning of the file
EuAndreh
1
-672
/
+682
2024-12-30
src/dedo.go: Remove DB.NoGrowSync option
EuAndreh
1
-14
/
+1
2024-12-30
src/dedo.go: Remove DB.NoSync option
EuAndreh
2
-38
/
+6
2024-12-30
tests/dedo.go: Normalize tests
EuAndreh
2
-57
/
+409
2024-11-01
rm appveyor.yml
EuAndreh
1
-18
/
+0
2024-10-30
Rename "gkv" -> "dedo"
EuAndreh
9
-23
/
+23
2024-10-29
.gitignore: Include pattern for cgo
EuAndreh
1
-0
/
+1
2024-10-29
mkdeps.sh: Fix typo on varlist name
EuAndreh
2
-2
/
+2
2024-10-29
Makefile: Simplify time file generation on bench taget dependencies
EuAndreh
1
-2
/
+1
2024-10-29
Makefile: Prioritize local version when building and linking
EuAndreh
1
-2
/
+2
2024-10-26
Normalize structure following other projects
EuAndreh
50
-12443
/
+12121
2024-10-25
Move code to src/ and tests/
EuAndreh
32
-0
/
+0
2018-03-01
add tx-copy-deprecated
Chyroc
1
-1
/
+3
2017-11-17
Remove unnecessary if in batch handling
Tommi Virtanen
1
-3
/
+1
2017-09-07
README
Ben Johnson
1
-0
/
+19
2017-07-10
Add Ponzu CMS to list of projects using Bolt
Steve Manuel
1
-0
/
+1
2017-01-31
Revert "replace unix implementation to be the same as solaris to fix an issue...
Ben Johnson
1
-17
/
+7
2017-01-28
hexidecimal -> hexadecimal
Sebastian
1
-3
/
+3
2016-12-28
Ensure that keys generated by testing/quick are unique
Josh Bleecher Snyder
1
-1
/
+9
2016-12-27
Clean up timeout tests.
Ben Johnson
1
-161
/
+0
[prev]
[next]