telodendria/src
2023-02-12 02:31:14 +00:00
..
include Begin documenting User API 2023-02-12 02:31:14 +00:00
Routes Add a non-JSON landing page. This is the basis for other HTML pages. 2023-01-17 20:29:16 +00:00
Array.c Update copyright year 2022-12-26 15:52:52 +00:00
Base64.c Update copyright year 2022-12-26 15:52:52 +00:00
CanonicalJson.c Update copyright year 2022-12-26 15:52:52 +00:00
Cron.c Fix memory leak in DbDelete() 2022-12-28 15:44:21 +00:00
Db.c Lock database in DbExists() to prevent race conditions. 2023-01-09 19:25:49 +00:00
HashMap.c Fix bug in HashMap that would allow iterating over deleted values. 2023-02-11 00:15:49 +00:00
Http.c Update copyright year 2022-12-26 15:52:52 +00:00
HttpServer.c Don't shadow variables. 2023-02-05 14:19:07 +00:00
Json.c Fix some invalid write errors. 2023-01-09 15:18:59 +00:00
Log.c Update copyright year 2022-12-26 15:52:52 +00:00
Matrix.c Add a non-JSON landing page. This is the basis for other HTML pages. 2023-01-17 20:29:16 +00:00
Memory.c Fix visual bugs in MemoryHexDump() 2023-01-02 04:12:12 +00:00
Queue.c Update copyright year 2022-12-26 15:52:52 +00:00
Sha2.c Handle standard library quirks of non-conforming systems and compilers. 2023-02-05 14:20:12 +00:00
Str.c Renamed String.h to Str.h because Windows is dumb. 2023-01-08 04:38:06 +00:00
Telodendria.c Fix -v option 2023-01-17 21:38:39 +00:00
TelodendriaConfig.c Fix memory leak when log timestamp is not set in the config. 2023-01-16 03:21:59 +00:00
User.c Refactor endpoint authentication flow. 2023-01-17 01:36:22 +00:00
UserInteractiveAuth.c Don't shadow variables. 2023-02-05 14:19:07 +00:00
Util.c Handle standard library quirks of non-conforming systems and compilers. 2023-02-05 14:20:12 +00:00