summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_file.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
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