summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_conf_validation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-31Added Perl support.Alexander Borisov1-0/+11
2018-01-29Introducing extended app process management.Max Romanov1-4/+139
2018-01-18Ability to validate configuration options with multiple types.Valentin Bartenev1-45/+102
2018-01-18Reduced duplication of validated app config options.Max Romanov1-65/+17
2018-01-18Introducing pretty NXT_CONF_VLDT_END macro.Max Romanov1-6/+9
2017-12-28Removed duplicate declaration.Igor Sysoev1-1/+1
2017-12-27Rescheduling of pending request after configured timeout.Max Romanov1-0/+5
2017-11-29Introducing python virtualenv configuration.Max Romanov1-0/+7
2017-10-10Basic validation errors.Valentin Bartenev1-58/+174
2017-10-10Optimized application type handling.Valentin Bartenev1-7/+1
2017-09-15Introducing application timeout.Max Romanov1-0/+30
2017-09-06Spreading user validation for php and go apps.Max Romanov1-8/+8
2017-09-06Fixed building by Sun C on Solaris.Igor Sysoev1-1/+2
2017-09-06Controller: validating user and group names.Igor Sysoev1-4/+67
2017-09-05Introducing working_directory directive for applications.Max Romanov1-0/+15
2017-08-17The new module configuration interface.Igor Sysoev1-9/+19
2017-07-25Fixed building on Solaris by Sun C.Max Romanov1-5/+3
2017-07-10Configuration: improved validation.Valentin Bartenev1-25/+59
2017-07-07Configuration: basic schema validation for applications.Valentin Bartenev1-14/+122
2017-07-06Controller: sending JSON configuration to router.Valentin Bartenev1-0/+5
2017-07-05Configuration: basic validation of schema.Valentin Bartenev1-0/+173