..
include
Add IoCopy() and StreamCopy()
2023-03-15 17:14:16 +00:00
Routes
Apply #65 , remove printf() in Db, and make tt show login messages.
2023-03-15 13:36:49 +00:00
Static
Apply #54
2023-03-02 22:06:33 +00:00
Array.c
Update copyright year
2022-12-26 15:52:52 +00:00
Base64.c
Update copyright year
2022-12-26 15:52:52 +00:00
CanonicalJson.c
Implement pretty-printing option in Json.
2023-03-08 17:15:43 +00:00
Cron.c
Fix memory leak in DbDelete()
2022-12-28 15:44:21 +00:00
Db.c
Apply #65 , remove printf() in Db, and make tt show login messages.
2023-03-15 13:36:49 +00:00
HashMap.c
Begin the great StrDuplicate() refactor.
2023-02-23 23:19:23 +00:00
Html.c
Apply #54
2023-03-02 22:06:33 +00:00
Http.c
Add HttpClient API
2023-03-07 23:10:06 +00:00
HttpClient.c
Fix I/O in JsonConsumeWhitespace() and UtilStreamCopy().
2023-03-10 18:46:03 +00:00
HttpServer.c
Add tt and http-debug-server tools.
2023-03-10 18:48:52 +00:00
Io.c
Add IoCopy() and StreamCopy()
2023-03-15 17:14:16 +00:00
Json.c
Fix CPU pin if clients don't shutdown() their socket properly.
2023-03-12 15:08:50 +00:00
Log.c
Update copyright year
2022-12-26 15:52:52 +00:00
Main.c
Break out main() into Main.c, fix some compile warnings on Cygwin.
2023-03-09 02:46:04 +00:00
Matrix.c
Implement pretty-printing option in Json.
2023-03-08 17:15:43 +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
Apply #64 : Registration tokens.
2023-03-14 00:37:24 +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
Add IoCopy() and StreamCopy()
2023-03-15 17:14:16 +00:00
Telodendria.c
Format code, update TODO items.
2023-03-09 03:35:40 +00:00
TelodendriaConfig.c
Remove DB_MIN_CACHE because that's dumb.
2023-03-03 14:26:10 +00:00
Uia.c
Apply #64 : Registration tokens.
2023-03-14 00:37:24 +00:00
Uri.c
Clean up a few bugs in HttpClient and Uri
2023-03-08 02:53:47 +00:00
User.c
Apply #65 , remove printf() in Db, and make tt show login messages.
2023-03-15 13:36:49 +00:00
Util.c
Add tt and http-debug-server tools.
2023-03-10 18:48:52 +00:00