index
:
vault
master
vault
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
3 days
http: no content-disposition for pictures & videos (open them in browser)
HEAD
master
Vincent Douillet
3 days
create new folders
Vincent Douillet
2025-07-16
readme: adjust expectations with reality
Vincent Douillet
2025-02-14
main: fix http_exit usage
Vincent Douillet
2025-02-14
move log file to existing folder
Vincent Douillet
2025-02-14
browse: folder size is not computed, do not show it
Vincent Douillet
2024-12-27
remove http_ret
Vincent Douillet
2024-12-26
download: use str_concat
Vincent Douillet
2024-12-26
remove check_request_path because we have unveil
Vincent Douillet
2024-12-26
add mime type for m4a files
Vincent Douillet
2024-12-26
browse: fix memory leak
Vincent Douillet
2024-12-26
fix mime type for html responses
Vincent Douillet
2024-12-26
delete files
Vincent Douillet
2024-10-23
file: fix memory leaks
Vincent Douillet
2024-10-23
upload: minor ui changes
Vincent Douillet
2024-10-23
css: links are always blue
Vincent Douillet
2024-09-11
target c89 to silence some warnings in kcgi
Vincent Douillet
2024-09-11
url: fix encoding for use in http context
Vincent Douillet
2024-09-10
upload: handle form submission
Vincent Douillet
2024-09-06
upload: add form
Vincent Douillet
2024-09-06
browse: add upload button
Vincent Douillet
2024-08-29
fix crash when downloading a file without extension
Vincent Douillet
2024-08-29
get data dir from env variable
Vincent Douillet
2024-05-13
fix encodings in headers and file paths
Vincent Douillet
2024-05-13
add unit tests
Vincent Douillet
2024-02-20
browse: http page
Vincent Douillet
2024-02-08
download files
Vincent Douillet
2024-01-12
browse: build download url for files
Vincent Douillet
2023-11-29
browse: use khttp_template
Vincent Douillet
2023-10-12
browse: introduce file struct to prepare for kthttp_template
Vincent Douillet
2023-09-21
add unveil
Vincent Douillet
2023-09-21
use realpath
Vincent Douillet
2023-08-29
use PATH_MAX
Vincent Douillet
2023-08-19
rework url_build function to end varargs with NULL
Vincent Douillet
2023-08-19
file download poc
Vincent Douillet
2023-08-09
simplify header import guards
Vincent Douillet
2023-08-09
add readme
Vincent Douillet
2023-08-07
add log messages
Vincent Douillet
2023-08-01
handle kcgi errors
Vincent Douillet
2023-08-01
browse folders
Vincent Douillet
2023-08-01
first commit
Vincent Douillet