Telodendria/src/include
Jordan Bancino f3c4c0ac65 Add a global log configuration.
This is the easiest and cleanest way to get logging into some of the
fundamental APIs, such as the database and TLS APIs. We don't want to
have to pass logging functions to those, but they can safely use the
global logging configuration.
2023-03-22 14:52:04 +00:00
..
Array.h Update copyright year 2022-12-26 15:52:52 +00:00
Base64.h Update copyright year 2022-12-26 15:52:52 +00:00
CanonicalJson.h Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00
Cron.h Fix bugs in Cron 2022-12-26 16:28:58 +00:00
Db.h Remove DB_MIN_CACHE because that's dumb. 2023-03-03 14:26:10 +00:00
HashMap.h Begin the great StrDuplicate() refactor. 2023-02-23 23:19:23 +00:00
Html.h Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00
Http.h Start working on adding TLS support to HttpServer. 2023-03-22 01:46:24 +00:00
HttpClient.h Start working on adding TLS support to HttpServer. 2023-03-22 01:46:24 +00:00
HttpServer.h Start working on adding TLS support to HttpServer. 2023-03-22 01:46:24 +00:00
Io.h Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00
Json.h Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00
Log.h Add a global log configuration. 2023-03-22 14:52:04 +00:00
Matrix.h Add a global log configuration. 2023-03-22 14:52:04 +00:00
Memory.h Document MemoryHexDump() and DbExists() 2023-01-09 21:39:59 +00:00
Queue.h Update copyright year 2022-12-26 15:52:52 +00:00
Rand.h [#48] Add Rand API and make StrRandom() use it. 2023-02-16 00:31:13 +00:00
RegToken.h Apply #64: Registration tokens. 2023-03-14 00:37:24 +00:00
Routes.h Format source code. 2023-03-16 12:29:38 +00:00
Sha2.h Update copyright year 2022-12-26 15:52:52 +00:00
Static.h Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00
Str.h Renamed String.h to Str.h because Windows is dumb. 2023-01-08 04:38:06 +00:00
Stream.h Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00
Telodendria.h Add a global log configuration. 2023-03-22 14:52:04 +00:00
TelodendriaConfig.h Update copyright year 2022-12-26 15:52:52 +00:00
Tls.h Fix compile error in Tls, work on getting certs and keys into HttpServer. 2023-03-22 02:18:31 +00:00
Uia.h Document Uia API. 2023-03-07 00:28:52 +00:00
Uri.h Make improvements to HttpClient, add Uri 2023-03-08 01:54:33 +00:00
User.h Apply #65, remove printf() in Db, and make tt show login messages. 2023-03-15 13:36:49 +00:00
Util.h Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00