lda pushed to mem-moment at lda/Cytoplasm 2024-07-18 07:20:31 -04:00
0d122976d4 Merge branch 'master' of https://git.telodendria.io/Telodendria/Cytoplasm into mem-moment
c3646294f5 Merge pull request 'Fix HTTP header leakage' (#39) from lda/Cytoplasm:fix-duplicate-leak into master
61b5430efe Merge pull request 'Fix TLS build issue' (#40) from lda/Cytoplasm:fix-tls into master
b3be10e112 [FIX] Last TLS oopsie!
b284fb607a [FIX] Fix HTTP leakage
Compare 5 commits »
lda pushed to roomwerk at lda/telodendria 2024-07-08 04:18:15 -04:00
7825559f1b [ADD/WIP/UNTESTED] Start doing filtering
lda created pull request Telodendria/Cytoplasm#40 2024-06-27 10:56:08 -04:00
Fix TLS build issue
lda pushed to fix-tls at lda/Cytoplasm 2024-06-27 10:54:38 -04:00
b3be10e112 [FIX] Last TLS oopsie!
dd99759e39 Merge pull request 'Fix stringification.' (#37) from lda/Cytoplasm:fix-stringify into master
bd310e62ac Merge pull request 'Fix TLS, again...' (#38) from lda/Cytoplasm:fix-tls into master
5fac67a674 [MOD] Fix stringification of version number
Compare 4 commits »
lda created pull request Telodendria/Cytoplasm#39 2024-06-27 10:47:31 -04:00
Fix HTTP header leakage
lda created branch fix-duplicate-leak in lda/Cytoplasm 2024-06-27 10:46:21 -04:00
lda pushed to fix-duplicate-leak at lda/Cytoplasm 2024-06-27 10:46:21 -04:00
b284fb607a [FIX] Fix HTTP leakage
lda pushed to mem-moment at lda/Cytoplasm 2024-06-27 10:43:55 -04:00
402d73c866 Merge branch 'master' of https://git.telodendria.io/Telodendria/Cytoplasm into mem-moment
dd99759e39 Merge pull request 'Fix stringification.' (#37) from lda/Cytoplasm:fix-stringify into master
bd310e62ac Merge pull request 'Fix TLS, again...' (#38) from lda/Cytoplasm:fix-tls into master
d7faff734c [FIX] Actually apply serverName
5dc1ec49eb [FIX] Actually set fd.
Compare 8 commits »
lda commented on pull request Telodendria/Cytoplasm#38 2024-06-23 01:58:09 -04:00
Fix TLS, again...

Just fixed a small issue around serverName not being managed, which was a recipe for disasters.

lda pushed to fix-tls at lda/Cytoplasm 2024-06-23 01:54:48 -04:00
d7faff734c [FIX] Actually apply serverName
lda pushed to mem-moment at lda/Cytoplasm 2024-06-19 11:51:30 -04:00
bec672c92c [MOD] Use a different constant
lda created pull request Telodendria/Cytoplasm#38 2024-06-19 11:43:34 -04:00
Fix TLS, again...
lda pushed to fix-tls at lda/Cytoplasm 2024-06-19 11:40:37 -04:00
5dc1ec49eb [FIX] Actually set fd.
eca717d90c Merge branch 'master' of https://git.telodendria.io/Telodendria/Cytoplasm into fix-tls
b9dc169917 Merge pull request 'Fix file descriptor leakage' (#35) from lda/Cytoplasm:tls-file-leak into master
d983296dd2 [MOD] As it turns out, you do need to free thr fd.
9108fef701 Fix inconsistent sanitation with the database (#32)
Compare 42 commits »
lda commented on pull request Telodendria/Cytoplasm#37 2024-06-18 05:35:03 -04:00
Fix stringification.

Mostly just schematics around stringifying macros(for example STRINGIFY(FOO) would result in "FOO" instead of "[whatever FOO expanded to]", which was mainly a problem around `CytoplasmGetVers…

lda created pull request Telodendria/Cytoplasm#37 2024-06-15 07:58:39 -04:00
Fix stringification.
lda pushed to fix-stringify at lda/Cytoplasm 2024-06-15 07:55:27 -04:00
5fac67a674 [MOD] Fix stringification of version number
lda created branch fix-stringify in lda/Cytoplasm 2024-06-15 07:51:04 -04:00
lda pushed to fix-stringify at lda/Cytoplasm 2024-06-15 07:51:04 -04:00
lda pushed to master at lda/Cytoplasm 2024-06-15 07:50:23 -04:00
b9dc169917 Merge pull request 'Fix file descriptor leakage' (#35) from lda/Cytoplasm:tls-file-leak into master
d983296dd2 [MOD] As it turns out, you do need to free thr fd.
9108fef701 Fix inconsistent sanitation with the database (#32)
346b912a06 ArraySort(): Fix bound checking bug.
5d87da31cd j2s generated code is now C99.
Compare 40 commits »
lda pushed to mem-moment at lda/Cytoplasm 2024-06-15 07:49:16 -04:00
8b2bdbe220 [FIX] Actually do proper stringification.