summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_conf_validation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-28Static: variables in the "chroot" option.Zhidao HONG1-13/+26
2021-09-14Fixing build with glibc 2.34.Max Romanov1-3/+4
2021-08-17Added TLS session tickets support.Andrey Suvorov1-0/+73
2021-08-12Router: client IP address replacement.Oisin Canty1-0/+25
2021-07-23Router: split nxt_http_static_conf_t from nxt_http_action_t.Zhidao HONG1-7/+7
2021-07-21Enabling configure TLS sessions.Andrey Suvorov1-0/+59
2021-07-02Ruby: process and thread lifecycle hooks.Oisin Canty1-0/+3
2021-05-26Enabling SSL_CTX configuration by using SSL_CONF_cmd().Andrey Suvorov1-0/+46
2021-05-26Static: handled unknown MIME types when MIME-filtering active.Oisin Canty1-1/+1
2021-05-25Configuration: generalized application "targets" validation.Oisin Canty1-110/+68
2021-05-20Python: support for multiple targets.Oisin Canty1-9/+123
2021-05-06Static: implemented MIME filteringOisin Canty1-0/+4
2021-04-29Static: support for openat2() features.Zhidao HONG1-0/+32
2021-03-24Added ability to configure multiple certificates on a listener.Andrey Suvorov1-1/+28
2021-03-02Fixing NetBSD compatibility.Max Romanov1-2/+2
2020-12-22Python: multiple values in the "path" option.Valentin Bartenev1-1/+34
2020-11-17Router: matching regular expressions support.Axel Duch1-2/+33
2020-11-17HTTP parser: allowed more characters in header field names.Valentin Bartenev1-0/+3