Telodendria/src
Jordan Bancino a8beded518 Fix occasional "Bad Request" response by waiting for data to be sent.
This also makes UtilGetDelim() and UtilGetLine() thread safe in that it
isn't setting a global errno. Of course, errno should be thread safe
already, but this makes it much less ambiguous.
2022-11-02 16:21:03 +00:00
..
include Fix occasional "Bad Request" response by waiting for data to be sent. 2022-11-02 16:21:03 +00:00
Routes Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Array.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Base64.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
CanonicalJson.c Update license text. 2022-07-28 12:00:52 -04:00
Config.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Db.c Misc changes throughout the codebase during testing. 2022-10-31 08:12:42 -04:00
HashMap.c Fixed some misc bugs I found while debugging a memory error. 2022-10-31 11:07:32 -04:00
Http.c Fix some more bugs. 2022-10-31 20:41:50 -04:00
HttpServer.c Fix occasional "Bad Request" response by waiting for data to be sent. 2022-11-02 16:21:03 +00:00
Json.c Misc changes throughout the codebase during testing. 2022-10-31 08:12:42 -04:00
Log.c Remove NonPosix.h; it seems to be causing more trouble than it's worth. 2022-10-15 11:45:23 -04:00
Matrix.c Fix segfault in fclose() on Linux. 2022-11-02 00:35:05 +00:00
Memory.c Fix some sneaky memory bugs and resource leaks. 2022-11-01 09:04:15 -04:00
Queue.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Telodendria.c Fix segfault in fclose() on Linux. 2022-11-02 00:35:05 +00:00
TelodendriaConfig.c Add max-cache option to the config file 2022-10-24 13:40:21 -04:00
Util.c Fix occasional "Bad Request" response by waiting for data to be sent. 2022-11-02 16:21:03 +00:00