Cytoplasm/src
Jordan Bancino 846e50a76e
Some checks failed
Compile Cytoplasm / Compile Cytoplasm (x86, freebsd-v14.0) (push) Failing after 5s
Compile Cytoplasm / Compile Cytoplasm (x86_64, freebsd-v14.0) (push) Failing after 4s
Compile Cytoplasm / Compile Cytoplasm (x86_64, openbsd-v7.4) (push) Failing after 8s
Compile Cytoplasm / Compile Cytoplasm (x86, debian-v12.4) (push) Successful in 13s
Compile Cytoplasm / Compile Cytoplasm (x86, alpine-v3.19) (push) Successful in 12s
Compile Cytoplasm / Compile Cytoplasm (x86, netbsd-v9.3) (push) Successful in 12s
Compile Cytoplasm / Compile Cytoplasm (x86_64, debian-v12.4) (push) Successful in 15s
Compile Cytoplasm / Compile Cytoplasm (x86_64, alpine-v3.19) (push) Successful in 10s
Compile Cytoplasm / Compile Cytoplasm (x86_64, netbsd-v9.3) (push) Successful in 17s
Fix compiler warnings in Sha1.c.
These warnings are false positives emitted by GCC; there are no errors
in the code. By changing the parameter type to a pointer, we prevent
GCC from making faulty assumptions about the code.
2024-01-13 14:25:41 -05:00
..
include Refactor UtilServerTs() -> UtilTsMillis(). 2024-01-13 14:21:18 -05:00
Io Import new Cytoplasm library based off of code from Telodendria. 2023-05-13 17:30:09 +00:00
Sha Fix compiler warnings in Sha1.c. 2024-01-13 14:25:41 -05:00
Tls It appears that OpenSSL closes the socket descriptor for us. 2023-05-27 17:03:40 +00:00
Args.c Import new Cytoplasm library based off of code from Telodendria. 2023-05-13 17:30:09 +00:00
Array.c Apply #72 2023-09-04 13:30:22 +00:00
Base64.c Import new Cytoplasm library based off of code from Telodendria. 2023-05-13 17:30:09 +00:00
Cron.c Refactor UtilServerTs() -> UtilTsMillis(). 2024-01-13 14:21:18 -05:00
Cytoplasm.c Add a meta header. 2023-11-01 11:26:27 -04:00
Db.c Refactor UtilServerTs() -> UtilTsMillis(). 2024-01-13 14:21:18 -05:00
Graph.c Add basic Graph API. 2023-07-16 01:12:56 +00:00
HashMap.c Format code. 2023-07-29 18:27:17 +00:00
HeaderParser.c Fix potential write out of bounds. 2023-05-26 23:47:36 +00:00
Http.c Import new Cytoplasm library based off of code from Telodendria. 2023-05-13 17:30:09 +00:00
HttpClient.c Fix leak in HttpClient. 2023-05-21 13:55:49 +00:00
HttpRouter.c [FIX] Fix other potential double-free 2024-01-01 07:57:11 -05:00
HttpServer.c Refactor UtilServerTs() -> UtilTsMillis(). 2024-01-13 14:21:18 -05:00
Io.c Import new Cytoplasm library based off of code from Telodendria. 2023-05-13 17:30:09 +00:00
Json.c Remove Int, Int64, and UInt64 headers + code. 2024-01-13 14:18:48 -05:00
Log.c Show human-readable thread ID in log messages. 2023-05-27 17:10:07 +00:00
Memory.c Remove Int, Int64, and UInt64 headers + code. 2024-01-13 14:18:48 -05:00
Queue.c Import new Cytoplasm library based off of code from Telodendria. 2023-05-13 17:30:09 +00:00
Rand.c Refactor UtilServerTs() -> UtilTsMillis(). 2024-01-13 14:21:18 -05:00
RtStub.c Format source code. 2023-06-18 02:53:52 +00:00
Runtime.c Fix warning about integer size mismatch. 2023-05-21 13:35:56 +00:00
Sha.c Format source code. 2023-06-18 02:53:52 +00:00
Str.c Remove Int, Int64, and UInt64 headers + code. 2024-01-13 14:18:48 -05:00
Stream.c Remove Int, Int64, and UInt64 headers + code. 2024-01-13 14:18:48 -05:00
Tls.c Import new Cytoplasm library based off of code from Telodendria. 2023-05-13 17:30:09 +00:00
Uri.c Import new Cytoplasm library based off of code from Telodendria. 2023-05-13 17:30:09 +00:00
Util.c Refactor UtilServerTs() -> UtilTsMillis(). 2024-01-13 14:21:18 -05:00