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
/
tx.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'fix-crash'
Ben Johnson
2015-05-18
1
-6
/
+30
|
\
|
*
Add inline documentation for bdc109b.
Ben Johnson
2015-05-18
1
-0
/
+12
|
*
fix `slice bounds out of range`/maxAllocSize bugs
sasha-s
2015-04-16
1
-6
/
+18
*
|
Added Freehold to the projects list in README.
Tim Shannon
2015-04-23
1
-2
/
+4
|
/
*
Implement io.WriterTo interface on Tx.
Ben Johnson
2015-03-18
1
-11
/
+16
*
Fix bolt on OpenBSD.
Josh Rickmar
2014-09-18
1
-4
/
+4
*
Move tests to a test package.
Ben Johnson
2014-07-26
1
-5
/
+5
*
Add DB.NoSync option for bulk loading.
Ben Johnson
2014-07-15
1
-4
/
+8
*
Only update rebalance time if nodes are rebalanced.
Ben Johnson
2014-07-15
1
-1
/
+3
*
Recover from panics appropriately.
Ben Johnson
2014-07-11
1
-0
/
+6
*
Add freelist cache.
Ben Johnson
2014-06-30
1
-1
/
+1
*
Add DefaultOptions variable.
Ben Johnson
2014-06-22
1
-11
/
+0
*
split the freelist page count stats to free and pending
Martin Kobetic
2014-06-20
1
-3
/
+5
*
fix up freelist stats naming and add FreeAlloc
Martin Kobetic
2014-06-18
1
-2
/
+3
*
drop mergeStats and move freelist stats update to Tx
Martin Kobetic
2014-06-17
1
-1
/
+9
*
add freelist stats to db stats
Martin Kobetic
2014-06-17
1
-3
/
+1
*
Fix freelist rollback.
Ben Johnson
2014-06-13
1
-5
/
+14
*
Check for freelist overflow.
Ben Johnson
2014-06-13
1
-1
/
+3
*
Add fallback for O_DIRECT in Tx.Copy().
Ben Johnson
2014-06-05
1
-4
/
+9
*
Merge pull request #177 from tv42/tx-copy-rollback
Ben Johnson
2014-05-28
1
-3
/
+0
|
\
|
*
Do not attempt manual transaction rollback in Tx.Copy
Tommi Virtanen
2014-05-28
1
-3
/
+0
*
|
Optimize Tx.Check().
Ben Johnson
2014-05-28
1
-13
/
+12
|
/
*
Add streaming check.
Ben Johnson
2014-05-28
1
-20
/
+21
*
Remove DB.Check(). Allow read-only Tx.Check().
Ben Johnson
2014-05-27
1
-8
/
+8
*
Avoid trashing page cache on Tx.Copy().
Ben Johnson
2014-05-23
1
-1
/
+1
*
review comments
Martin Kobetic
2014-05-21
1
-2
/
+1
*
add tx.Size() and ensure tx.Copy() copies exactly that many bytes
Martin Kobetic
2014-05-21
1
-1
/
+7
*
move Copy and CopyFile from DB to Tx
Martin Kobetic
2014-05-21
1
-0
/
+51
*
Add strict mode.
Ben Johnson
2014-05-14
1
-0
/
+92
*
Refactor split/spill.
Ben Johnson
2014-05-03
1
-2
/
+5
*
Add Tx.Cursor().
Ben Johnson
2014-04-29
1
-0
/
+8
*
Return bucket from CreateBucket() functions.
Ben Johnson
2014-04-15
1
-2
/
+2
*
Add nested buckets.
Ben Johnson
2014-04-11
1
-253
/
+41
*
Rename internal local Tx variables.
Ben Johnson
2014-04-04
1
-144
/
+144
*
Add Tx.OnCommit() handler.
Ben Johnson
2014-04-04
1
-12
/
+30
*
Add performance counters.
Ben Johnson
2014-04-02
1
-1
/
+100
*
Consolidate file and metafile descriptors.
Ben Johnson
2014-04-02
1
-1
/
+4
*
Write freelist after each commit.
Ben Johnson
2014-03-31
1
-0
/
+10
*
Fix bucket reclamation.
Ben Johnson
2014-03-25
1
-3
/
+4
*
Error refactoring.
Ben Johnson
2014-03-24
1
-0
/
+11
*
Re-add tests for write failures
Tommi Virtanen
2014-03-24
1
-2
/
+2
*
Check spill error in Commit
Tommi Virtanen
2014-03-23
1
-1
/
+3
*
Check meta page write error in Commit
Tommi Virtanen
2014-03-23
1
-1
/
+3
*
Add ErrTxClosed error.
Ben Johnson
2014-03-23
1
-14
/
+20
*
Mark Do()/With() transaction as managed.
Ben Johnson
2014-03-23
1
-1
/
+7
*
Call fdatasync/fsync after writing out non-meta pages
Tommi Virtanen
2014-03-22
1
-0
/
+3
*
Add 'bolt pages'.
Ben Johnson
2014-03-21
1
-0
/
+27
*
Fix Tx.Buckets() sort order.
Ben Johnson
2014-03-13
1
-0
/
+1
*
Consolidate Tx and RWTx.
Ben Johnson
2014-03-08
1
-0
/
+421