Telodendria/src
Jordan Bancino 2ce09f8632 Convert UtilStringConcat() into a varargs function.
This allows us to concatenate an arbitrary amount of strings without
having to maintain a bunch of pointers or leak memory when nesting calls.
2023-01-07 03:17:06 +00:00
..
include Convert UtilStringConcat() into a varargs function. 2023-01-07 03:17:06 +00:00
Routes Fix warning in RouteRegister.c 2023-01-06 21:54:33 +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 Convert UtilStringConcat() into a varargs function. 2023-01-07 03:17:06 +00:00
HashMap.c Update copyright year 2022-12-26 15:52:52 +00:00
Http.c Update copyright year 2022-12-26 15:52:52 +00:00
HttpServer.c Update copyright year 2022-12-26 15:52:52 +00:00
Json.c Format code 2023-01-06 21:18:44 +00:00
Log.c Update copyright year 2022-12-26 15:52:52 +00:00
Matrix.c Update copyright year 2022-12-26 15:52:52 +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 Update copyright year 2022-12-26 15:52:52 +00:00
Telodendria.c Move hex dump logic to Memory API. 2023-01-01 22:10:23 +00:00
TelodendriaConfig.c Update copyright year 2022-12-26 15:52:52 +00:00
UserInteractiveAuth.c Fix bug in UserInteractiveAuth() 2023-01-02 03:56:27 +00:00
Util.c Convert UtilStringConcat() into a varargs function. 2023-01-07 03:17:06 +00:00