aboutsummaryrefslogtreecommitdiff
path: root/msg.c (unfollow)
Commit message (Expand)Author
2025-06-19refactor: move file functions into filehandlerRaghuram Subramani
2025-06-19(md): handle markdown filesRaghuram Subramani
2025-06-18(ingest): use asprintf instead of strcpyRaghuram Subramani
2025-06-18(find_next_key): fix incorrect for loop conditionRaghuram Subramani
2025-06-18(ingest): fix asprintf into buffer referencing itselfRaghuram Subramani
2025-06-17(misc): update watch.shRaghuram Subramani
2025-06-17(copy_recursively): use sendfile syscall to copy fileRaghuram Subramani
2025-06-17(assets): ftw implmentation for recursive copyRaghuram Subramani
2025-06-17(find_next_key): manually find start and length instead of using regexRaghuram Subramani
2025-06-17(includes): don't include ftw.h unnecessarilyRaghuram Subramani
2025-06-17(file handling): fix memory leakRaghuram Subramani
2025-06-17(config): manually define resources instead of automatically finding themRaghuram Subramani
2025-06-16(misg): sortRaghuram Subramani
2025-06-16(markdown): add supportRaghuram Subramani
2025-06-16(file handling): no need to be too verboseRaghuram Subramani
2025-06-16(include): complete implementationRaghuram Subramani
2025-06-16(include): write operand to fileRaghuram Subramani
2025-06-16fprintf instead of 3 fwritesRaghuram Subramani
2025-06-16(template): use base_pre & base_postRaghuram Subramani
2025-06-16(templates): base_pre & base_postRaghuram Subramani
2025-06-16(templates): add base & move const char * to compile-time constantsRaghuram Subramani
2025-06-16(misc): forward declareRaghuram Subramani
2025-06-16(matching): find keysRaghuram Subramani
2025-06-16(file): copy contents to outputRaghuram Subramani
2025-06-16(init): recursively search directoryRaghuram Subramani