index
:
vxgg_rewrite
master
threadpool-debugging
A more competent rewrite of VXGG
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ll.c
Age
Commit message (
Collapse
)
Author
2025-06-06
Style touchup
@syxhe
2025-06-06
Get rid of useless ll-internal files
@syxhe
2025-05-14
Update signatures of free-type functions to match the freecallback signature
@syxhe
2025-04-21
Rework dlinkedlist functions to use VALLOC macro instead of only xalloc
@syxhe
2025-04-21
Implement a Concurrent Queue
@syxhe
2025-04-17
Create ll-internal files to maintain opaqueness of linked list while opening ↵
@syxhe
it up for reuse
2025-04-15
Finish prototype scanning code
@syxhe
2025-03-30
Create encryption functions that actually work
@syxhe
2025-03-28
Create xalloc function and wrappers, fix XALLOC_EXIT usages to comply with ↵
@syxhe
ISO C99
2025-03-24
Add a warning to ll.h about how dlinkedlist functions are X_ALLOC functions
@syxhe
2025-03-24
Rewrite the whole linked list implementation so it's not shit
@syxhe
2025-03-24
Do some more work on the linked list
@syxhe
2025-03-24
Refactor a bunch of the linked list implementation
@syxhe
2025-03-23
Fix a whole bunch of shit, create an arena implementation
@syxhe
2025-02-12
Implement a linked list struct
@syxhe