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_test.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move code to src/ and tests/
EuAndreh
2024-10-25
1
-1545
/
+0
*
Clean up timeout tests.
Ben Johnson
2016-12-27
1
-161
/
+0
*
add additional meta page tests
Ben Johnson
2016-04-24
1
-34
/
+56
*
Merge pull request #482 from gyuho/bolt_db_test_fix
Ben Johnson
2016-01-11
1
-3
/
+3
|
\
|
*
*: fix test print format
Gyu-Ho Lee
2016-01-08
1
-3
/
+3
*
|
Merge branch 'grow' of https://github.com/xiang90/bolt into xiang90-grow
Ben Johnson
2016-01-11
1
-2
/
+8
|
\
\
|
|
/
|
/
|
|
*
do not grow dbsize agressively
Xiang Li
2015-11-06
1
-2
/
+8
*
|
test suite refactoring
Ben Johnson
2016-01-02
1
-317
/
+973
*
|
Introduce InitialMmapSize to prevent deadlock
Gyu-Ho Lee
2015-12-21
1
-0
/
+45
*
|
Make bolt.Open return the documented errors
Rodolfo Carvalho
2015-12-10
1
-24
/
+94
*
|
Merge pull request #419 from raggi/windows-flock
Ben Johnson
2015-10-28
1
-6
/
+0
|
\
\
|
*
|
windows: implement file locking
James Tucker
2015-09-16
1
-6
/
+0
|
|
/
*
/
typos
John ShaggyTwoDope Jenkins
2015-10-13
1
-1
/
+1
|
/
*
solaris: fix issues with mmap, munmap, madvise and flock
Ken Sedgwick
2015-08-21
1
-0
/
+10
*
Wait for pending tx on close.
Ben Johnson
2015-05-20
1
-1
/
+44
*
Add test case inline documentation.
Ben Johnson
2015-05-18
1
-4
/
+16
*
use a shared lock in read-only mode
sasha-s
2015-05-18
1
-7
/
+10
*
open read-only databases in read-only mode
sasha-s
2015-05-14
1
-0
/
+55
*
Add transaction batching
Tommi Virtanen
2015-02-18
1
-0
/
+28
*
Fix large mmap resize.
Ben Johnson
2015-02-16
1
-0
/
+61
*
Persist sequence-only changes.
Ben Johnson
2015-02-02
1
-0
/
+3
*
Add additional error checks in test suite.
Ben Johnson
2015-01-28
1
-6
/
+13
*
Fix mmap resize calculation.
Ben Johnson
2015-01-28
1
-0
/
+41
*
Remove testify.
Ben Johnson
2014-07-26
1
-144
/
+149
*
Move tests to a test package.
Ben Johnson
2014-07-26
1
-142
/
+64
*
Remove wrapping test closures.
Ben Johnson
2014-07-26
1
-165
/
+178
*
Remove withTempPath() helper.
Ben Johnson
2014-07-25
1
-128
/
+131
*
Fix root split on very large append.
Ben Johnson
2014-07-23
1
-8
/
+29
*
Remove unreachable test code.
Ben Johnson
2014-07-11
1
-2
/
+0
*
Recover from panics appropriately.
Ben Johnson
2014-07-11
1
-0
/
+60
*
Merge branch 'master' of https://github.com/boltdb/bolt into free-cache
Ben Johnson
2014-07-10
1
-2
/
+3
|
\
|
*
Fix test for path errors.
Ben Johnson
2014-07-10
1
-1
/
+1
|
*
Fix Windows mmap sizing.
Ben Johnson
2014-07-10
1
-1
/
+2
*
|
Add freelist cache.
Ben Johnson
2014-06-30
1
-1
/
+1
|
/
*
Copy the free pages stats from the receiver
Martin Kobetic
2014-06-27
1
-0
/
+4
*
Add Open() options, flock timeout.
Ben Johnson
2014-06-21
1
-29
/
+61
*
split the freelist page count stats to free and pending
Martin Kobetic
2014-06-20
1
-1
/
+2
*
Fix merge-split regression.
Ben Johnson
2014-06-18
1
-1
/
+1
*
fix up freelist stats naming and add FreeAlloc
Martin Kobetic
2014-06-18
1
-1
/
+1
*
add freelist stats to db stats
Martin Kobetic
2014-06-17
1
-1
/
+2
*
Fix merge-split spill issues.
Ben Johnson
2014-06-03
1
-0
/
+34
*
Add freelist assertion on every free().
Ben Johnson
2014-05-29
1
-0
/
+46
*
Add streaming check.
Ben Johnson
2014-05-28
1
-11
/
+4
*
Remove DB.Check(). Allow read-only Tx.Check().
Ben Johnson
2014-05-27
1
-3
/
+6
*
Merge pull request #169 from benbjohnson/allocation
Ben Johnson
2014-05-21
1
-2
/
+2
|
\
|
*
Fix freelist allocate().
Ben Johnson
2014-05-19
1
-2
/
+2
*
|
move Copy and CopyFile from DB to Tx
Martin Kobetic
2014-05-21
1
-59
/
+2
|
/
*
Add inline bucket support.
Ben Johnson
2014-05-05
1
-8
/
+2
*
Consolidate code for clarity.
Ben Johnson
2014-05-05
1
-0
/
+12
*
Printf's %s and %q do the right thing with []byte; removed string conversion.
Kevin Gillette
2014-04-25
1
-4
/
+4
[next]