Jordan Bancino jordan
jordan pushed to master at Telodendria/Cytoplasm 2024-07-02 15:55:57 +00:00
61b5430efe Merge pull request 'Fix TLS build issue' (#40) from lda/Cytoplasm:fix-tls into master
b3be10e112 [FIX] Last TLS oopsie!
Compare 2 commits »
jordan merged pull request Telodendria/Cytoplasm#40 2024-07-02 15:55:55 +00:00
Fix TLS build issue
jordan pushed to master at Telodendria/Cytoplasm 2024-06-24 19:19:29 +00:00
dd99759e39 Merge pull request 'Fix stringification.' (#37) from lda/Cytoplasm:fix-stringify into master
5fac67a674 [MOD] Fix stringification of version number
Compare 2 commits »
jordan merged pull request Telodendria/Cytoplasm#37 2024-06-24 19:19:27 +00:00
Fix stringification.
jordan commented on pull request Telodendria/Cytoplasm#37 2024-06-24 19:19:23 +00:00
Fix stringification.

Ah okay, got it.

jordan pushed to master at Telodendria/Cytoplasm 2024-06-24 19:18:46 +00:00
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.
eca717d90c Merge branch 'master' of https://git.telodendria.io/Telodendria/Cytoplasm into fix-tls
b6388eb7fe [FIX] Fix issue related to TLS
Compare 5 commits »
jordan merged pull request Telodendria/Cytoplasm#38 2024-06-24 19:18:44 +00:00
Fix TLS, again...
jordan commented on pull request Telodendria/Cytoplasm#38 2024-06-24 19:18:38 +00:00
Fix TLS, again...

Oh, great!

jordan commented on pull request Telodendria/Cytoplasm#37 2024-06-15 12:03:48 +00:00
Fix stringification.

I guess I’m not sure exactly what this is supposed to fix, can you go into some more detail?

jordan pushed to master at Telodendria/Cytoplasm 2024-06-07 19:00:51 +00: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.
Compare 2 commits »
jordan merged pull request Telodendria/Cytoplasm#35 2024-06-07 19:00:47 +00:00
Fix file descriptor leakage
jordan pushed to master at jordan/Bach-Cello-Suites 2024-06-01 14:41:17 +00:00
4b1af4eb34 Add Suite 1 w/ no markings.
jordan created branch master in jordan/Bach-Cello-Suites 2024-06-01 14:41:16 +00:00
jordan created repository jordan/Bach-Cello-Suites 2024-06-01 14:39:39 +00:00
jordan commented on issue Telodendria/Cytoplasm#34 2024-06-01 14:10:46 +00:00
Memory API is inefficient at freeing.

An idea to fix this would be to simply store the MemoryInfo alongside the returned pointer(with a fixed and known offset), so that any information could be simply retrieved on a free request.…

jordan commented on pull request Telodendria/Cytoplasm#33 2024-05-27 21:19:49 +00:00
Copy filename into preallocated field with Cytoplasm's Memory API

As I mentioned in the Matrix room the other day, this adds a lot of memory overhead, because every single allocation (every single call to Malloc() is now 256 bytes bigger, and while that…

jordan commented on issue Telodendria/Cytoplasm#4 2024-05-27 21:18:07 +00:00
NULL-Terminated Strings

If we are going to go with a custom string type, we should also implement string interning so that #33 doesn't use up so much memory.

jordan commented on pull request Telodendria/Cytoplasm#33 2024-05-26 20:32:34 +00:00
Copy filename into preallocated field with Cytoplasm's Memory API

The logic and the code is sound, but I do have some concerns with the memory footprint this is going to add. Now every single allocation is 256 bytes bigger? I’ll have to think about how I want…

jordan pushed to master at Telodendria/Cytoplasm 2024-05-26 20:31:17 +00:00
9108fef701 Fix inconsistent sanitation with the database (#32)
jordan merged pull request Telodendria/Cytoplasm#32 2024-05-26 20:31:15 +00:00
Fix inconsistent sanitation with the database