aboutsummaryrefslogtreecommitdiff
path: root/tx_test.go (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-18move bench package to bench/cmd/bolt/benchSteven Normore4-96/+96
2014-04-18add bench sub-packageSteven Normore6-94/+97
2014-04-18add benchmarks using Benchmark frameworkSteven Normore9-161/+239
2014-04-18fix basic parallel benchmarkSteven Normore1-7/+48
2014-04-18moar bench packageSteven Normore9-43/+206
2014-04-18initial bench and generate command structureSteven Normore4-0/+96
2014-04-18all tests passMartin Kobetic2-14/+22
2014-04-17trying to fix large seekMartin Kobetic2-14/+18
2014-04-17hide the cursor stack details behind function calls (pop/push/current)Martin Kobetic2-41/+101
2014-04-17tests passMartin Kobetic2-6/+10
2014-04-17Clean upBen Johnson2-4/+180
2014-04-16Add Cursor.Next() to C cursor.Ben Johnson5-260/+226
2014-04-16adds cursor iterate testSteven Normore1-48/+54
2014-04-16Fix pointer arithematic.Ben Johnson2-54/+49
2014-04-16wipSteven Normore3-58/+103
2014-04-16Add Cursor.Bucket() function.Ben Johnson2-0/+17
2014-04-16build c/cursor and running testsSteven Normore5-12/+171
2014-04-16fix up the C bits to compileMartin Kobetic2-69/+74
2014-04-16cleanupMartin Kobetic2-8/+7
2014-04-16minor cleanupMartin Kobetic1-14/+26
2014-04-16first draftMartin Kobetic2-0/+193
2014-04-15Return bucket from CreateBucket() functions.Ben Johnson9-87/+150
2014-04-11Fix race detector CI.Ben Johnson1-1/+1
2014-04-11Upgrade import/export to use nested buckets.Ben Johnson8-27/+78
2014-04-11Add import/export to CLI.Ben Johnson11-24/+310
2014-04-11Add nested buckets.Ben Johnson27-1498/+1948
2014-04-09add ldflags on build with main.commit and main.branch to MakefileSteven Normore2-2/+7
2014-04-09add bin to gitignoreSteven Normore1-0/+1
2014-04-08make all benchmarks constant size and add multiple sizesMartin Kobetic2-49/+35
2014-04-08add get/build targets to MakefileSteven Normore1-0/+8
2014-04-08fix typo in READMESteven Normore1-1/+1
2014-04-04Update cursor benchmark.Ben Johnson1-15/+19
2014-04-04Rename internal local Tx variables.Ben Johnson4-152/+152
2014-04-04Add Tx.OnCommit() handler.Ben Johnson2-12/+58
2014-04-03READMEBen Johnson1-0/+1
2014-04-02Add meta page checksums.Ben Johnson3-10/+55
2014-04-02Add performance counters.Ben Johnson8-100/+160
2014-04-02Add advisory file locking.Ben Johnson1-0/+12
2014-04-02Consolidate file and metafile descriptors.Ben Johnson2-18/+10
2014-04-02READMEBen Johnson1-30/+1
2014-04-02Remove count and overflow columns for free pages on 'bolt pages'.Ben Johnson1-4/+12
2014-03-31Add DVID to projects using BoltBill Katz1-0/+1
2014-03-31Remove DB.Open() and only allow bolt.Open().Ben Johnson4-124/+79
2014-03-31Write freelist after each commit.Ben Johnson6-10/+51
2014-03-29Add DB.Check().Ben Johnson7-1/+140
2014-03-27Refactor bolt commands into individual files.Ben Johnson11-316/+395
2014-03-26Fix DB.Copy() meta lock and partial write checks.Ben Johnson1-1/+12
2014-03-25Fix quickcheck test for duplicate keys.Ben Johnson1-4/+15
2014-03-25Fix bucket reclamation.Ben Johnson3-9/+52
2014-03-24READMEBen Johnson1-0/+7