Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-10 | Added simple wrappers for fopen(3) and fclose(3). | Andrew Clayton | 1 | -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-29 | Static: support for openat2() features. | Zhidao HONG | 1 | -0/+44 | |
Support for chrooting, rejecting symlinks, and rejecting crossing mounting points on a per-request basis during static file serving. | |||||
2018-03-05 | Reduced number of critical log levels. | Valentin Bartenev | 1 | -34/+24 | |
2018-02-07 | Style fixes. | Andrey Zelenkov | 1 | -1/+1 | |
2018-01-24 | Fixed formatting in nxt_sprintf() and logging. | Sergey Kandaurov | 1 | -1/+1 | |
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -13/+13 | |
The cycle has been renamed to the runtime. | |||||
2017-02-22 | I/O operations refactoring. | Igor Sysoev | 1 | -22/+26 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+601 | |