summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_var.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-28Log: customizable access log format.Zhidao HONG1-5/+20
2022-07-14Var: dynamic variables support.Zhidao HONG1-6/+125
2022-07-14Var: optimization to get rid of nxt_var_cache_find().Zhidao HONG1-161/+84
2022-06-15Var: relocated nxt_var_is_const() and nxt_var_raw().Zhidao HONG1-15/+15
2022-06-02Summary: Var: removing all async stuff.Zhidao HONG1-9/+4
2021-12-03Fixed debug message broken in 45b25ffb2e8c.Zhidao HONG1-1/+2
2021-09-28Static: variables in the "chroot" option.Zhidao HONG1-4/+16
2021-09-07Router: refactored variable pass.Zhidao HONG1-3/+17
2021-09-06Var: keeping raw variable string for debug.Zhidao HONG1-75/+71
2020-08-13Basic variables support.Valentin Bartenev1-0/+616