Telodendria/src
2023-05-06 23:02:46 +00:00
..
include Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
Io Clean up http client enough to replace curl in send-patch. 2023-04-01 02:46:07 +00:00
Routes Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
Tls Begin debugging OpenSSL. 2023-04-24 17:05:59 +00:00
Array.c Add support for spinning up multiple HTTP servers. 2023-03-23 02:12:45 +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 Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
Cron.c Fix memory leak in DbDelete() 2022-12-28 15:44:21 +00:00
Db.c Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
HashMap.c Move configuration to database, add process control API, fix memory leaks. 2023-04-19 00:33:38 +00:00
HeaderParser.c Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
Html.c Work on implementing user interactive authentication fallback. 2023-04-21 02:13:06 +00:00
Http.c Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
HttpClient.c Use snprintf() instead of sprintf(). 2023-04-25 22:01:58 +00:00
HttpRouter.c Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
HttpServer.c Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
Io.c Format source code. 2023-03-22 01:46:45 +00:00
Json.c Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
Log.c Move configuration to database, add process control API, fix memory leaks. 2023-04-19 00:33:38 +00:00
Main.c Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
Matrix.c Add length calculations to JsonEncode() so we can set Content-Length. 2023-05-06 19:23:13 +00:00
Memory.c Use snprintf() instead of sprintf(). 2023-04-25 22:01:58 +00:00
Queue.c Update copyright year 2022-12-26 15:52:52 +00:00
Rand.c Format source code. 2023-04-25 22:13:28 +00:00
RegToken.c Move configuration to database, add process control API, fix memory leaks. 2023-04-19 00:33:38 +00:00
Routes.c Register route. 2023-05-06 22:06:54 +00:00
Sha2.c Use snprintf() instead of sprintf(). 2023-04-25 22:01:58 +00:00
Str.c Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
Stream.c Add length calculations to JsonEncode() so we can set Content-Length. 2023-05-06 19:23:13 +00:00
Telodendria.c Format code, remove dataDir from sample production.conf 2023-04-19 02:07:38 +00:00
Tls.c Format source code. 2023-03-22 01:46:45 +00:00
Uia.c Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
Uri.c Clean up a few bugs in HttpClient and Uri 2023-03-08 02:53:47 +00:00
User.c I missed an instance of strcmp() 2023-05-06 23:02:46 +00:00
Util.c Finish converting all existing documentation. Next up is writing new docs. 2023-04-29 02:54:49 +00:00