1. f6be823 Add Rain torrent library to projects section in README (#232) by Cenk Altı · 4 years ago master
  2. 232d8fc Merge pull request #220 from jrick/memfix by Gyuho Lee · 4 years, 2 months ago upstream/v1.3.5
  3. 044f3bd Test many DBs used concurrently by Josh Rickmar · 4 years, 2 months ago
  4. 9034717 Try to use reflect.SliceHeader correctly this time by Josh Rickmar · 4 years, 3 months ago
  5. 81f2578 Shorten max array lengths for the data type by Josh Rickmar · 4 years, 3 months ago
  6. e04f391 go fmt by Josh Rickmar · 4 years, 3 months ago
  7. f0005d4 Comment the byte slice conversion by Josh Rickmar · 4 years, 3 months ago
  8. f9d3ff6 Fix incorrect unsafe usage by Josh Rickmar · 4 years, 3 months ago
  9. a8af23b opt: reuse var leafPageElementSize (#215) by chyroc · 4 years, 3 months ago
  10. 6dc724c Clarify transaction section (#59) by James Ravn · 4 years, 4 months ago
  11. 68cc10a Merge pull request #210 from tmm1/patch-1 by Gyuho Lee · 4 years, 5 months ago upstream/v1.3.4
  12. 52871c4 Remove unused import to fix arm builds by Aman Gupta · 4 years, 5 months ago
  13. 4d27a42 Merge pull request #206 from lzhfromustc/4_Fatal_misusages by Gyuho Lee · 4 years, 5 months ago
  14. a74531a Merge pull request #209 from d2r2/d2r2-fix-unexpected-delete-bucket-error by Gyuho Lee · 4 years, 5 months ago
  15. 2fc6815 Merge pull request #201 from jrick/checkptr by Gyuho Lee · 4 years, 5 months ago
  16. 543c40a Fix unsafe pointer conversions caught by Go 1.14 checkptr by Josh Rickmar · 4 years, 6 months ago
  17. c41b6f7 Fix unexpected delete bucket error by Denis Dyakov · 4 years, 5 months ago
  18. 59e65f9 Fix the misusage of t.Fatal() in 4 test functions by Ziheng Liu · 4 years, 5 months ago
  19. da442c5 Add github.com/philippgille/gokv in the list of Projects Using Bolt (#200) by Nicolas Lepage · 4 years, 7 months ago
  20. 126e837 fix panic on install on unix systems (#198) by Ryan Wise · 4 years, 7 months ago
  21. 0b7b41e Simple grammar fix (#191) by Steve Gore · 4 years, 8 months ago
  22. 7f8bb47 Add support for aix (#189) by Justin Kolberg · 4 years, 9 months ago
  23. 96e9549 Merge pull request #176 from alrs/fix-test-goroutines by Gyuho Lee · 4 years, 9 months ago
  24. 6e135e5 DB.CreateBucket() -> Tx.CreateBucket() (#178) by AbserAri · 4 years, 10 months ago
  25. 72c1660 In golang v1.13, parse flags in package initialization will fail. See https://tip.golang.org/doc/go1.13#testing (#177) by bbiao · 4 years, 10 months ago
  26. 0e02572 simulation_test.go: fix swallowed goroutine error statements by Lars Lehtonen · 4 years, 11 months ago
  27. 14ae445 Merge pull request #157 from twpayne/add-go-mod by Gyuho Lee · 5 years ago
  28. 35b6661 enhance ut (#172) by Ning Xie · 5 years ago
  29. 62396cb Merge pull request #171 from muesli/conversion-fixes by Gyuho Lee · 5 years ago
  30. 0bf4edc Avoid unnecessary conversions by Christian Muehlhaeuser · 5 years ago
  31. 0362320 db.Path() resolves to db.file.Name() (#168) by Marin Atanasov Nikolov · 5 years ago
  32. 7c53bc0 Added NATS and NATS Streaming (#164) by Derek Collison · 5 years ago
  33. a0458a2 fix rollback panic bug (#153) by Xingyu Chen · 5 years ago upstream/v1.3.3
  34. 2eb7227 Fix the build on Go 1.10 and before (#161) by Jeff R. Allen · 5 years ago
  35. 1727806 Add support for riscv64 arch. (#159) by Marco Peereboom · 5 years ago
  36. 4af6cfa add OpenFile option (#158) by Tom Payne · 5 years ago
  37. e65d4d5 add go.mod by Tom Payne · 5 years ago
  38. 63597a9 remove excessive []byte(s) conversion (#143) by Iskander (Alex) Sharipov · 6 years ago upstream/v1.3.2
  39. 8693da9 use segregated hashmap to boost the freelist allocate and release performance (#141) by Xingyu Chen · 6 years ago
  40. 26245f2 fix test in releaserange (#142) by Xingyu Chen · 6 years ago
  41. f0ad07c add getFreePageIDs (#140) by Xingyu Chen · 6 years ago
  42. c563846 update the freelist readIDs (#139) by Xingyu Chen · 6 years ago
  43. 22d122a Add kval-access-language to README.md (#133) by Ross Spencer · 6 years ago
  44. 7ee3ded Fix Windows flock/funlock race (#122) by John Howard · 6 years ago upstream/v1.3.1-etcd.8
  45. 8987c97 Merge pull request #123 from vcaesar/pj-pr by Gyuho Lee · 6 years ago
  46. bd1da61 The list of project use bolt sorted by initials by vcaesar · 6 years ago
  47. 25c1c6d Add reef-pi to project list (#119) by Michael · 6 years ago
  48. 27f3df8 README: bbolt uses semantic versioning by Gyuho Lee · 6 years ago
  49. acbc2c4 travis.yml: skip "errcheck" by Gyuho Lee · 6 years ago upstream/v1.3.1-etcd.7
  50. b951856 cmd/bbolt: disable "bbolt" testing for now by Gyuho Lee · 6 years ago
  51. 8aa16a8 travis.yml: set Go import path by Gyuho Lee · 6 years ago
  52. b2a561c README: add "Importing bbolt" by Gyuho Lee · 6 years ago
  53. 5912526 travis.yml: run "errcheck" on CI by Gyuho Lee · 6 years ago
  54. 75d4714 *: rename "cmd/bbolt" by Gyuho Lee · 6 years ago
  55. 77a5732 appveyor: remove by Gyuho Lee · 6 years ago
  56. 76a4670 *: update import paths "go.etcd.io/bbolt" by Gyuho Lee · 6 years ago
  57. 82839da README: use "travis-ci.com" by Gyuho Lee · 6 years ago
  58. 9216494 README: add travis badge by Gyuho Lee · 6 years ago
  59. e06ec0a Fix Close() to also wait for view transactions and fix tests as well (#91) by Paul · 6 years ago
  60. 1b9752f travis.yml: initial commit by Gyuho Lee · 6 years ago
  61. 0bff9a4 *: update import paths to "github.com/etcd-io/bbolt" by Gyuho Lee · 6 years ago
  62. 8c8b786 cmd/bolt: update import paths by Gyuho Lee · 6 years ago
  63. a99fcf0 Makefile: update import paths by Gyuho Lee · 6 years ago
  64. 4fd8b14 README: update repo URLs by Gyuho Lee · 6 years ago
  65. af9db20 Merge pull request #89 from gyuho/c1 by Gyuho Lee · 6 years ago
  66. 3130a60 db.go: clean up file descriptor on db.file.ReadAt fail by Gyuho Lee · 6 years ago
  67. 2e08706 Merge pull request #75 from shenlanse/dev by Gyuho Lee · 6 years ago
  68. ebb8629 cursor: remove redundant check when seek by blueblue · 7 years ago
  69. 818c231 Clean up file descriptors on failed database initialization by CJ DiMaggio · 7 years ago
  70. d57ee90 Merge pull request #87 from gyuho/deprecated by Gyuho Lee · 6 years ago
  71. 32f8e5f add tx-copy-deprecated by Chyroc · 6 years ago
  72. 4f5275f Merge pull request #82 from moderepo/madvise_optional by Xiang Li · 6 years ago
  73. eda393d make madvise call optional by Naoki Takano · 6 years ago
  74. b44cfbd Merge pull request #80 from rcoelho/close-wait-transactions by Xiang Li · 6 years ago
  75. 584b1a3 Breaking the long line by Rodrigo Coelho · 6 years ago
  76. fafe4b7 Close waits for the transactions to finish by Rodrigo Coelho · 6 years ago
  77. ee30b74 Merge pull request #73 from mvo5/master by Xiang Li · 7 years ago
  78. cef3333 bolt_ppc.go: define `var brokenUnaligned` by Michael Vogt · 7 years ago
  79. 48ea1b3 Merge pull request #65 from zrss/fix-page-cnt by Xiang Li · 7 years ago upstream/v1.3.1-coreos.6
  80. b436469 Merge pull request #68 from heyitsanthony/sync-silly-if by Xiang Li · 7 years ago
  81. bcfcdab Remove unnecessary if in batch handling by Tommi Virtanen · 7 years ago
  82. 32c383e Merge pull request #67 from heyitsanthony/fix-freelist-corruption by Gyu-Ho Lee · 7 years ago upstream/v1.3.1-coreos.5
  83. 41fefe7 test: check concurrent WriteTo operations aren't corrupted by Anthony Romano · 7 years ago
  84. 386b851 freelist: set alloc tx for freelist to prior txn by Anthony Romano · 7 years ago
  85. f4ebd07 Merge pull request #66 from jpbetz/freelist-check by Gyu-Ho Lee · 7 years ago upstream/v1.3.1-coreos.4
  86. 237a4fc Panic if page provided to freelist.read is incorrect page type. by Joe Betz · 7 years ago
  87. 22635d7 tx: fix the number of pages is not incorrectly counted by zhesi.huang · 7 years ago
  88. 3c6cbfb Merge pull request #64 from kwf2030/master by Xiang Li · 7 years ago upstream/v1.3.1-coreos.3
  89. 434419a fix funlock error when call db.Close on windows by kwf2030 · 7 years ago
  90. 60725ac Merge pull request #63 from spacewander/add_boltcli by Xiang Li · 7 years ago
  91. b4c13d4 Add 'boltcli' to the list of projects that use Bolt by spacewander · 7 years ago
  92. 3eac9d3 Merge pull request #57 from gyuho/clean-up by Gyu-Ho Lee · 7 years ago
  93. 68861c5 db_test.go: remove temp files after tests by Gyu-Ho Lee · 7 years ago
  94. 54f6fad Merge pull request #56 from virtualsue/master by Xiang Li · 7 years ago upstream/v1.3.1-coreos.2
  95. 235a427 Removed 'moribund' since some people think it's a bit derogatory towards the original developer. by Sue Spence · 7 years ago
  96. 700b8ea Merge pull request #52 from jpbetz/fix-readonly-check by Xiang Li · 7 years ago
  97. bdfe415 tx: load freelist on Check() by Anthony Romano · 7 years ago
  98. ebf39dc Merge pull request #50 from jpbetz/page-kv-and-full-freelist by Xiang Li · 7 years ago
  99. 69918b9 Fix bolt CLI tool print entire freelist, and to dump keys/value bytes of leaf elements. by Joe Betz · 7 years ago
  100. ba5a58d test tx.Check() on read only db by Anthony Romano · 7 years ago