index
:
vxgg_rewrite
master
threadpool-debugging
A more competent rewrite of VXGG
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2025-10-21
Reformat tests.c
@syxhe
2025-10-21
Fix _GNU_SOURCE not being defined
@syxhe
2025-10-21
Create tests file
@syxhe
2025-10-20
Make make work again
@syxhe
2025-10-20
Switch to unity build
@syxhe
2025-06-14
Work on implementing getfilelist function
@syxhe
2025-06-14
Fix encrypt and decrypttofile functions
@syxhe
2025-06-11
Start fixing the encryption scheme
@syxhe
2025-06-09
Rewrite README.md
@syxhe
2025-06-09
We do a little documentation
@syxhe
2025-06-09
Doxygen fuckery
@syxhe
2025-06-09
Trim more fat, add some doxygen markup to the threadpool functions
@syxhe
2025-06-08
Trim the fat
@syxhe
2025-06-06
Style touchup
@syxhe
2025-06-06
Get rid of useless ll-internal files
@syxhe
2025-06-06
Get threadpool implementation working
threadpool-debugging
@syxhe
2025-05-18
Still crashing. Lovely
@syxhe
2025-05-16
Do some more work on the concurrent queue
@syxhe
2025-05-14
Start reimplementing some of the earlier concurrent queue code
@syxhe
2025-05-14
Update signatures of free-type functions to match the freecallback signature
@syxhe
2025-05-08
kms immediately
@syxhe
2025-05-07
Fucking annoying memory leak
@syxhe
2025-05-07
Simple stack implementation for making a concurrent stack
@syxhe
2025-05-01
Now I'm pissed
@syxhe
2025-04-24
Yeah this shit brokey
@syxhe
2025-04-22
Stop threadpool from crashing
@syxhe
2025-04-22
Yay segfault
@syxhe
2025-04-22
Start work on threadpool implementation
@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-21
Start work on cqueue implementation, create cleanup set of functions
@syxhe
2025-04-17
Create ll-internal files to maintain opaqueness of linked list while opening ↵
@syxhe
it up for reuse
2025-04-17
Start work on implementing a threadpool
@syxhe
2025-04-17
Improve makefile slightly
@syxhe
2025-04-17
Slight improvement to scandirlist function to properly free memory on error
@syxhe
2025-04-15
Create scanner.c/h files
@syxhe
2025-04-15
Finish prototype scanning code
@syxhe
2025-04-15
Make some progress on scanning code
@syxhe
2025-04-10
Overhaul makefile
@syxhe
2025-04-04
Make decryptto function also use named temporary files for writing
@syxhe
2025-04-04
Add some documentation to arena.h, fix simplearena_clear not being declared
@syxhe
2025-03-31
Create decryptto function
@syxhe
2025-03-31
Decouple the checksodiumcb function from ALWAYS_CHECK_LIBSODIUM into its own ↵
@syxhe
macro
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-25
Change function signature of (simple)arena_init function
@syxhe
2025-03-24
Fix MEM_ALIGN_BYTES not being static
@syxhe
2025-03-24
Add a flag to control whether arena alloc functions are xalloc or normal. ↵
@syxhe
Improve error handling
2025-03-24
Change the name of readwholebuffer and writewholebuffer so that they won't ↵
@syxhe
autocomplete when typing "return"
2025-03-24
Add a warning to ll.h about how dlinkedlist functions are X_ALLOC functions
@syxhe
[next]