~cowsql/cowsql/+git/raft:main

Last commit made on 2024-05-28
Get this branch:
git clone -b main https://git.launchpad.net/~cowsql/cowsql/+git/raft

Branch merges

Branch information

Name:
main
Repository:
lp:~cowsql/cowsql/+git/raft

Recent commits

e104569... by Free Ekanayaka

C++ compiler reject sizeof of anonymous structs (#186)

when trying to include the raft.h with extern "C" it's not working
because the do not allow sizeof checks with non-named structs. used for
compatibility checks.

7aec814... by Kai Buschulte <email address hidden>

C++ compiler reject sizeof of anonymous structs

e092871... by Free Ekanayaka

Use of uninitialized memory in outgoing append entries result frames (#183)

In rejection pathways when receiving append entries or install snapshot
frames, the `last_log_index` field of the internal representation of the
append entries result frame was not set. This uninitialized value was
then written to the encoding buffer for outgoing append entries result
frame and sent out.

09448e2... by Atle Solbakken

[atlesn] Don't default-initialize last_log_index, only set when it would otherwise not be set.

9d911c1... by Atle Solbakken

[atlesn] Fix use of uninitialized memory in outgoing message of type 'append entries result'

9edb176... by Free Ekanayaka

Release 0.22.1 (#182)

5b1c920... by Registry Administrators

Release 0.22.1

c80dedf... by Atle Solbakken

[atlesn] Fix use of uninitialized memory in outgoing message of type 'append entries result'

dd383c5... by Free Ekanayaka

lint: Fix formatting in encoding code (#181)

61880bd... by Free Ekanayaka

uv: Improve comment in sizeofRequestV1

Signed-off-by: Free Ekanayaka <email address hidden>