summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_conf.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-303/+297
2017-06-28JSON property iterator nxt_conf_json_object_next_member().Igor Sysoev1-0/+28
2017-06-26Interface for mapping JSON configuration objects to C structures.Valentin Bartenev1-1/+119
2017-06-26Simplified nxt_conf_json_object_get_member().Valentin Bartenev1-7/+1
2017-06-26Build on Solaris 11 fixed.Max Romanov1-1/+1
2017-06-23Configuration printing functions splitted in two parts.Valentin Bartenev1-158/+208
2017-06-23Renames and reordering of parameters in configuration parser functions.Valentin Bartenev1-238/+251
2017-06-23Configuration: fixed parsing of JSON literals.Valentin Bartenev1-3/+3
2017-06-21Removed surplus type casting from nxt_memcmp() calls.Valentin Bartenev1-9/+3
2017-06-21Fixed building by GCC 4.8 and older.Valentin Bartenev1-0/+6
2017-06-20Using new memory pool implementation.Igor Sysoev1-43/+57
2017-05-30Controller: support for partial PUT and DELETE operations.Valentin Bartenev1-19/+377
2017-05-26Style and a trivial fix.Valentin Bartenev1-2/+2
2017-05-23Optimized internal representation of JSON objects and arrays.Valentin Bartenev1-178/+264
2017-05-18Controller: partial retrieving of configuration.Valentin Bartenev1-4/+36
2017-05-16Controller: pretty-printing of JSON responses.Valentin Bartenev1-35/+130
2017-05-15Controller: trivial abilities to save and request configuration.Valentin Bartenev1-4/+3
2017-04-11Fixed building on MacOSX.Igor Sysoev1-9/+5
2017-04-11JSON output in controller.Valentin Bartenev1-0/+329
2017-04-11JSON parser: fixed missing initialization of short string length.Valentin Bartenev1-0/+2
2017-04-10Style and micro-optimizations in JSON parsing.Valentin Bartenev1-12/+14
2017-04-10JSON parsing in controller.Valentin Bartenev1-0/+772