summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_var.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-08Var: Fix cacheable issue for njs variable accessZhidao HONG1-1/+1
2024-03-05Var: Remove a dead assignment in nxt_var_interpreter()Andrew Clayton1-1/+1
2024-02-20Var: Introduced nxt_var_get()Zhidao HONG1-11/+37
2024-02-20Var: Make nxt_var_cache_value() more generalZhidao HONG1-9/+9
2024-02-20Var: Refactored nxt_http_unknown_var_ref()Zhidao HONG1-1/+1
2024-02-20Var: Refactored nxt_var_ref_get()Zhidao HONG1-6/+8
2023-06-19Variables refactoring.Zhidao HONG1-97/+69
2023-05-25HTTP: fixed variable caching.Zhidao HONG1-14/+24
2022-11-20Var: separating nxt_tstr_t from nxt_var_t.Zhidao HONG1-125/+23
2022-11-20Var: improved variable parsing with empty names.Zhidao HONG1-43/+32
2022-11-04Removed the unsafe nxt_memchr() wrapper for memchr(3).Alejandro Colomar1-1/+1
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