]> Kevux Git Server - fll/commit
Update: Implement timeout setting support, fix number handling, improve printing.
authorKevin Day <thekevinday@gmail.com>
Fri, 8 Oct 2021 02:36:09 +0000 (21:36 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 8 Oct 2021 02:36:09 +0000 (21:36 -0500)
commitaa70ae97377de38bd6748d0250ec67e2653ff537
tree4eaee00d3886ea265eaafa969b9e8ce816f2a6d2
parentafba7475ac8fc2fb93596a59fc98a26bcf31de7e
Update: Implement timeout setting support, fix number handling, improve printing.

The timeout settings were never fully completed.
This implements the loading of the timeout settings but does not provide an usage of these settings.

Do some restructuring related to the timeout settings.

Fix detecting and processing of +/- as well as decimals.

Handle more errors returned by the number convert functions.

Cleanup the printing code.
Centralize some of the printing to functions, ideally reducing code size.
Add printing where it is not being done.
Fix debug vs verbose printing where debug isn't always including verbose printing messages.

Update the documentation.
level_3/controller/c/private-common.h
level_3/controller/c/private-controller.c
level_3/controller/c/private-controller.h
level_3/controller/c/private-rule.c
level_3/controller/c/private-rule.h
level_3/controller/documents/entry.txt
level_3/controller/documents/rule.txt