..
include
Build out the User API a bit more.
2023-02-17 03:18:24 +00:00
Routes
Finish implementing token refresh.
2023-02-17 03:20:49 +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
Add HashMapGetKey() so we can free bucket keys before deleting them.
2023-02-17 03:14:43 +00:00
HashMap.c
Add HashMapGetKey() so we can free bucket keys before deleting them.
2023-02-17 03:14:43 +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
Add JsonGet(), JsonSet(), and JsonCreate() for convenience.
2023-02-16 18:49:19 +00:00
Log.c
Update copyright year
2022-12-26 15:52:52 +00:00
Matrix.c
[ #48 ] Fix bug in MatrixGetAccessToken()
2023-02-16 01:33:46 +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
Rand.c
[ #48 ] Add Rand API and make StrRandom() use it.
2023-02-16 00:31:13 +00:00
Sha2.c
Handle standard library quirks of non-conforming systems and compilers.
2023-02-05 14:20:12 +00:00
Str.c
Fix a memory bug in StrRandom() with RandIntN().
2023-02-16 13:10:09 +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
Build out the User API a bit more.
2023-02-17 03:18:24 +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