Telodendria/src/include
Jordan Bancino 0b11b97022 Add StrEquals(), as equality checking is the most common use for strcmp().
This allows us to get rid of the hideous MATRIX_PATH_PART_EQUALS macro,
and prevents inconsistent usage of strcmp() (for example, !strcmp() vs
strcmp() == 0).

StrEquals() also has sensible behavior for dealing with NULL strings (it
doesn't just segfault like strcmp()).
2023-05-06 22:34:36 +00:00
..
Array.h Begin moving documentation to headers. 2023-04-27 03:08:39 +00:00
Base64.h Added some more header documentation. 2023-04-27 18:00:26 +00:00
CanonicalJson.h Added some more header documentation. 2023-04-27 18:00:26 +00:00
Config.h Site now pulls built man pages. 2023-04-29 18:39:01 +00:00
Cron.h Added some more header documentation. 2023-04-27 18:00:26 +00:00
Db.h Added some more header documentation. 2023-04-27 18:00:26 +00:00
HashMap.h Added some more header documentation. 2023-04-27 18:00:26 +00:00
HeaderParser.h Cope with preprocessor macro usage at the top level of the header. 2023-04-29 15:24:46 +00:00
Html.h Finish converting all existing documentation. Next up is writing new docs. 2023-04-29 02:54:49 +00:00
Http.h Added some more header documentation. 2023-04-27 18:00:26 +00:00
HttpClient.h Document some new headers. 2023-04-29 15:04:16 +00:00
HttpRouter.h Document some new headers. 2023-04-29 15:04:16 +00:00
HttpServer.h Document http-debug-server, fixed typo in HttpServer docs. 2023-05-06 18:21:21 +00:00
Int.h Add docs recipe for generating documentation from the headers. 2023-04-27 18:39:05 +00:00
Io.h Document some new headers. 2023-04-29 15:04:16 +00:00
Json.h Add length calculations to JsonEncode() so we can set Content-Length. 2023-05-06 19:23:13 +00:00
Log.h Finish converting all existing documentation. Next up is writing new docs. 2023-04-29 02:54:49 +00:00
Matrix.h Finish converting all existing documentation. Next up is writing new docs. 2023-04-29 02:54:49 +00:00
Memory.h Finish converting all existing documentation. Next up is writing new docs. 2023-04-29 02:54:49 +00:00
Queue.h Finish converting all existing documentation. Next up is writing new docs. 2023-04-29 02:54:49 +00:00
Rand.h Finish converting all existing documentation. Next up is writing new docs. 2023-04-29 02:54:49 +00:00
RegToken.h More documentation. It never ends! 2023-04-29 19:52:51 +00:00
Routes.h Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
Sha2.h Begin moving documentation to headers. 2023-04-27 03:08:39 +00:00
Str.h Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
Stream.h Site now pulls built man pages. 2023-04-29 18:39:01 +00:00
Telodendria.h Add support for parsing global variables, not just function declarations. 2023-04-27 20:04:15 +00:00
Tls.h Site now pulls built man pages. 2023-04-29 18:39:01 +00:00
Uia.h Finish converting all existing documentation. Next up is writing new docs. 2023-04-29 02:54:49 +00:00
Uri.h Site now pulls built man pages. 2023-04-29 18:39:01 +00:00
User.h Site now pulls built man pages. 2023-04-29 18:39:01 +00:00
Util.h Finish converting all existing documentation. Next up is writing new docs. 2023-04-29 02:54:49 +00:00