-
Notifications
You must be signed in to change notification settings - Fork 731
Comparing changes
Open a pull request
base repository: etcd-io/bbolt
base: v1.3.7
head repository: etcd-io/bbolt
compare: v1.3.8
- 9 commits
- 4 files changed
- 3 contributors
Commits on Feb 16, 2023
-
Avoid syscall.Syscall use on OpenBSD
Syscall numbers are not stable on OpenBSD, and hardcoding the msync syscall number will break bbolt on future versions of OpenBSD. Use the libc wrapper provided by golang.org/x/sys/unix instead. Signed-off-by: Josh Rickmar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1108915 - Browse repository at this point
Copy the full SHA 1108915View commit details
Commits on Feb 18, 2023
-
update the usage of surgery command
Signed-off-by: Benjamin Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4e06d2 - Browse repository at this point
Copy the full SHA e4e06d2View commit details
Commits on Mar 25, 2023
-
Backport change to error handling logic in db.close().
Signed-off-by: James Blair <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8165a40 - Browse repository at this point
Copy the full SHA 8165a40View commit details
Commits on Mar 28, 2023
-
Merge pull request #439 from jmhbnz/backport-failpoints-injection
[1.3] Backport change to error handling logic
Configuration menu - View commit details
-
Copy full SHA for ad36005 - Browse repository at this point
Copy the full SHA ad36005View commit details
Commits on Mar 30, 2023
-
Backport perform unmap when failing to mlock or both meta pages corru…
…pted. Signed-off-by: James Blair <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a13798 - Browse repository at this point
Copy the full SHA 7a13798View commit details -
Backport add test cases to simulate mlock failure.
Signed-off-by: James Blair <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95acc50 - Browse repository at this point
Copy the full SHA 95acc50View commit details -
Merge pull request #444 from jmhbnz/backport-failpoints-injection-2
[1.3] Backport perform unmap when mlock fails or both meta pages corrupted
Configuration menu - View commit details
-
Copy full SHA for 4a17732 - Browse repository at this point
Copy the full SHA 4a17732View commit details
Commits on Oct 25, 2023
-
ensure the stats is always 64bit aligned
The first word in an allocated struct can be relied upon to be 64-bit aligned. Refer to https://pkg.go.dev/sync/atomic#pkg-note-BUG. Signed-off-by: Benjamin Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9d290f - Browse repository at this point
Copy the full SHA f9d290fView commit details -
Merge pull request #586 from ahrtr/1.3_64bit_align_20231025
[1.3] Ensure the stats is always 64bit aligned
Configuration menu - View commit details
-
Copy full SHA for 42a914d - Browse repository at this point
Copy the full SHA 42a914dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.7...v1.3.8