telodendria/src/include
Jordan Bancino bcff59bacb Store memory info in the allocated block, not as a separate block.
This will eventually enable us to get memory information in O(1) time.
Right now, we're still O(n) because MemoryInfoGet() still has to check to
see if the allocation is known or not.
2022-10-28 14:07:44 -04:00
..
Array.h Move Array documentation to man page. 2022-09-24 21:35:52 -04:00
Base64.h Move Base64 documentation to man page. 2022-09-27 16:13:59 -04:00
CanonicalJson.h Apply #14 2022-07-29 15:36:21 -04:00
Config.h Apply #14 2022-07-29 15:36:21 -04:00
Constants.h Format code 2022-09-14 17:15:39 -04:00
Db.h Begin prototyping persistent storage API 2022-10-24 12:44:29 -04:00
HashMap.h Format source code 2022-10-13 09:09:26 -04:00
Http.h Hook param parsing into the request logic. 2022-10-15 16:28:32 -04:00
HttpServer.h Finally getting into Matrix territory 2022-08-28 15:45:24 -04:00
Json.h Apply #14 2022-07-29 15:36:21 -04:00
Log.h Allow logging to the syslog 2022-10-14 20:55:15 -04:00
Matrix.h Add a Db to the matrixArgs so that routes can access it. 2022-10-24 14:36:48 -04:00
Memory.h Store memory info in the allocated block, not as a separate block. 2022-10-28 14:07:44 -04:00
Queue.h Make HttpServer utilize Queue. 2022-08-24 10:06:14 -04:00
Routes.h Implement /_matrix/client/versions and /.well-known/matrix/client 2022-09-29 13:41:26 -04:00
TelodendriaConfig.h Add max-cache option to the config file 2022-10-24 13:40:21 -04:00
Util.h Add max-cache option to the config file 2022-10-24 13:40:21 -04:00