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
*
Update min mmap size in godoc
Rodolfo Carvalho
2015-12-17
1
-1
/
+1
*
Merge pull request #470 from ReadmeCritic/master
Ben Johnson
2015-12-14
1
-5
/
+5
|
\
|
*
Update README URLs based on HTTP redirects
ReadmeCritic
2015-12-14
1
-5
/
+5
|
/
*
Merge branch 'rhcarvalho-db-open-errors'
Ben Johnson
2015-12-10
2
-28
/
+98
|
\
|
*
Make bolt.Open return the documented errors
Rodolfo Carvalho
2015-12-10
2
-28
/
+98
|
/
*
Merge pull request #467 from boltdb/readme-coalescer
Ben Johnson
2015-12-05
1
-3
/
+2
|
\
|
*
README
Ben Johnson
2015-12-05
1
-3
/
+2
|
/
*
Merge pull request #463 from rhcarvalho/fix-stats
Ben Johnson
2015-12-05
2
-1
/
+44
|
\
|
*
Fix `bolt stats` output
Rodolfo Carvalho
2015-12-05
2
-1
/
+44
*
|
Merge pull request #462 from rhcarvalho/patch-readme
Ben Johnson
2015-12-05
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Put backticks around function name in description
Rodolfo Carvalho
2015-12-05
1
-4
/
+4
|
/
*
Merge pull request #461 from mark-rushakoff/doc-iterate-buckets
Ben Johnson
2015-11-22
2
-5
/
+10
|
\
|
*
Fix typo in comment
Mark Rushakoff
2015-11-22
1
-1
/
+1
|
*
Explain iterating over sub-buckets in README
Mark Rushakoff
2015-11-22
1
-4
/
+9
|
/
*
Merge pull request #455 from gyuho/boltdb_unix_map_populate
Ben Johnson
2015-11-12
3
-3
/
+11
|
\
|
*
Add MmapFlags option for MAP_POPULATE (unix)
Gyu-Ho Lee
2015-11-08
3
-3
/
+11
*
|
Merge pull request #452 from benbjohnson/empty-seek
Ben Johnson
2015-11-09
2
-19
/
+78
|
\
\
|
|
/
|
/
|
|
*
skip empty pages during cursor seek
Luke Champine
2015-11-05
2
-19
/
+78
*
|
Merge branch 'xiang90-tx_write'
Ben Johnson
2015-11-06
6
-19
/
+18
|
\
\
|
|
/
|
/
|
|
*
update WriteTo() docs
Ben Johnson
2015-11-06
3
-15
/
+13
|
*
add WriteToFlag to Tx
Xiang Li
2015-11-06
4
-12
/
+13
|
/
*
Merge pull request #451 from Charlesworth/master
Ben Johnson
2015-11-03
1
-2
/
+2
|
\
|
*
updated README.md to fix typo
Charlie Cochrane
2015-11-03
1
-2
/
+2
|
/
*
Merge pull request #419 from raggi/windows-flock
Ben Johnson
2015-10-28
2
-9
/
+59
|
\
|
*
windows: implement file locking
James Tucker
2015-09-16
2
-9
/
+59
*
|
Merge pull request #447 from benbjohnson/max-value-size
Ben Johnson
2015-10-28
1
-1
/
+1
|
\
\
|
*
|
lower MaxValue to 2GB
Ben Johnson
2015-10-28
1
-1
/
+1
|
/
/
*
|
Merge branch 'hvnsweeting-hvn-fix-doc'
Ben Johnson
2015-10-28
1
-3
/
+3
|
\
\
|
*
|
typo and highlight
Hung Nguyen Viet
2015-10-28
1
-3
/
+3
|
/
/
*
|
Merge pull request #441 from pmezard/document-put-constraint
Ben Johnson
2015-10-28
1
-0
/
+1
|
\
\
|
*
|
bucket: document Put() value must remain valid for the transaction
Patrick Mezard
2015-10-19
1
-0
/
+1
*
|
|
Merge pull request #445 from benbjohnson/reading
Ben Johnson
2015-10-27
1
-0
/
+50
|
\
\
\
|
*
|
|
README: add 'Reading the Source' section
Ben Johnson
2015-10-24
1
-0
/
+50
|
/
/
/
*
|
|
Merge pull request #431 from brahmaroutu/support_power_z
Ben Johnson
2015-10-21
2
-0
/
+18
|
\
\
\
|
*
|
|
adding seperate files to compile on IBM Power and Z
Srini Brahmaroutu
2015-10-03
2
-0
/
+18
*
|
|
|
Merge pull request #444 from pmezard/doc-bucket-lifetime
Ben Johnson
2015-10-21
2
-0
/
+6
|
\
\
\
\
|
*
|
|
|
bucket: document buckets are valid only during the transaction
Patrick Mezard
2015-10-21
2
-0
/
+6
|
/
/
/
/
*
|
|
|
Merge pull request #442 from pmezard/mention-address-space-consumption
Ben Johnson
2015-10-20
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
README: mention the memory map consumes a lot of address space
Patrick Mezard
2015-10-20
1
-1
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #439 from MJDSys/speed_up_test
Ben Johnson
2015-10-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
In TestBucket_Delete_FreelistOverflow, use Cursor.Delete to remove records.
Matthew Dawson
2015-10-17
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #440 from rogierlommers/master
Ben Johnson
2015-10-19
1
-0
/
+44
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add example of NextSequence() usage to readme
Rogier Lommers
2015-10-18
1
-0
/
+44
|
/
/
/
*
|
|
Merge pull request #437 from shaggytwodope/master
Ben Johnson
2015-10-14
2
-3
/
+3
|
\
\
\
|
*
|
|
typos
John ShaggyTwoDope Jenkins
2015-10-13
2
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #435 from hqhq/hq_add_arm64
Ben Johnson
2015-10-09
1
-0
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add support for arm64
Qiang Huang
2015-10-09
1
-0
/
+9
|
/
/
*
|
Merge pull request #428 from lukechampine/patch-1
Ben Johnson
2015-09-21
1
-1
/
+2
|
\
\
|
*
|
Document undefined behavior in ForEach
Luke Champine
2015-09-21
1
-1
/
+2
|
|
/
*
|
Merge pull request #427 from joyrexus/master
Ben Johnson
2015-09-21
1
-0
/
+4
|
\
\
|
|
/
|
/
|
[next]