telodendria/src
Jordan Bancino 4707f0f4c8 Clean up some NonPosix.h stuff so we can build on Linux.
It appears that SOCK_NONBLOCK is not actually POSIX. According to the
OpenBSD man page, it will be soon, and according to the Linux man page,
it is a Linux extension. However, fcntl() with O_NONBLOCK seems to be
portable across both systems.
2022-10-15 10:08:52 -04:00
..
include Clean up some NonPosix.h stuff so we can build on Linux. 2022-10-15 10:08:52 -04:00
Routes Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Array.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Base64.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
CanonicalJson.c Update license text. 2022-07-28 12:00:52 -04:00
Config.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
HashMap.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Http.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
HttpServer.c Clean up some NonPosix.h stuff so we can build on Linux. 2022-10-15 10:08:52 -04:00
Json.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Log.c Clean up some NonPosix.h stuff so we can build on Linux. 2022-10-15 10:08:52 -04:00
Matrix.c Fix a few more calls to free() 2022-10-13 12:27:24 -04:00
Memory.c Remove non-standard __FUNCTION__ use. 2022-10-15 09:34:47 -04:00
Queue.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Telodendria.c Remove non-standard __FUNCTION__ use. 2022-10-15 09:34:47 -04:00
TelodendriaConfig.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Util.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00