index
:
msg.git
main
Minimal (Static) Site Generator
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
msg.c
(
unfollow
)
Commit message (
Expand
)
Author
2025-06-19
refactor: move file functions into filehandler
Raghuram Subramani
2025-06-19
(md): handle markdown files
Raghuram Subramani
2025-06-18
(ingest): use asprintf instead of strcpy
Raghuram Subramani
2025-06-18
(find_next_key): fix incorrect for loop condition
Raghuram Subramani
2025-06-18
(ingest): fix asprintf into buffer referencing itself
Raghuram Subramani
2025-06-17
(misc): update watch.sh
Raghuram Subramani
2025-06-17
(copy_recursively): use sendfile syscall to copy file
Raghuram Subramani
2025-06-17
(assets): ftw implmentation for recursive copy
Raghuram Subramani
2025-06-17
(find_next_key): manually find start and length instead of using regex
Raghuram Subramani
2025-06-17
(includes): don't include ftw.h unnecessarily
Raghuram Subramani
2025-06-17
(file handling): fix memory leak
Raghuram Subramani
2025-06-17
(config): manually define resources instead of automatically finding them
Raghuram Subramani
2025-06-16
(misg): sort
Raghuram Subramani
2025-06-16
(markdown): add support
Raghuram Subramani
2025-06-16
(file handling): no need to be too verbose
Raghuram Subramani
2025-06-16
(include): complete implementation
Raghuram Subramani
2025-06-16
(include): write operand to file
Raghuram Subramani
2025-06-16
fprintf instead of 3 fwrites
Raghuram Subramani
2025-06-16
(template): use base_pre & base_post
Raghuram Subramani
2025-06-16
(templates): base_pre & base_post
Raghuram Subramani
2025-06-16
(templates): add base & move const char * to compile-time constants
Raghuram Subramani
2025-06-16
(misc): forward declare
Raghuram Subramani
2025-06-16
(matching): find keys
Raghuram Subramani
2025-06-16
(file): copy contents to output
Raghuram Subramani
2025-06-16
(init): recursively search directory
Raghuram Subramani