summaryrefslogtreecommitdiff
path: root/src/ll.h
AgeCommit message (Collapse)Author
2025-06-08Trim the fat@syxhe
2025-05-14Update signatures of free-type functions to match the freecallback signature@syxhe
2025-04-21Rework dlinkedlist functions to use VALLOC macro instead of only xalloc@syxhe
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-24Change the name of readwholebuffer and writewholebuffer so that they won't ↵@syxhe
autocomplete when typing "return"
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-02-12Implement a linked list struct@syxhe