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 (
Expand
)
Author
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
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
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 IS...
@syxhe
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. Imp...
@syxhe
2025-03-24
Change the name of readwholebuffer and writewholebuffer so that they won't au...
@syxhe
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
2025-01-27
Write encrypttotmp, fuck up decryption again
@syxhe
2025-01-26
Add error macros for xdirname()
@syxhe
2025-01-26
Reimplement dirname() as xdirname()
@syxhe
2025-01-21
This shit corrupted !
@syxhe
2025-01-21
Write some sample code to encrypt a file via password
@syxhe
2025-01-20
Fix slight problem in readwholebuffer
@syxhe
2025-01-19
Write example code for generating, storing, and verifying a password
@syxhe
2025-01-11
Fix genpassword function, delete buggy (v)asprintf implementation(s)
@syxhe
2025-01-11
First pass at genpassword
@syxhe
2025-01-10
Create a dictionary of password words
@syxhe
2025-01-09
Figure out why linking wasn't working
@syxhe
2025-01-07
Figure out how to link into the filesystem
@syxhe
2025-01-07
For posterity
@syxhe
2025-01-06
Use GNU macro (v)asprintf only if _GNU_SOURCE is defined
@syxhe
2025-01-06
sdptiny
@syxhe
2025-01-06
Start work on encryption
@syxhe
2025-01-03
Filter out . and .. folders from scan results
@syxhe
2024-12-26
Put some notes down
@syxhe
2024-12-21
Initial Commit
@syxhe