summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_conf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-25configuration: Constify more pointersAndrew Clayton1-4/+5
2024-04-25configuration: Constify numerous pointersAndrew Clayton1-27/+32
2024-02-05Configuration: Add nxt_conf_get_string_dup()Alejandro Colomar1-0/+3
2022-11-20Var: separating nxt_tstr_t from nxt_var_t.Zhidao HONG1-1/+1
2022-08-29Implemented basic statistics API.Valentin Bartenev1-0/+2
2022-07-14Var: dynamic variables support.Zhidao HONG1-0/+1
2022-06-22Constified numerous function parameters.Andrew Clayton1-3/+3
2022-04-26Added new array APIs that also work with non-arrays.Alejandro Colomar1-0/+4
2022-04-26Added 'const' for read-only function parameter.Alejandro Colomar1-1/+1
2021-10-09Configuration: automatic migration to the new "share" behavior.Zhidao HONG1-0/+2
2020-05-14PHP: implemented "targets" option.Valentin Bartenev1-1/+1
2020-03-30Configuration: support for rational numbers.Valentin Bartenev1-1/+1
2019-10-11Fixed passing false in namespace flags.Tiago Natel1-0/+1
2019-09-19Basic support for serving static files.Valentin Bartenev1-0/+1
2019-04-24Configuration: support for POST operations on arrays.Valentin Bartenev1-2/+11
2019-02-28Introducing Java Servlet Container beta.Max Romanov1-1/+1
2019-02-26Introduced nxt_conf_array_qsort().Igor Sysoev1-0/+2
2019-02-26Introduced nxt_conf_array_elements_count().Igor Sysoev1-0/+1
2018-09-20Controller: certificates storage interface.Valentin Bartenev1-0/+12
2018-09-20Deduplicated string value initializations.Valentin Bartenev1-0/+1
2018-06-07Exported functions for accessing configuration values.Valentin Bartenev1-9/+10
2018-01-29Introducing extended app process management.Max Romanov1-0/+1
2017-10-10Basic validation errors.Valentin Bartenev1-8/+17
2017-08-16Introduced nxt_conf_get_array_element().Valentin Bartenev1-0/+2
2017-08-16Object mapping interface extended with more string types.Valentin Bartenev1-2/+4
2017-08-11Controller: more HTTP headers and detailed JSON parsing errors.Valentin Bartenev1-3/+16
2017-07-18Configuration: reduced memory consumption of long strings.Valentin Bartenev1-2/+2
2017-07-10Configuration: nxt_conf_map_object() improvements.Valentin Bartenev1-1/+1
2017-07-06Controller: sending JSON configuration to router.Valentin Bartenev1-0/+8
2017-07-05Configuration: basic validation of schema.Valentin Bartenev1-0/+13
2017-06-29Added nxt_msec_t element to nxt_conf_map_object().Igor Sysoev1-0/+1
2017-06-28Configuration: reduced names of structures, functions, and macros.Valentin Bartenev1-36/+33
2017-06-28JSON property iterator nxt_conf_json_object_next_member().Igor Sysoev1-0/+2
2017-06-26Interface for mapping JSON configuration objects to C structures.Valentin Bartenev1-2/+25
2017-06-23Configuration printing functions splitted in two parts.Valentin Bartenev1-1/+3
2017-06-23Renames and reordering of parameters in configuration parser functions.Valentin Bartenev1-10/+13
2017-06-20Using new memory pool implementation.Igor Sysoev1-3/+3
2017-05-30Controller: support for partial PUT and DELETE operations.Valentin Bartenev1-1/+10
2017-05-26Style and a trivial fix.Valentin Bartenev1-1/+1
2017-05-23Optimized internal representation of JSON objects and arrays.Valentin Bartenev1-0/+2
2017-05-18Controller: partial retrieving of configuration.Valentin Bartenev1-0/+2
2017-05-16Controller: pretty-printing of JSON responses.Valentin Bartenev1-2/+8
2017-05-15Controller: trivial abilities to save and request configuration.Valentin Bartenev1-1/+1
2017-04-11JSON output in controller.Valentin Bartenev1-0/+2
2017-04-10JSON parsing in controller.Valentin Bartenev1-0/+19