Skip to content

Tags: cathedras/dqlite

Tags

v1.8.0

Toggle v1.8.0'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 canonical#311 from MathieuBordere/release/1.8.0

dqlite: Bump version to 1.8.0

v1.7.0

Toggle v1.7.0's commit message
Release v1.7.0

Signed-off-by: Mathieu Borderé <[email protected]>

v1.6.0

Toggle v1.6.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
vfs: Set the byte order bit in the WAL header to match host's arch

SQLite calculates checksums for the WAL header and frames either using little
endian or big endian byte order when adding up 32-bit words. The byte order that
should be used is recorded in the WAL file header by setting the least
significant bit of the magic value stored in the first 32 bits. This allows
portability of the WAL file across hosts with different native byte order.

When creating a brand new WAL file, SQLite will set the byte order bit to match
the host's native byte order, so checksums are a bit more efficient.

In Dqlite the WAL file image is always generated at run time on the host, so we
can always use the native byte order.

v1.5.0

Toggle v1.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add "weight" request to update the weight of a node

v1.4.4

Toggle v1.4.4's commit message
Release v1.4.4

v1.4.3

Toggle v1.4.3's commit message
Release v1.4.3

v1.4.2

Toggle v1.4.2's commit message
Release v1.4.2

v1.4.1

Toggle v1.4.1's commit message
Release v1.4.1

v1.4.0

Toggle v1.4.0's commit message
Release v1.4.0

v1.3.2

Toggle v1.3.2's commit message
Release v1.3.2