Skip to content

Tags: creatigent/dqlite

Tags

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

v1.3.1

Toggle v1.3.1's commit message
Default to DQLITE_VOTER when receiving an assign request

For backward compatibility with clients that don't specify the role field in the
legacy promote request.

v1.3.0

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