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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
aggregate bucket stats recursively and add stats to cmd
Martin Kobetic
2014-05-09
5
-16
/
+107
|
*
first part
Martin Kobetic
2014-05-09
4
-7
/
+102
*
|
Merge pull request #161 from benbjohnson/work
Ben Johnson
2014-05-12
2
-1
/
+9
|
\
\
|
|
/
|
/
|
|
*
Add -work flag to 'bolt bench'.
Ben Johnson
2014-05-12
2
-1
/
+9
|
/
*
Merge pull request #160 from benbjohnson/fix-deletion
Ben Johnson
2014-05-09
3
-19
/
+38
|
\
|
*
Merge branch 'master' of https://github.com/boltdb/bolt into fix-deletion
Ben Johnson
2014-05-09
7
-5
/
+79
|
|
\
|
|
/
|
/
|
*
|
Fix node unit tests.
Ben Johnson
2014-05-09
1
-5
/
+5
*
|
Merge pull request #159 from Shopify/pgid_overflow_checks
Ben Johnson
2014-05-09
3
-0
/
+9
|
\
\
|
*
|
remove stray file
Martin Kobetic
2014-05-09
1
-54
/
+0
|
*
|
add asserts for detecting pgid high watermark overflow
Martin Kobetic
2014-05-09
4
-0
/
+63
|
/
/
*
|
Merge pull request #158 from benbjohnson/bolt-info
Ben Johnson
2014-05-08
3
-0
/
+66
|
\
\
|
*
|
Add 'bolt info'.
Ben Johnson
2014-05-08
3
-0
/
+66
|
/
/
|
*
Fix deletion reclamation.
Ben Johnson
2014-05-09
3
-19
/
+39
|
/
*
Merge pull request #154 from benbjohnson/inline-buckets
Ben Johnson
2014-05-07
7
-54
/
+273
|
\
|
*
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
5
-6
/
+82
|
*
Add inline bucket support.
Ben Johnson
2014-05-05
7
-49
/
+189
|
/
*
Merge pull request #153 from benbjohnson/consolidate
Ben Johnson
2014-05-05
10
-139
/
+120
|
\
|
*
Consolidate code for clarity.
Ben Johnson
2014-05-05
10
-139
/
+120
|
/
*
Merge pull request #152 from benbjohnson/remove-bolt-set
Ben Johnson
2014-05-05
3
-87
/
+0
|
\
|
*
Remove 'bolt set'.
Ben Johnson
2014-05-05
3
-87
/
+0
|
/
*
Merge pull request #151 from benbjohnson/remove-c
Ben Johnson
2014-05-05
3
-732
/
+0
|
\
|
*
Remove the c package.
Ben Johnson
2014-05-05
3
-732
/
+0
|
/
*
Merge pull request #150 from tv42/typo-seek
Ben Johnson
2014-05-04
1
-1
/
+2
|
\
|
*
Document cursors seeing nested buckets
Tommi Virtanen
2014-05-04
1
-0
/
+1
|
*
Cursor.Seek validity is indicated by key being nil
Tommi Virtanen
2014-05-04
1
-1
/
+1
|
/
*
Merge pull request #148 from benbjohnson/split-spill
Ben Johnson
2014-05-03
6
-132
/
+240
|
\
|
*
Refactor split/spill.
Ben Johnson
2014-05-03
6
-132
/
+240
|
/
*
Merge pull request #147 from benbjohnson/stats
Ben Johnson
2014-05-01
2
-23
/
+61
|
\
|
*
Add streaming stats to bolt bench.
Ben Johnson
2014-04-30
2
-23
/
+61
|
/
*
Merge pull request #146 from benbjohnson/bench-batch
Ben Johnson
2014-04-30
2
-12
/
+41
|
\
|
*
Merge branch 'bench-batch' into moar_bench
Ben Johnson
2014-04-30
7
-15
/
+60
|
|
\
|
|
*
Add --batch-size to 'bolt bench'.
Ben Johnson
2014-04-29
2
-11
/
+33
|
|
/
|
/
|
*
|
Merge pull request #145 from benbjohnson/tx-cursor
Ben Johnson
2014-04-29
2
-0
/
+33
|
\
\
|
*
|
Add Tx.Cursor().
Ben Johnson
2014-04-29
2
-0
/
+33
*
|
|
Merge pull request #144 from benbjohnson/copy-key
Ben Johnson
2014-04-29
1
-0
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Copy key on Put() and CreateBucket().
Ben Johnson
2014-04-29
1
-0
/
+9
|
/
/
*
|
Merge pull request #142 from extemporalgenome/Printf-byteslice
Ben Johnson
2014-04-25
3
-8
/
+8
|
\
\
|
*
|
Printf's %s and %q do the right thing with []byte; removed string conversion.
Kevin Gillette
2014-04-25
3
-8
/
+8
|
/
/
|
*
Remove bolt bench -stat.
Ben Johnson
2014-04-30
2
-26
/
+1
|
*
add -stats and -batch-size support to bench cmd
Martin Kobetic
2014-04-24
2
-12
/
+63
|
/
*
Merge pull request #139 from Shopify/moar_c_cursor
Ben Johnson
2014-04-23
2
-44
/
+171
|
\
|
*
fix empty byte vs nil test problems
Martin Kobetic
2014-04-23
2
-17
/
+10
|
*
add test for empty bucket handling
Martin Kobetic
2014-04-23
2
-8
/
+36
|
*
another test case and minor cleanup
Martin Kobetic
2014-04-23
2
-10
/
+17
|
*
fix deep search
Martin Kobetic
2014-04-23
2
-5
/
+30
|
*
add deep tree tests, some cleanup
Martin Kobetic
2014-04-22
2
-32
/
+106
|
/
*
Merge pull request #137 from benbjohnson/bucket-stats
Ben Johnson
2014-04-22
2
-50
/
+55
|
\
|
*
Change to BucketStats and Bucket.Stats().
Ben Johnson
2014-04-22
2
-50
/
+55
|
/
[prev]
[next]