summaryrefslogtreecommitdiff
path: root/src/ll.c
AgeCommit message (Collapse)Author
2025-04-21Implement a Concurrent Queue@syxhe
2025-04-17Create ll-internal files to maintain opaqueness of linked list while opening ↵@syxhe
it up for reuse
2025-04-15Finish prototype scanning code@syxhe
2025-03-30Create encryption functions that actually work@syxhe
2025-03-28Create xalloc function and wrappers, fix XALLOC_EXIT usages to comply with ↵@syxhe
ISO C99
2025-03-24Add a warning to ll.h about how dlinkedlist functions are X_ALLOC functions@syxhe
2025-03-24Rewrite the whole linked list implementation so it's not shit@syxhe
2025-03-24Do some more work on the linked list@syxhe
2025-03-24Refactor a bunch of the linked list implementation@syxhe
2025-03-23Fix a whole bunch of shit, create an arena implementation@syxhe
2025-02-12Implement a linked list struct@syxhe