]> Kevux Git Server - kevux-tools/commit
Progress: Further work in TacocaT.
authorKevin Day <thekevinday@gmail.com>
Tue, 19 Dec 2023 05:20:31 +0000 (23:20 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 19 Dec 2023 05:34:24 +0000 (23:34 -0600)
commit445f276018511db52de37babae2fefe7ad60f8af
tree1130520dbc1bf694ec63851a2472ac5a41d9c93b
parentd16de808b5ed202cbf66b0fd1be5d8135bce92be
Progress: Further work in TacocaT.

Build the entire packet now in one buffer.

Fix some mistakes in the packet too-small/too-large status codes.

Change the send packets are built.

Setup the random seed and add a proof of concept salt header.
sources/c/tacocat/main/common/define.h
sources/c/tacocat/main/common/enumeration.h
sources/c/tacocat/main/common/print.c
sources/c/tacocat/main/common/print.h
sources/c/tacocat/main/common/string.c
sources/c/tacocat/main/common/string.h
sources/c/tacocat/main/common/type.h
sources/c/tacocat/main/receive.c
sources/c/tacocat/main/send.c
sources/c/tacocat/main/tacocat.c