- Apr 24, 2021
-
-
Julien Ammous authored
* remove dead link the url points towards a catch all domain * removed dead link
-
zc310 authored
Co-authored-by: zc310.tech <support@zc310.tech>
-
- Mar 20, 2021
-
- Jan 13, 2021
-
-
jrapoport authored
added Chestnut to the list of open source projects that use bbolt. https://github.com/jrapoport/chestnut
-
- Aug 07, 2020
-
-
Cenk Altı authored
-
- Apr 07, 2020
-
-
James Ravn authored
Even nested read-only transactions can cause deadlocks. This is due to golang's RWMutex behaviour. It doesn't allow readers to acquire a lock if a write lock is pending. It's possible for a child read-only transaction to block trying to acquire `mmaplock.RLock`, while a writer is trying to acquire `mmaplock.Lock`. As a result, the parent transaction never releases its read lock on `mmaplock`, and the application deadlocks. This wasn't clear to me from the provided docs, which just mentions read/write and read transactions being nested.
-
- Jan 21, 2020
-
-
Nicolas Lepage authored
-
- Oct 01, 2019
-
-
AbserAri authored
there is not a method for DB called CreateBucket()
-
- Jun 27, 2019
-
-
Derek Collison authored
-
- Dec 08, 2018
-
-
Ross Spencer authored
-
- Sep 11, 2018
-
-
vcaesar authored
-
- Sep 10, 2018
-
-
Michael authored
-
- Aug 28, 2018
-
-
Gyuho Lee authored
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
-
Gyuho Lee authored
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
-
Gyuho Lee authored
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
-
Gyuho Lee authored
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
-
Gyuho Lee authored
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
-
Gyuho Lee authored
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
-
- Oct 29, 2017
-
-
spacewander authored
-
- Sep 25, 2017
-
-
Sue Spence authored
-
- Aug 31, 2017
-
-
Anthony Romano authored
Fixes #11
-
- Aug 24, 2017
-
-
Anthony Romano authored
Fixes #31
-
- Aug 11, 2017
-
-
Gyu-Ho Lee authored
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
-
Gyu-Ho Lee authored
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
-
- Dec 21, 2016
-
-
Ben Johnson authored
Add limitation about multiple processes opening databases concurrently.
-
- Dec 06, 2016
-
-
Bjørn Erik Pedersen authored
The example is correct in isolation, but if people just copy the loop, it will go into infinite loop when given an empty byte slice.
-
- Nov 21, 2016
-
-
Tim Shannon authored
-
- Nov 10, 2016
-
-
John C. Vernaleo authored
-
- Nov 08, 2016
-
-
John C. Vernaleo authored
-
- Oct 28, 2016
-
-
Jared Folkins authored
-
- Oct 18, 2016
-
-
Hasit Mistry authored
[bolter](https://github.com/hasit/bolter) is a command-line app for viewing BoltDB file in your terminal using [tablewriter](https://github.com/olekukonko/tablewriter).
-
- Oct 07, 2016
-
-
Denis Andrejew authored
-
- Oct 05, 2016
-
-
Janoš Guljaš authored
-
- Sep 13, 2016
-
-
Roman Naumann authored
Add warning to README.md that keys and values in `ForEach()` are invalid outside of transaction.
-
- Sep 08, 2016
-
-
Ben Johnson authored
Added note to README that the file format is fixed.
-
- Sep 02, 2016
-
-
Matt Joiner authored
Add anacrolix/torrent to users.
-
- Jul 30, 2016
-
-
Asdine El Hrychy authored
-
- Jul 22, 2016
-
-
Bouke van der Bijl authored
-
- Jul 18, 2016
-
-
Avinash D'Silva authored
-
- Jun 17, 2016
-
-
emersion authored
-