summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_var.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-20Var: Introduced nxt_var_get()Zhidao HONG1-2/+2
2024-02-20Var: Refactored nxt_http_unknown_var_ref()Zhidao HONG1-1/+1
2023-06-19Variables refactoring.Zhidao HONG1-8/+20
2023-05-25HTTP: fixed variable caching.Zhidao HONG1-0/+1
2022-11-22NJS: added http request prototype.Zhidao HONG1-0/+2
2022-11-20Basic njs support.Zhidao HONG1-7/+0
2022-11-20Var: separating nxt_tstr_t from nxt_var_t.Zhidao HONG1-17/+8
2022-11-04Removed the unsafe nxt_memchr() wrapper for memchr(3).Alejandro Colomar1-1/+1
2022-07-28Log: customizable access log format.Zhidao HONG1-1/+7
2022-07-14Var: dynamic variables support.Zhidao HONG1-7/+21
2022-06-15Var: relocated nxt_var_is_const() and nxt_var_raw().Zhidao HONG1-3/+3
2022-06-02Summary: Var: removing all async stuff.Zhidao HONG1-1/+0
2021-09-28Static: variables in the "chroot" option.Zhidao HONG1-1/+1
2021-09-07Router: refactored variable pass.Zhidao HONG1-0/+3
2020-08-13Basic variables support.Valentin Bartenev1-0/+48