AAAAAAAAAAAAAAAAAAAAAAAAAAA
Find a file
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
contrib Add max-cache option to the config file 2022-10-24 13:40:21 -04:00
man Add max-cache option to the config file 2022-10-24 13:40:21 -04:00
site Add onboarding 2022-10-10 21:06:59 -04:00
src Store memory info in the allocated block, not as a separate block. 2022-10-28 14:07:44 -04:00
tests Add extremely basic unit test framework. 2022-08-05 22:19:59 -04:00
tools When debugging, only set the required LDFLAGS. 2022-10-28 08:43:58 -04:00
.cvsignore Add development data directory 2022-10-11 12:01:17 -04:00
.indent.pro Move the indent switches to .indent.pro so that indent(1) can be run on 2022-07-25 15:35:31 -04:00
LICENSE.txt Move header.txt to LICENSE.txt 2022-09-22 17:54:56 -04:00
README.txt Update some docs 2022-10-12 21:25:59 -04:00
TODO.txt Update TODO 2022-10-24 13:44:52 -04:00

=======================================================
|_   _|__| | ___   __| | ___ _ __   __| |_ __(_) __ _ 
  | |/ _ \ |/ _ \ / _` |/ _ \ '_ \ / _` | '__| |/ _` |
  | |  __/ | (_) | (_| |  __/ | | | (_| | |  | | (_| |
  |_|\___|_|\___/ \__,_|\___|_| |_|\__,_|_|  |_|\__,_|
=======================================================
Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net>

This is the source code for Telodendria, a Matrix homeserver written
in C. All of the documentation is available as man pages in the
man/ directory, or online at https://telodendria.io

If information is missing from the documentation, please feel free
to reach out to #telodendria-general:bancino.net on Matrix.