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
/
db.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move code to src/ and tests/
EuAndreh
2024-10-25
1
-1037
/
+0
*
Remove unnecessary if in batch handling
Tommi Virtanen
2017-11-17
1
-3
/
+1
*
Allow GC to reclaim completed transactions
Josh Bleecher Snyder
2016-12-23
1
-1
/
+4
*
Fix Stats.Sub() for Stats.TxN.
Ben Johnson
2016-10-03
1
-1
/
+1
*
add additional meta page tests
Ben Johnson
2016-04-24
1
-14
/
+13
*
Merge branch '548-fix-errors-with-unsynced-metadata' of https://github.com/cy...
Ben Johnson
2016-04-24
1
-11
/
+38
|
\
|
*
db: fix recovery from unsynced metadata
Aleksa Sarai
2016-04-20
1
-11
/
+38
*
|
move page pool to db
Ben Johnson
2016-04-22
1
-9
/
+12
*
|
Merge branch 'pool_allocate' of https://github.com/LK4D4/bolt into LK4D4-pool...
Ben Johnson
2016-04-22
1
-2
/
+16
|
\
\
|
|
/
|
/
|
|
*
Use sync.Pool for small pages in db.allocate
Alexander Morozov
2016-01-28
1
-2
/
+16
*
|
Wait to clear db.path until just before db.close returns.
Chris Hines
2016-04-07
1
-3
/
+3
*
|
move to separate lock file on windows
Ben Johnson
2016-03-01
1
-4
/
+11
|
/
*
Merge pull request #481 from gyuho/boltdb_typo
Ben Johnson
2016-01-11
1
-2
/
+2
|
\
|
*
*: fixes minor typos
Gyu-Ho Lee
2016-01-07
1
-2
/
+2
*
|
add AllocSize, minor grow() refactor
Ben Johnson
2016-01-11
1
-9
/
+15
*
|
Merge branch 'grow' of https://github.com/xiang90/bolt into xiang90-grow
Ben Johnson
2016-01-11
1
-0
/
+32
|
\
\
|
|
/
|
/
|
|
*
do not grow dbsize agressively
Xiang Li
2015-11-06
1
-0
/
+32
*
|
test suite refactoring
Ben Johnson
2016-01-02
1
-1
/
+135
*
|
Merge pull request #471 from rhcarvalho/patch-1
Ben Johnson
2015-12-30
1
-1
/
+1
|
\
\
|
*
|
Update min mmap size in godoc
Rodolfo Carvalho
2015-12-17
1
-1
/
+1
*
|
|
Introduce InitialMmapSize to prevent deadlock
Gyu-Ho Lee
2015-12-21
1
-1
/
+15
|
/
/
*
|
Make bolt.Open return the documented errors
Rodolfo Carvalho
2015-12-10
1
-4
/
+4
*
|
Add MmapFlags option for MAP_POPULATE (unix)
Gyu-Ho Lee
2015-11-08
1
-0
/
+8
|
/
*
Add docs for dependent transactions.
Ben Johnson
2015-05-21
1
-0
/
+5
*
Wait for pending tx on close.
Ben Johnson
2015-05-20
1
-0
/
+7
*
Merge branch 'ro'
Ben Johnson
2015-05-18
1
-8
/
+37
|
\
|
*
Add test case inline documentation.
Ben Johnson
2015-05-18
1
-2
/
+6
|
*
make ignoring Truncate() explicit
sasha-s
2015-05-18
1
-7
/
+0
|
*
use a shared lock in read-only mode
sasha-s
2015-05-18
1
-15
/
+18
|
*
open read-only databases in read-only mode
sasha-s
2015-05-14
1
-12
/
+41
*
|
Change min mmap size from 1MB to 32KB.
Ben Johnson
2015-05-18
1
-2
/
+2
|
/
*
Add DB.Sync().
Ben Johnson
2015-05-08
1
-0
/
+6
*
Add DB.NoGrowSync flag.
Ben Johnson
2015-05-06
1
-1
/
+14
*
add comment: db.dataref is readonly
funkygao
2015-03-25
1
-1
/
+1
*
fix comment bug: minium db mmapSize is 1MB instead of 4MB
funkygao
2015-03-25
1
-1
/
+1
*
Add transaction batching
Tommi Virtanen
2015-02-18
1
-0
/
+29
*
Fix large mmap resize.
Ben Johnson
2015-02-16
1
-2
/
+2
*
Persist sequence-only changes.
Ben Johnson
2015-02-02
1
-7
/
+2
*
Expand assertion statements.
Ben Johnson
2015-01-30
1
-3
/
+5
*
Fix max mmap check for 32-bit arch.
Ben Johnson
2015-01-28
1
-8
/
+14
*
Fix mmap step & max size check.
Ben Johnson
2015-01-28
1
-9
/
+13
*
Fix mmap resize calculation.
Ben Johnson
2015-01-28
1
-9
/
+12
*
Removed redundant duplicate line of code
pmcgrath
2015-01-22
1
-1
/
+0
*
Add check for max mmap size.
Ben Johnson
2015-01-12
1
-10
/
+15
*
Fix bolt on OpenBSD.
Josh Rickmar
2014-09-18
1
-1
/
+11
*
Move tests to a test package.
Ben Johnson
2014-07-26
1
-2
/
+2
*
Change fill percent to be per-bucket.
Ben Johnson
2014-07-24
1
-15
/
+1
*
Add DB.NoSync option for bulk loading.
Ben Johnson
2014-07-15
1
-0
/
+9
*
Recover from panics appropriately.
Ben Johnson
2014-07-11
1
-0
/
+14
*
Merge branch 'master' of https://github.com/boltdb/bolt into free-cache
Ben Johnson
2014-07-10
1
-1
/
+1
|
\
[next]