summaryrefslogtreecommitdiff
path: root/src/shared.c
AgeCommit message (Expand)Author
2025-10-26Fix encryption suite after ripping out cleanup function suite@syxhe
2025-10-22Fix threadpool after ripping out cleanup function suite@syxhe
2025-10-21Touch up code in shared.c@syxhe
2025-10-20Switch to unity build@syxhe
2025-06-09We do a little documentation@syxhe
2025-06-08Trim the fat@syxhe
2025-06-06Style touchup@syxhe
2025-06-06Get threadpool implementation workingthreadpool-debugging@syxhe
2025-04-21Start work on cqueue implementation, create cleanup set of functions@syxhe
2025-04-10Overhaul makefile@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-24Change the name of readwholebuffer and writewholebuffer so that they won't au...@syxhe
2025-03-23Fix a whole bunch of shit, create an arena implementation@syxhe
2025-01-26Add error macros for xdirname()@syxhe
2025-01-26Reimplement dirname() as xdirname()@syxhe
2025-01-21Write some sample code to encrypt a file via password@syxhe
2025-01-20Fix slight problem in readwholebuffer@syxhe
2025-01-19Write example code for generating, storing, and verifying a password@syxhe
2025-01-11Fix genpassword function, delete buggy (v)asprintf implementation(s)@syxhe
2025-01-11First pass at genpassword@syxhe
2025-01-07For posterity@syxhe
2025-01-06Use GNU macro (v)asprintf only if _GNU_SOURCE is defined@syxhe
2025-01-06sdptiny@syxhe
2025-01-06Start work on encryption@syxhe
2024-12-26Put some notes down@syxhe