summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_conf_validation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
41 hoursAdd a skeleton language module.skel_lmAndrew Clayton1-0/+12
3 dayshttp: Support JSON format in access logZhidao HONG1-1/+50
4 daysotel: configuration items and their validationAva Hahn1-0/+101
2024-08-20http: Add "if" option to the "match" objectZhidao HONG1-0/+4
2024-08-20conf, router: Make the listen(2) backlog configurableAndrew Clayton1-0/+32
2024-08-19router: Make the number of router threads configurableAndrew Clayton1-0/+27
2024-07-02python: Support application factoriesGourav1-0/+11
2024-06-20http: Support chunked request bodiesZhidao HONG1-0/+3
2024-04-25Constify a bunch of static local variablesAndrew Clayton1-15/+15
2024-04-25configuration: Constify numerous pointersAndrew Clayton1-5/+5
2024-04-10HTTP: Added variable validation to the response_headers optionZhidao HONG1-1/+12
2024-02-21Wasm-wc: Wire up the language module to the config systemAndrew Clayton1-0/+17
2024-02-08Configuration: Fix validation of "processes"Alejandro Colomar1-1/+1
2024-02-05Configuration: Don't corrupt abstract socket namesAlejandro Colomar1-6/+11
2024-01-30Configuration: Remove procmap validation codeAndrew Clayton1-71/+2
2024-01-30Configuration: Use the NXT_CONF_VLDT_REQUIRED flag for procmapAndrew Clayton1-0/+3
2024-01-29HTTP: enhanced access log with conditional filtering.Zhidao HONG1-0/+37
2023-12-14HTTP: added TSTR validation flag to the rewrite option.Zhidao HONG1-0/+1
2023-08-17Wasm: Add support for directory access.Andrew Clayton1-0/+16
2023-08-17Wasm: Wire up Wasm language module support to the config system.Andrew Clayton1-0/+39
2023-08-09HTTP: controlling response headers support.Zhidao HONG1-0/+37
2023-05-08NJS: supported loadable modules.Zhidao HONG1-13/+61
2023-04-20HTTP: added basic URI rewrite.Zhidao HONG1-4/+14
2023-04-25Allow to remove the version string in HTTP responses.Andrew Clayton1-0/+3
2023-04-11Add per-application logging.Andrew Clayton1-0/+6
2023-03-21HTTP: added route logging.Alejandro Colomar1-0/+3
2023-01-30NJS: adding the missing vm destruction.Zhidao HONG1-4/+14
2022-12-14Python: Added "prefix" to configuration.OutOfFocus41-0/+37
2022-12-13Configuration: made large_header_buffers a valid setting.Andrew Clayton1-0/+3
2022-12-13Configuration: made large_header_buffer_size a valid setting.Andrew Clayton1-0/+3
2022-12-10Isolation: wired up cgroup support to the config system.Andrew Clayton1-0/+62
2022-11-20Basic njs support.Zhidao HONG1-11/+22
2022-11-20Var: separating nxt_tstr_t from nxt_var_t.Zhidao HONG1-3/+3
2022-11-04Removed the unsafe nxt_memchr() wrapper for memchr(3).Alejandro Colomar1-6/+6
2022-10-14Configuration: stopped automatic migration to the "share" behavior.Zhidao HONG1-21/+0
2022-08-18Storing abstract sockets with @ internally.Alejandro Colomar1-1/+6
2022-07-28Log: customizable access log format.Zhidao HONG1-1/+80
2022-07-26Supporting UNIX sockets in address matching.Alejandro Colomar1-0/+5
2022-07-14Var: dynamic variables support.Zhidao HONG1-1/+6
2022-06-20Router: forwared header replacement.Zhidao HONG1-0/+50
2022-05-30Static: supporting new "index" option.Alejandro Colomar1-0/+3
2022-04-28Supporting variables in "location".Alejandro Colomar1-0/+1
2022-04-27Added NXT_MAYBE_UNUSED for __attribute__((__unused__)).Alejandro Colomar1-1/+2
2022-04-26Fixed indentation.Alejandro Colomar1-3/+3
2021-11-05Router: matching query string support.Zhidao HONG1-0/+5
2021-11-05Configuration: improved matching pattern error messages.Zhidao HONG1-22/+51
2021-10-26Custom implementation of Base64 decoding function.Valentin Bartenev1-7/+3
2021-10-09Configuration: automatic migration to the new "share" behavior.Zhidao HONG1-0/+21
2021-10-01Static: multiple paths in the "share" option.Zhidao HONG1-2/+49
2021-09-30Static: variables in the "share" option.Zhidao HONG1-0/+1