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
/
bucket.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move code to src/ and tests/
EuAndreh
2024-10-25
1
-777
/
+0
*
Fix return statement inside else block at the end of function and gofmt windo...
nick
2016-10-31
1
-2
/
+1
*
Merge pull request #578 from resin-os/align-fix
Ben Johnson
2016-09-06
1
-1
/
+9
|
\
|
*
bucket: correct broken unaligned load/store in armv5
Lorenzo Stoakes
2016-07-28
1
-1
/
+9
*
|
Minor bolt compact revisions
Ben Johnson
2016-09-05
1
-0
/
+22
|
/
*
lower MaxValue to 2GB
Ben Johnson
2015-10-28
1
-1
/
+1
*
Merge pull request #441 from pmezard/document-put-constraint
Ben Johnson
2015-10-28
1
-0
/
+1
|
\
|
*
bucket: document Put() value must remain valid for the transaction
Patrick Mezard
2015-10-19
1
-0
/
+1
*
|
bucket: document buckets are valid only during the transaction
Patrick Mezard
2015-10-21
1
-0
/
+3
|
/
*
Document undefined behavior in ForEach
Luke Champine
2015-09-21
1
-1
/
+2
*
Document key/value safety.
Ben Johnson
2015-03-24
1
-0
/
+1
*
Persist sequence-only changes.
Ben Johnson
2015-02-02
1
-0
/
+6
*
Expand assertion statements.
Ben Johnson
2015-01-30
1
-4
/
+12
*
Fix split root dereference.
Ben Johnson
2014-08-21
1
-1
/
+1
*
Move tests to a test package.
Ben Johnson
2014-07-26
1
-1
/
+1
*
Add FillPercent documentation.
Ben Johnson
2014-07-24
1
-0
/
+2
*
Change fill percent to be per-bucket.
Ben Johnson
2014-07-24
1
-2
/
+20
*
Add DefaultOptions variable.
Ben Johnson
2014-06-22
1
-27
/
+0
*
Change Bucket.NextSequence() to return uint64.
Ben Johnson
2014-06-22
1
-13
/
+2
*
Fix merge-split spill issues.
Ben Johnson
2014-06-03
1
-0
/
+1
*
Remove allocations from read-only buckets.
Ben Johnson
2014-05-23
1
-6
/
+17
*
Minor stats fixes.
Ben Johnson
2014-05-14
1
-1
/
+9
*
address review comments
Martin Kobetic
2014-05-13
1
-3
/
+23
*
tweaks
Martin Kobetic
2014-05-12
1
-1
/
+2
*
merge inline branch into leaf branch
Martin Kobetic
2014-05-12
1
-20
/
+17
*
fix inline bucket stats
Martin Kobetic
2014-05-12
1
-6
/
+26
*
aggregate bucket stats recursively and add stats to cmd
Martin Kobetic
2014-05-09
1
-4
/
+8
*
first part
Martin Kobetic
2014-05-09
1
-5
/
+38
*
Merge branch 'master' of https://github.com/boltdb/bolt into fix-deletion
Ben Johnson
2014-05-09
1
-0
/
+1
|
\
|
*
add asserts for detecting pgid high watermark overflow
Martin Kobetic
2014-05-09
1
-0
/
+1
*
|
Fix deletion reclamation.
Ben Johnson
2014-05-09
1
-5
/
+2
|
/
*
Minor fixes.
Ben Johnson
2014-05-07
1
-1
/
+1
*
Improve bucket code documentation.
Ben Johnson
2014-05-07
1
-11
/
+14
*
Fix bucket free.
Ben Johnson
2014-05-07
1
-2
/
+40
*
Add inline bucket support.
Ben Johnson
2014-05-05
1
-24
/
+137
*
Consolidate code for clarity.
Ben Johnson
2014-05-05
1
-0
/
+15
*
Refactor split/spill.
Ben Johnson
2014-05-03
1
-77
/
+17
*
Copy key on Put() and CreateBucket().
Ben Johnson
2014-04-29
1
-0
/
+9
*
Change to BucketStats and Bucket.Stats().
Ben Johnson
2014-04-22
1
-14
/
+19
*
rename MaxDepth to Depth
Martin Kobetic
2014-04-22
1
-3
/
+3
*
allign naming with MemStats
Martin Kobetic
2014-04-22
1
-17
/
+17
*
moar tweaks
Martin Kobetic
2014-04-22
1
-16
/
+17
*
add Used/Free Leaf/Branch bucket stats
Martin Kobetic
2014-04-22
1
-0
/
+15
*
build c/cursor and running tests
Steven Normore
2014-04-16
1
-0
/
+10
*
Return bucket from CreateBucket() functions.
Ben Johnson
2014-04-15
1
-15
/
+17
*
Add nested buckets.
Ben Johnson
2014-04-11
1
-37
/
+329
*
Add performance counters.
Ben Johnson
2014-04-02
1
-0
/
+4
*
Error refactoring.
Ben Johnson
2014-03-24
1
-0
/
+34
*
Add ErrTxClosed error.
Ben Johnson
2014-03-23
1
-3
/
+12
*
fix 32bit build fails: bucket.go#67
binz
2014-03-23
1
-1
/
+1
[next]