2023-11-18T17:25:56Z - 2024-11-18T17:25:56Z
Overview
1 release published by 1 user
Release
v0.4.1
Cytoplasm v0.4.1
25 pull requests merged by 3 users
Merged
#62 Add the DbOperationArgs set of functions, and fix bug with LMDB
Merged
#60 Add a function to decode a JSON value directly.
Merged
#59 Make Memory API more friendly with alignment
Merged
#55 First attempt to use new CI runner.
Merged
#53 Fix LMDB use-after-free
Merged
#52 Fix j2s generation issue
Merged
#50 Add key->[known structure] schemas to j2s
Merged
#51 Fix out the configure for the AUR
Merged
#47 Add raw SHA inputs and hashtypes to ShaToHex
Merged
#44 Start optionally using the SHA implementation from the existing crypto API
Merged
#36 Fast memory allocation
Merged
#43 Getting optional LMDB support into Cytoplasm
Merged
#46 remove use of install in Makefile
Merged
#33 Copy filename into preallocated field with Cytoplasm's Memory API
Merged
#41 Pre-emptively free out the key
Merged
#39 Fix HTTP header leakage
Merged
#40 Fix TLS build issue
Merged
#37 Fix stringification.
Merged
#38 Fix TLS, again...
Merged
#35 Fix file descriptor leakage
Merged
#32 Fix inconsistent sanitation with the database
Merged
#29 C99 Compliance
Merged
#27 Add a simple CI workflow for compiling Cytoplasm.
Merged
#22 Fix potential double-free issue in Cytoplasm
Merged
#19 HttpRouter
: Decode path parts before matching.
2 pull requests proposed by 2 users
Proposed
#48 WIP: Rework logging
Proposed
#54 WIP: Adds MbedTLS support to Cytoplasm
11 issues closed from 5 users
Closed
#57 curl refuses to fetch from HttpServer without --http0.9
Closed
#49 j2s
cannot encode an object keyed with a known format
Closed
#42 ShaToHex can treat a 0x00 byte in a hash as a 'end-of-hash'
Closed
#34 Memory API is inefficient at freeing.
Closed
#45 make install target does not work on FreeBSD
Closed
#31 Cytoplasm doesn't do a proper boundcheck on ArraySort
Closed
#13 install
flags wrong on FreeBSD
Closed
#12 GCC Compiler Warnings in Sha1
Closed
#20 GCC Compiler Warnings in Util
Closed
#28 C99 Compliance
Closed
#17 j2s
array
and object
generated code leak memory.
18 issues created by 3 users
Opened
#20 GCC Compiler Warnings in Util
Opened
#21 j2s should be able to take in multiple types
Opened
#23 HTTP/1.1 Support
Opened
#24 j2s
Documentation
Opened
#25 OpenSSL File Descriptor Exhaustion
Opened
#26 j2s
: Unable to set default value of true
on booleans.
Opened
#28 C99 Compliance
Opened
#30 FreeBSD Build Failing
Opened
#31 Cytoplasm doesn't do a proper boundcheck on ArraySort
Opened
#34 Memory API is inefficient at freeing.
Opened
#42 ShaToHex can treat a 0x00 byte in a hash as a 'end-of-hash'
Opened
#45 make install target does not work on FreeBSD
Opened
#49 j2s
cannot encode an object keyed with a known format
Opened
#56 Consider abstracting strlen
into a safer function
Opened
#57 curl refuses to fetch from HttpServer without --http0.9
Opened
#58 volatile
bitfields must not be used as synchronization primites
Opened
#61 JSON decoding may cause potential issues related to signatures
Opened
#63 Allocating 256 bytes for every allocation actually isn't wise
5 unresolved conversations
Open
#4
NULL-Terminated Strings
Open
#18
Twig Template Engine
Open
#9
XML Parser/Generator
Open
#16
Enable additional compile checks.
Open
#7
AES + Integration with Io