2023-11-18T17:25:56Z - 2024-11-18T17:25:56Z

Overview

27 active pull requests
70 active issues
Excluding merges, 2 authors have pushed 22 commits to master and 63 commits to all branches. On master, 76 files have changed and there have been 731 additions and 1880 deletions.

1 release published by 1 user

Release v0.4.1 Cytoplasm v0.4.1 2024-05-18 14:53:31 +00:00

25 pull requests merged by 3 users

Merged #62 Add the DbOperationArgs set of functions, and fix bug with LMDB 2024-11-10 18:09:05 +00:00

Merged #60 Add a function to decode a JSON value directly. 2024-10-26 18:49:53 +00:00

Merged #59 Make Memory API more friendly with alignment 2024-10-24 11:57:51 +00:00

Merged #55 First attempt to use new CI runner. 2024-09-21 18:46:44 +00:00

Merged #53 Fix LMDB use-after-free 2024-09-14 00:11:14 +00:00

Merged #52 Fix j2s generation issue 2024-09-02 18:38:05 +00:00

Merged #50 Add key->[known structure] schemas to j2s 2024-08-27 16:34:50 +00:00

Merged #51 Fix out the configure for the AUR 2024-08-27 13:44:50 +00:00

Merged #47 Add raw SHA inputs and hashtypes to ShaToHex 2024-08-27 13:38:27 +00:00

Merged #44 Start optionally using the SHA implementation from the existing crypto API 2024-08-24 17:06:05 +00:00

Merged #36 Fast memory allocation 2024-08-23 20:26:14 +00:00

Merged #43 Getting optional LMDB support into Cytoplasm 2024-08-23 20:19:59 +00:00

Merged #46 remove use of install in Makefile 2024-08-23 20:15:01 +00:00

Merged #33 Copy filename into preallocated field with Cytoplasm's Memory API 2024-08-18 23:26:20 +00:00

Merged #41 Pre-emptively free out the key 2024-08-09 13:26:50 +00:00

Merged #39 Fix HTTP header leakage 2024-07-02 15:56:18 +00:00

Merged #40 Fix TLS build issue 2024-07-02 15:55:55 +00:00

Merged #37 Fix stringification. 2024-06-24 19:19:27 +00:00

Merged #38 Fix TLS, again... 2024-06-24 19:18:44 +00:00

Merged #35 Fix file descriptor leakage 2024-06-07 19:00:47 +00:00

Merged #32 Fix inconsistent sanitation with the database 2024-05-26 20:31:15 +00:00

Merged #29 C99 Compliance 2024-01-13 22:13:46 +00:00

Merged #27 Add a simple CI workflow for compiling Cytoplasm. 2024-01-13 16:08:45 +00:00

Merged #22 Fix potential double-free issue in Cytoplasm 2024-01-05 00:32:58 +00:00

Merged #19 HttpRouter: Decode path parts before matching. 2023-12-02 15:25:29 +00:00

2 pull requests proposed by 2 users

Proposed #48 WIP: Rework logging 2024-08-25 22:11:42 +00:00

Proposed #54 WIP: Adds MbedTLS support to Cytoplasm 2024-09-15 09:19:09 +00:00

11 issues closed from 5 users

Closed #57 curl refuses to fetch from HttpServer without --http0.9 2024-10-11 14:43:44 +00:00

Closed #49 j2s cannot encode an object keyed with a known format 2024-08-27 16:34:50 +00:00

Closed #42 ShaToHex can treat a 0x00 byte in a hash as a 'end-of-hash' 2024-08-27 13:38:27 +00:00

Closed #34 Memory API is inefficient at freeing. 2024-08-25 23:18:56 +00:00

Closed #45 make install target does not work on FreeBSD 2024-08-23 20:15:49 +00:00

Closed #31 Cytoplasm doesn't do a proper boundcheck on ArraySort 2024-05-18 14:50:55 +00:00

Closed #13 install flags wrong on FreeBSD 2024-01-13 22:26:36 +00:00

Closed #12 GCC Compiler Warnings in Sha1 2024-01-13 22:13:47 +00:00

Closed #20 GCC Compiler Warnings in Util 2024-01-13 22:13:47 +00:00

Closed #28 C99 Compliance 2024-01-13 22:13:46 +00:00

Closed #17 j2s array and object generated code leak memory. 2023-11-20 14:50:53 +00:00

18 issues created by 3 users

Opened #20 GCC Compiler Warnings in Util 2023-12-02 02:04:57 +00:00

Opened #21 j2s should be able to take in multiple types 2023-12-03 22:39:24 +00:00

Opened #23 HTTP/1.1 Support 2024-01-12 00:36:50 +00:00

Opened #24 j2s Documentation 2024-01-12 00:38:19 +00:00

Opened #25 OpenSSL File Descriptor Exhaustion 2024-01-12 00:39:02 +00:00

Opened #26 j2s: Unable to set default value of true on booleans. 2024-01-12 00:41:17 +00:00

Opened #28 C99 Compliance 2024-01-13 16:36:35 +00:00

Opened #30 FreeBSD Build Failing 2024-01-13 22:16:56 +00:00

Opened #31 Cytoplasm doesn't do a proper boundcheck on ArraySort 2024-05-17 17:55:44 +00:00

Opened #34 Memory API is inefficient at freeing. 2024-05-30 20:10:04 +00:00

Opened #42 ShaToHex can treat a 0x00 byte in a hash as a 'end-of-hash' 2024-08-01 21:07:09 +00:00

Opened #45 make install target does not work on FreeBSD 2024-08-22 01:37:10 +00:00

Opened #49 j2s cannot encode an object keyed with a known format 2024-08-25 23:25:55 +00:00

Opened #56 Consider abstracting strlen into a safer function 2024-10-06 10:32:05 +00:00

Opened #57 curl refuses to fetch from HttpServer without --http0.9 2024-10-11 13:59:08 +00:00

Opened #58 volatile bitfields must not be used as synchronization primites 2024-10-17 21:27:37 +00:00

Opened #61 JSON decoding may cause potential issues related to signatures 2024-11-09 12:57:26 +00:00

Opened #63 Allocating 256 bytes for every allocation actually isn't wise 2024-11-09 23:39:15 +00:00

5 unresolved conversations

Open #4 NULL-Terminated Strings 2024-11-09 23:39:16 +00:00

Open #18 Twig Template Engine 2024-10-17 13:34:06 +00:00

Open #9 XML Parser/Generator 2024-09-02 18:37:14 +00:00

Open #16 Enable additional compile checks. 2024-01-13 16:36:35 +00:00

Open #7 AES + Integration with Io 2023-12-05 13:05:46 +00:00