summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_tstr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-22Add flag for newline control in access log entriesZhidao HONG1-3/+8
2024-08-20http: Refactor out nxt_tstr_cond_t from the access log moduleZhidao HONG1-0/+20
2024-08-20var: Remove unused functions and structure fieldsZhidao HONG1-49/+0
2024-08-20var: Restrict nxt_tstr_query() to only support synchronous operationZhidao HONG1-5/+7
2024-06-25tstr, conf: Ensure error strings are nul-terminatedArjun1-1/+1
2024-05-24tstr: Constify the 'str' parameter to nxt_tstr_compile()Andrew Clayton1-1/+1
2023-06-19Variables refactoring.Zhidao HONG1-7/+7
2023-06-30Fixed indentation.Alejandro Colomar1-2/+2
2023-05-08NJS: supported loadable modules.Zhidao HONG1-2/+3
2023-04-20HTTP: added basic URI rewrite.Zhidao HONG1-0/+7
2023-01-30NJS: adding the missing vm destruction.Zhidao HONG1-0/+18
2022-11-20Basic njs support.Zhidao HONG1-17/+111
2022-11-20Var: separating nxt_tstr_t from nxt_var_t.Zhidao HONG1-0/+223