History log of /unit/src/nxt_conf.c (Results 26 – 49 of 49)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 1.2, 1.1, 1.0
# 611:323e11065f83 04-Apr-2018 Valentin Bartenev

Style: capitalized letters in hexadecimal literals.


# 598:70677ad404c1 29-Mar-2018 Igor Sysoev

nxt_lvlhsh_each() refactoring and nxt_lvlhsh_each_init().


Revision tags: 0.7, 0.6, 0.5
# 507:fa714d76592b 29-Jan-2018 Max Romanov

Introducing extended app process management.

- Pre-fork 'processes.spare' application processes;
- fork more processes to keep 'processes.spare' idle processes;
- fork on-demand up to 'processes.max

Introducing extended app process management.

- Pre-fork 'processes.spare' application processes;
- fork more processes to keep 'processes.spare' idle processes;
- fork on-demand up to 'processes.max' count;
- scale down idle application processes above 'processes.spare' after
'processes.idle_timeout';
- number of concurrently started application processes also limited by
'processes.spare' (or 1, if spare is 0).

show more ...


Revision tags: 0.4, 0.3
# 383:2c566653d774 21-Nov-2017 Valentin Bartenev

Fixed crash on invalid JSON number.


Revision tags: 0.2
# 318:c2442f5e054d 15-Sep-2017 Max Romanov

Introducing application timeout.


# 311:8557fd728b1c 12-Sep-2017 Nick Shadrin

Fixed error messages grammar.


Revision tags: 0.1
# 214:3dda93d5b3cf 16-Aug-2017 Valentin Bartenev

Introduced nxt_conf_get_array_element().


# 213:df7c06c7f26d 16-Aug-2017 Valentin Bartenev

Object mapping interface extended with more string types.


# 210:4e7478bfaa63 15-Aug-2017 Valentin Bartenev

Fixed building on ppc.


# 208:7d1017bd0f6c 11-Aug-2017 Valentin Bartenev

Controller: more HTTP headers and detailed JSON parsing errors.


# 207:1145c84e08ac 11-Aug-2017 Valentin Bartenev

Fixed parsing of JSON encoded UTF-16 surrogate pairs.


# 202:25b117dadaf6 08-Aug-2017 Valentin Bartenev

Fixed JSON escape sequence parsing.


# 187:efc45d0bd807 02-Aug-2017 Max Romanov

Using old-style packed attribute specification for compatibility.


# 180:3453139f9728 25-Jul-2017 Max Romanov

Fixed building on Solaris by Sun C.


# 173:5ff437e4281d 18-Jul-2017 Valentin Bartenev

Configuration: improved declaration of short strings.


# 172:72c5b69c7145 18-Jul-2017 Valentin Bartenev

Configuration: reduced memory consumption of long strings.


# 171:411d39a312d3 18-Jul-2017 Valentin Bartenev

Configuration: reduced memory consumption.


# 136:98eee55fda19 10-Jul-2017 Valentin Bartenev

Configuration: nxt_conf_map_object() improvements.


# 130:7f4ba20592b0 07-Jul-2017 Valentin Bartenev

Controller: relaxed JSON parser.

Now it allows commas after the last elements in objects and arrays,
as it's a common Igor's mistake.


# 121:18f69a84a231 06-Jul-2017 Valentin Bartenev

Controller: sending JSON configuration to router.


# 120:64d27eca889d 06-Jul-2017 Valentin Bartenev

Fixed mapping of int32_t in nxt_conf_map_object().


# 116:b36238461b48 05-Jul-2017 Valentin Bartenev

Configuration: basic validation of schema.


# 111:cfdcff16aa43 29-Jun-2017 Igor Sysoev

Added nxt_msec_t element to nxt_conf_map_object().


# 106:a30dda81de1d 28-Jun-2017 Valentin Bartenev

Configuration: reduced names of structures, functions, and macros.


12