summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_file.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-10Added simple wrappers for fopen(3) and fclose(3).Andrew Clayton1-0/+37
Add simple wrapper functions for fopen(3) and fclose(3) that are somewhat akin to the nxt_file_open() and nxt_file_close() wrappers that log errors. Suggested-by: Alejandro Colomar <alx@nginx.com> Reviewed-by: Alejandro Colomar <alx@nginx.com> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2021-04-29Static: support for openat2() features.Zhidao HONG1-0/+44
Support for chrooting, rejecting symlinks, and rejecting crossing mounting points on a per-request basis during static file serving.
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-34/+24
2018-02-07Style fixes.Andrey Zelenkov1-1/+1
2018-01-24Fixed formatting in nxt_sprintf() and logging.Sergey Kandaurov1-1/+1
2017-03-09Processes refactoring.Igor Sysoev1-13/+13
The cycle has been renamed to the runtime.
2017-02-22I/O operations refactoring.Igor Sysoev1-22/+26
2017-01-17Initial version.Igor Sysoev1-0/+601