telodendria/src/include
Jordan Bancino a8beded518 Fix occasional "Bad Request" response by waiting for data to be sent.
This also makes UtilGetDelim() and UtilGetLine() thread safe in that it
isn't setting a global errno. Of course, errno should be thread safe
already, but this makes it much less ambiguous.
2022-11-02 16:21:03 +00: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 Fix a few more memory bugs. Still have some to tackle. 2022-10-31 19:52:37 -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 Fix occasional "Bad Request" response by waiting for data to be sent. 2022-11-02 16:21:03 +00:00