Telodendria/src/include
Jordan Bancino e6f3dfad18 Add an ArraySet() method for replacing entries in an array.
This is much more efficient than using ArrayDelete() and ArrayInsert(),
and will serve us well in the future.
2023-03-22 16:31:06 +00:00
..
Array.h Add an ArraySet() method for replacing entries in an array. 2023-03-22 16:31:06 +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