Skip to content

Tags: arvancs/bbolt

Tags

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

v1.3.1-coreos.5

Toggle v1.3.1-coreos.5'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#67 from heyitsanthony/fix-freelist-corruption

Fix freelist corruption on tx.WriteTo

v1.3.1-coreos.4

Toggle v1.3.1-coreos.4'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#66 from jpbetz/freelist-check

Panic if page provided to freelist.read is incorrect page type.

v1.3.1-coreos.3

Toggle v1.3.1-coreos.3'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#64 from kwf2030/master

fix funlock error when call db.Close on windows

v1.3.1-coreos.2

Toggle v1.3.1-coreos.2's commit message
Merge pull request etcd-io#56 from virtualsue/master

Trivial. Removed 'moribund' from README.md

v1.3.1-coreos.1

Toggle v1.3.1-coreos.1's commit message
Merge pull request etcd-io#28 from gyuho/goreport

goreport + minor fixes