Skip to content

Pull requests: etcd-io/bbolt

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

fix etcd-io/bbolt#247 move compact logic
#248 by andrewpmartinez was merged Mar 4, 2021 Loading… updated Mar 4, 2021
test: add buffer to a channel to avoid goroutine leak
#254 by lzhfromustc was merged Mar 24, 2021 Loading… updated Mar 24, 2021
Use madvise syscall wrapper from golang.org/x/sys/unix
#243 by tklauser was merged Mar 24, 2021 Loading… updated Mar 24, 2021
Skip few long running tests in -short mode
#274 by wpedrak was merged Apr 23, 2021 Loading… updated Apr 23, 2021
Add BoltDB Viewer to projects section in README
#255 by zc310 was merged Apr 24, 2021 Loading… updated Apr 24, 2021
cmd/bbolt: pagesCommand no need db.Update
#226 by qingyunha was merged Apr 24, 2021 Loading… updated Apr 24, 2021
ignore goland ide generated files
#223 by huahang was merged Apr 26, 2021 Loading… updated Apr 26, 2021
Add Mlock flag.
#273 by wpedrak was merged Apr 26, 2021 Loading… updated Jun 1, 2021
Move to Github Actions / Golangci-Lint
#321 by mrueg was merged Oct 19, 2022 Loading… updated Oct 19, 2022
Run gofmt
#342 by mrueg was merged Oct 20, 2022 Loading… updated Oct 20, 2022
Enable lint in github actions
#343 by mrueg was merged Nov 8, 2022 Loading… updated Nov 8, 2022
bump golang.org/x/sys to v0.2.0
#346 by ahrtr was merged Nov 13, 2022 Loading… updated Nov 13, 2022
add changelog for boltDB
#347 by ahrtr was merged Nov 14, 2022 Loading… updated Nov 14, 2022
Fix bbolt tests for 16KB block page (e.g. Mac with M1 CPU).
#355 by ptabor was merged Dec 20, 2022 Loading… updated Dec 20, 2022
only perform assert check on exported method
#363 by ahrtr was merged Dec 21, 2022 Loading… updated Dec 21, 2022
bucket,cursor: clarify sort order and seek algorithm
#250 by x1ddos was merged Dec 21, 2022 Loading… updated Dec 21, 2022
bbolt page supports --all and --value-format=redacted formats.
#359 by ptabor was merged Dec 22, 2022 Loading… updated Dec 27, 2022 1.3.7
Validate page being fetched at possition 'p' self identifies as page 'p'
#358 by ptabor was merged Dec 23, 2022 Loading… updated Dec 27, 2022 1.3.7
Pages stacktrace printed for initialization errors.
#357 by ptabor was merged Dec 21, 2022 Loading… updated Dec 27, 2022 1.3.7
Add internal iterator to Bucket that goes over buckets.
#356 by ptabor was merged Dec 21, 2022 Loading… updated Dec 27, 2022 1.3.7
Add safeguards to bbolt CLI tool
#354 by ptabor was merged Dec 18, 2022 Loading… updated Dec 27, 2022 1.3.7
change freelist.cache from map[pgid]bool to map[pgid]struct{}
#350 by ahrtr was merged Dec 15, 2022 Loading… updated Dec 27, 2022 1.3.7
fix(cursor): Last method needs skip empty pages
#341 by dchaofei was merged Nov 30, 2022 Loading… updated Dec 27, 2022 1.3.7
Add support for --format flag for 'keys'
#306 by ptabor was merged Dec 16, 2022 Loading… updated Dec 27, 2022 1.3.7
compact: open src file readonly
#292 by missinglink was merged Jan 29, 2022 Loading… updated Dec 27, 2022 1.3.7
ProTip! Filter pull requests by the default branch with base:main.