Skip to content

Tags: chimucong/bbolt

Tags

v1.3.6-cmc

Toggle v1.3.6-cmc's commit message
update go.mod

rm

Toggle rm's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request etcd-io#283 from tklauser/lock-unlock-x-sys-windows

Use `golang.org/x/sys/windows` for `FileLockEx`/`UnlockFileEx`

v1.3.3

Toggle v1.3.3's commit message
fix rollback panic bug (etcd-io#153)

v1.3.2

Toggle v1.3.2's commit message
remove excessive []byte(s) conversion (etcd-io#143)

`copy` permits using to mix `[]byte` and `string` arguments without
explicit conversion. I removed explicit conversion to make the code simpler.

Signed-off-by: Iskander Sharipov <[email protected]>

v1.3.1-coreos.6

Toggle v1.3.1-coreos.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request etcd-io#65 from zrss/fix-page-cnt

tx: fix the number of pages is incorrectly counted