summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_conf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-01Fixed build with Clang 10, broken by 32578e837322.Valentin Bartenev1-1/+3
2020-03-30Configuration: support for rational numbers.Valentin Bartenev1-158/+99
2020-03-25Configuration: fixed comments parsing.Valentin Bartenev1-1/+5
2020-02-20Configuration: stripping comments from the input JSON.Valentin Bartenev1-6/+66
2019-10-11Fixed passing false in namespace flags.Tiago Natel1-0/+7
2019-09-18Configuration: added ability to modify object members with slashes.Valentin Bartenev1-39/+49
2019-09-16Configuration: added ability to access object members with slashes.Valentin Bartenev1-0/+15
2019-04-24Configuration: support for POST operations on arrays.Valentin Bartenev1-11/+36
2019-04-24Configuration: support for manipulations of array elements.Valentin Bartenev1-29/+141
2019-04-24Refactored nxt_conf_op_compile().Valentin Bartenev1-7/+8
2019-04-24Removed unused field from nxt_conf_op_s.Valentin Bartenev1-2/+1
2019-02-26Introduced nxt_conf_array_qsort().Igor Sysoev1-0/+16
2019-02-26Introduced nxt_conf_array_elements_count().Igor Sysoev1-0/+7
2018-11-15Fixed discovering of modules on 64-bit big-endian systems.Valentin Bartenev1-1/+1
2018-09-20Controller: addressing of array elements in requests.Valentin Bartenev1-1/+20
2018-09-20Controller: certificates storage interface.Valentin Bartenev1-0/+99
2018-09-20Deduplicated string value initializations.Valentin Bartenev1-64/+22
2018-06-25Introduced nxt_length() macro.Valentin Bartenev1-4/+4
2018-04-04Style: capitalized letters in hexadecimal literals.Valentin Bartenev1-7/+7
2018-03-29nxt_lvlhsh_each() refactoring and nxt_lvlhsh_each_init().Igor Sysoev1-2/+1
2018-01-29Introducing extended app process management.Max Romanov1-0/+7
2017-11-21Fixed crash on invalid JSON number.Valentin Bartenev1-0/+4
2017-09-15Introducing application timeout.Max Romanov1-1/+1
2017-09-12Fixed error messages grammar.Nick Shadrin1-49/+48
2017-08-16Introduced nxt_conf_get_array_element().Valentin Bartenev1-0/+19
2017-08-16Object mapping interface extended with more string types.Valentin Bartenev1-6/+41
2017-08-15Fixed building on ppc.Valentin Bartenev1-1/+1
2017-08-11Controller: more HTTP headers and detailed JSON parsing errors.Valentin Bartenev1-37/+320
2017-08-11Fixed parsing of JSON encoded UTF-16 surrogate pairs.Valentin Bartenev1-16/+13
2017-08-08Fixed JSON escape sequence parsing.Valentin Bartenev1-2/+4
2017-08-02Using old-style packed attribute specification for compatibility.Max Romanov1-4/+4
2017-07-25Fixed building on Solaris by Sun C.Max Romanov1-2/+2
2017-07-18Configuration: improved declaration of short strings.Valentin Bartenev1-10/+14
2017-07-18Configuration: reduced memory consumption of long strings.Valentin Bartenev1-24/+33
2017-07-18Configuration: reduced memory consumption.Valentin Bartenev1-4/+4
2017-07-10Configuration: nxt_conf_map_object() improvements.Valentin Bartenev1-14/+9
2017-07-07Controller: relaxed JSON parser.Valentin Bartenev1-80/+72
2017-07-06Controller: sending JSON configuration to router.Valentin Bartenev1-1/+65
2017-07-06Fixed mapping of int32_t in nxt_conf_map_object().Valentin Bartenev1-1/+1
2017-07-05Configuration: basic validation of schema.Valentin Bartenev1-51/+85
2017-06-29Added nxt_msec_t element to nxt_conf_map_object().Igor Sysoev1-9/+15
2017-06-28Configuration: reduced names of structures, functions, and macros.Valentin Bartenev1-0/+1882