summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_conf_validation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-13Basic variables support.Valentin Bartenev1-0/+21
2020-07-28Configuration: fixed buffer over-read in pattern validation.Axel Duch1-2/+3
2020-07-24Configuration: added checking for presence of mandatory fields.Valentin Bartenev1-3/+131
2020-07-24Added missing ending indicator in object members validation lists.Valentin Bartenev1-1/+5
2020-07-24Configuration: removing redundant check.Axel Duch1-3/+3
2020-07-04Router: route patterns multi wildcards support.Axel Duch1-39/+5
2020-05-28Added "rootfs" feature.Tiago Natel de Moura1-0/+18
2020-05-14Router: decode uri and args.Axel Duch1-2/+115
2020-05-14PHP: implemented "targets" option.Valentin Bartenev1-23/+179
2020-05-14Configuration: URI encoding in the "pass" option.Valentin Bartenev1-33/+27
2020-03-30Rational number support in upstream server weight.Igor Sysoev1-7/+7
2020-03-30Configuration: support for rational numbers.Valentin Bartenev1-7/+7
2020-03-21Implemented "location" option for "return" action.Valentin Bartenev1-0/+5
2020-03-27Implemented "return" action.Valentin Bartenev1-4/+34
2020-03-12Using disk file to store large request body.Max Romanov1-0/+10
2020-03-06Round robin upstream added.Igor Sysoev1-0/+130
2020-03-03Added a "fallback" option to be used with the "share" action.Valentin Bartenev1-0/+5
2020-03-03Improved validation of the "action" object.Valentin Bartenev1-16/+41
2019-12-24Router: introducing routing on listener address.Axel Duch1-0/+5
2019-12-24Router: introducing routing on client address.Axel Duch1-0/+68
2019-12-24Adding "limits/shm" configuration validation and parsing.Max Romanov1-0/+5
2019-11-14Initial proxy support.Igor Sysoev1-4/+37
2019-10-10Style fixes.Igor Sysoev1-10/+9
2019-10-09Configuration: added check for mandatory options of "action".Valentin Bartenev1-2/+33
2019-09-19Basic support for serving static files.Valentin Bartenev1-0/+129
2019-09-19Initial applications isolation support using Linux namespaces.Tiago de Bem Natel de Moura1-67/+236
2019-08-20Introducing websocket support in router and libunit.Max Romanov1-0/+25
2019-07-24Added routing based on request scheme.Axel Duch1-0/+29
2019-05-30Added routing based on header fields.Igor Sysoev1-2/+66
2019-04-12Controller: rejecting double wildcards.Valentin Bartenev1-1/+6
2019-04-10Added support for wildcards in the middle of match patterns.Igor Sysoev1-3/+24
2019-03-22Style fixing.Max Romanov1-0/+1
2019-02-28Introducing Java Servlet Container beta.Max Romanov1-0/+71
2019-02-27Controller: added "routes" configuration.Valentin Bartenev1-0/+186
2019-02-27Controller: added "pass" configuration option.Valentin Bartenev1-0/+62
2018-10-09Renamed "go" application type to "external".Valentin Bartenev1-16/+16
2018-09-20Controller: certificates storage interface.Valentin Bartenev1-0/+52
2018-07-09Controller: added "settings" configuration object.Valentin Bartenev1-0/+45
2018-07-02Fixed error message about "spare" value.Valentin Bartenev1-1/+1
2018-06-25Introduced nxt_length() macro.Valentin Bartenev1-1/+1
2018-06-20Using own popcount where the compiler builtin is not available.Sergey Kandaurov1-1/+1
2018-06-07PHP: added setting of individual configuration options.Valentin Bartenev1-0/+30
2018-06-07PHP: added setting of php.ini configuration file path.Valentin Bartenev1-0/+15
2018-06-06Go: specifying command line arguments to the executable.Valentin Bartenev1-1/+59
2018-05-28Configuration of environment variables for application processes.Valentin Bartenev1-0/+44
2018-04-11Initial access log support.Valentin Bartenev1-0/+5
2018-03-21Added Ruby support.Alexander Borisov1-0/+11
2018-02-09Changed the default number of spare processes to 0.Valentin Bartenev1-1/+1
2018-02-07Style fixes.Andrey Zelenkov1-5/+3
2018-02-06Fixed configuration checks for "max" property.Andrey Zelenkov1-16/+11