Jordan Bancino
07f4ecd2d7
- Items that are too big for the cache are now no longer immediately evicted; everything else is. This is probably not desirable, but it is not unexpected. - Multithreading now should work as expected; DbRefs are locked before they are updated from the disk, and they are not evicted from the cache if they are locked by another thread. - The cache may be no smaller than 1024 bytes. Previously the caller of DbOpen() could choose to disable the cache, and provisions were made in the code to support this, but this is now no longer possible because without the cache, there would be no way to know what files were open, which could lead to a race condition if two threads open the same file. |
||
---|---|---|
.github | ||
contrib | ||
man | ||
site | ||
src | ||
tests | ||
tools | ||
.cvsignore | ||
.indent.pro | ||
LICENSE.txt | ||
README.md | ||
README.txt | ||
TODO.txt |
Telodendria
Telodendria is an open source Matrix homeserver implementation written from scratch in ANSI C and designed to be lightweight and simple, yet functional.
Important: This project is not developed on GitHub, or even with Git. As such, GitHub Pull Requests are not accepted. But that doesn't mean we don't want your contribution! You're more than welcome to clone this repo and use Git to make changes to the project if you'd prefer it to CVS, but when it comes time to actually submit your changes to this project, use git format-patch to generate patch files, then submit them to the official Matrix room: #telodendria-patches:bancino.net.
Please see the README.txt
file for the actual project README
, which simply details the repository structure a little bit. All of Telodendria's user and developer documentation is available as man
pages, or online.