Telodendria/src
Jordan Bancino 089d8d4d94 Only install the memory hook if -v is given.
This way, we can still set the debug level in the configuration, and not
see the log just absolutely flooded with memory allocations and whatnot.
This is helpful because I want debug messages to show up in development,
but not in production, but having all the memory logging makes it
almost impossible to pick anything else out of the log. I want the
feature available, just not on by default because it's useful in limited
circumstances.
2023-03-22 18:29:05 +00:00
..
include Log once we get the response status, not right when we get the request. 2023-03-22 18:13:59 +00:00
Io Format code. 2023-03-16 16:53:18 +00:00
Routes TelodendriaConfig -> Config 2023-03-22 17:17:30 +00:00
Static Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00
Tls Add a global log configuration. 2023-03-22 14:52:04 +00:00
Array.c Add an ArraySet() method for replacing entries in an array. 2023-03-22 16:31:06 +00:00
Base64.c Update copyright year 2022-12-26 15:52:52 +00:00
CanonicalJson.c Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00
Config.c TelodendriaConfig -> Config 2023-03-22 17:17:30 +00:00
Cron.c Fix memory leak in DbDelete() 2022-12-28 15:44:21 +00:00
Db.c Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00
HashMap.c Begin the great StrDuplicate() refactor. 2023-02-23 23:19:23 +00:00
Html.c Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00
Http.c Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00
HttpClient.c Start working on adding TLS support to HttpServer. 2023-03-22 01:46:24 +00:00
HttpServer.c Log once we get the response status, not right when we get the request. 2023-03-22 18:13:59 +00:00
Io.c Format source code. 2023-03-22 01:46:45 +00:00
Json.c Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00
Log.c Add a global log configuration. 2023-03-22 14:52:04 +00:00
Main.c Only install the memory hook if -v is given. 2023-03-22 18:29:05 +00:00
Matrix.c Log once we get the response status, not right when we get the request. 2023-03-22 18:13:59 +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 Format source code. 2023-02-17 03:23:25 +00:00
RegToken.c Format source code. 2023-03-16 12:29:38 +00:00
Sha2.c Handle standard library quirks of non-conforming systems and compilers. 2023-02-05 14:20:12 +00:00
Str.c Format source code. 2023-02-17 03:23:25 +00:00
Stream.c Fix bit flag check. 2023-03-22 00:11:24 +00:00
Telodendria.c Add a global log configuration. 2023-03-22 14:52:04 +00:00
Tls.c Format source code. 2023-03-22 01:46:45 +00:00
Uia.c TelodendriaConfig -> Config 2023-03-22 17:17:30 +00:00
Uri.c Clean up a few bugs in HttpClient and Uri 2023-03-08 02:53:47 +00:00
User.c Format source code. 2023-03-16 12:29:38 +00:00
Util.c Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00