]> Kevux Git Server - kevux-tools/commit
Progress: Further work in getting TacocaT working.
authorKevin Day <kevin@kevux.org>
Mon, 3 Jul 2023 03:02:08 +0000 (22:02 -0500)
committerKevin Day <kevin@kevux.org>
Mon, 3 Jul 2023 03:02:08 +0000 (22:02 -0500)
commit33d4c4aefd6650a4d29b36ebd840329077c1a71b
tree1b23bb0eeb6663bf019fe280b0c6bcb25f63c83f
parent62d3addb9285573cfe684c9dd51a68ea2d74e22d
Progress: Further work in getting TacocaT working.

I decided to keep things simple and remove the background process and PID file related functionality.

I renamed "from" and "to" into "receive" and "send".
This relating context makes more sense and can be less confusing.

The network and the local files should be just about ready to use.
The actual implementation of the network processing code is next.

I intend to use either threading or forking to handle each send or receive connection set.
21 files changed:
data/build/tacocat/defines
data/build/tacocat/dependencies
data/build/tacocat/settings
sources/c/tacocat/main/common.c
sources/c/tacocat/main/common.h
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.c
sources/c/tacocat/main/common/type.h
sources/c/tacocat/main/main.c
sources/c/tacocat/main/print/error.c
sources/c/tacocat/main/print/error.h
sources/c/tacocat/main/print/message.c
sources/c/tacocat/main/process.c [new file with mode: 0644]
sources/c/tacocat/main/process.h [new file with mode: 0644]
sources/c/tacocat/main/tacocat.c
sources/c/tacocat/main/tacocat.h