summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_router_access_log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
3 dayshttp: Support JSON format in access logZhidao HONG1-15/+179
3 dayshttp: Introduce nxt_router_access_log_format_t structureZhidao HONG1-18/+48
3 dayshttp: Refactor format field in nxt_router_access_log_conf_tZhidao HONG1-12/+15
2024-10-22Fix missing newlines in access logs for JS configurationZhidao HONG1-13/+2
2024-08-20http: Refactor out nxt_tstr_cond_t from the access log moduleZhidao HONG1-9/+2
2024-08-20http: Refactor access log writeZhidao HONG1-25/+11
2024-04-25Constify a bunch of static local variablesAndrew Clayton1-1/+1
2024-01-29HTTP: enhanced access log with conditional filtering.Zhidao HONG1-0/+25
2022-11-20Basic njs support.Zhidao HONG1-1/+1
2022-11-20Var: separating nxt_tstr_t from nxt_var_t.Zhidao HONG1-12/+15
2022-07-28Log: customizable access log format.Zhidao HONG1-117/+113
2022-07-14Log: split access log from nxt_router.c.Zhidao HONG1-0/+446