lda lda
lda commented on pull request Telodendria/Cytoplasm#50 2024-08-27 14:11:45 +00:00
Add key->[known structure] schemas to j2s

I like this. Can you show a quick example of how it is used? Or can you point to a specific place in the code where this is used? I just want to see it in use, but I think the idea is good.

It…

lda pushed to master at lda/Cytoplasm 2024-08-27 09:24:40 +00:00
5889bec95f [MOD] Use macro to determine if it is delimited
lda created pull request Telodendria/Cytoplasm#51 2024-08-26 19:30:43 +00:00
Fix out the configure for the AUR
lda created branch fix-configure in lda/Cytoplasm 2024-08-26 19:30:11 +00:00
lda pushed to fix-configure at lda/Cytoplasm 2024-08-26 19:30:11 +00:00
d0b5c441dd [FIX] Fix out the configure
lda created branch fix-configure in lda/telodendria 2024-08-26 19:29:30 +00:00
lda pushed to fix-configure at lda/telodendria 2024-08-26 19:29:30 +00:00
d0b5c441dd [FIX] Fix out the configure
f5ce4f5238 Merge pull request 'Start optionally using the SHA implementation from the existing crypto API' (#44) from lda/Cytoplasm:opt-ssl-for-sha into master
7752ea7b86 [MOD] Drop LibreSSL "support" in SHA for now
d00dcc9b50 Merge branch 'master' of https://git.telodendria.io/Telodendria/Cytoplasm into opt-ssl-for-sha
494be7b4dc Merge pull request 'Fast memory allocation' (#36) from lda/Cytoplasm:mem-moment into master
Compare 10 commits »
lda created pull request Telodendria/Cytoplasm#50 2024-08-26 13:41:51 +00:00
Add key->[known structure] schemas to j2s
lda pushed to master at lda/Cytoplasm 2024-08-26 13:39:27 +00:00
d3379d8157 [ADD] {Field}s in j2s
lda pushed to sha-revamp at lda/Cytoplasm 2024-08-26 13:28:44 +00:00
5df458f568 [FIX] Fix out define hjinks
lda opened issue Telodendria/Cytoplasm#49 2024-08-25 23:25:55 +00:00
j2s cannot encode an object keyed with a known format
lda closed issue Telodendria/Cytoplasm#34 2024-08-25 23:18:57 +00:00
Memory API is inefficient at freeing.
lda commented on pull request Telodendria/Cytoplasm#48 2024-08-25 23:15:00 +00:00
WIP: Rework logging

I think you meant stdarg.h, as those kind of includes are C++isms.

lda commented on pull request Telodendria/Cytoplasm#48 2024-08-25 23:15:00 +00:00
WIP: Rework logging

I'd probably consider making LogPrint static here, as it's not even part of the public includes.

lda suggested changes for Telodendria/Cytoplasm#48 2024-08-25 23:15:00 +00:00
WIP: Rework logging

Aside from some few notes, I think this looks good enough.

lda created pull request Telodendria/Telodendria#57 2024-08-25 19:49:58 +00:00
Use hashtypes(c.f Cytoplasm#47)
lda pushed to master at lda/telodendria 2024-08-25 19:48:39 +00:00
1e544a4927 [MOD] Use hashtypes
6dd4440125 remove use of install in Makefile (#56)
e263eca5dc Fix build issues with #28 (#55)
ac9372a30a User Directory Patch #70 (#28)
Compare 6 commits »
lda created pull request Telodendria/Cytoplasm#47 2024-08-25 19:46:47 +00:00
Add raw SHA inputs and hashtypes to ShaToHex
lda created branch sha-revamp in lda/Cytoplasm 2024-08-25 19:45:28 +00:00
lda pushed to sha-revamp at lda/Cytoplasm 2024-08-25 19:45:28 +00:00
adb7322823 [ADD] Raw SHA inputs, hashtypes to ShaToHex