summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-03-28Create xalloc function and wrappers, fix XALLOC_EXIT usages to comply with ↵@syxhe
ISO C99
2025-03-25Change function signature of (simple)arena_init function@syxhe
2025-03-24Fix MEM_ALIGN_BYTES not being static@syxhe
2025-03-24Add a flag to control whether arena alloc functions are xalloc or normal. ↵@syxhe
Improve error handling
2025-03-24Change the name of readwholebuffer and writewholebuffer so that they won't ↵@syxhe
autocomplete when typing "return"
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
2025-01-27Write encrypttotmp, fuck up decryption again@syxhe
2025-01-26Add error macros for xdirname()@syxhe
2025-01-26Reimplement dirname() as xdirname()@syxhe
2025-01-21This shit corrupted !@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-10Create a dictionary of password words@syxhe
2025-01-09Figure out why linking wasn't working@syxhe
2025-01-07Figure out how to link into the filesystem@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
2025-01-03Filter out . and .. folders from scan results@syxhe
2024-12-26Put some notes down@syxhe
2024-12-21Initial Commit@syxhe