Telodendria/tools
Jordan Bancino 2d9b706f38 Fix I/O in JsonConsumeWhitespace() and UtilStreamCopy().
These functions previously operated on the assumption that fgetc() would
block; however it will not block on HttpServer streams because those are
non-blocking. They now check error conditions properly before failing
prematurely.
2023-03-10 18:46:03 +00:00
..
bin Fix I/O in JsonConsumeWhitespace() and UtilStreamCopy(). 2023-03-10 18:46:03 +00:00
lib Move getent check to common.sh 2023-03-01 03:11:10 +00:00
src Fix I/O in JsonConsumeWhitespace() and UtilStreamCopy(). 2023-03-10 18:46:03 +00:00
env.sh Apparently some shells interpret the - in a string as an argument delimiter??? 2023-03-09 02:49:14 +00:00