summaryrefslogtreecommitdiff
path: root/src/ll.c
AgeCommit message (Expand)Author
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
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 IS...@syxhe
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