index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
nxt_conf_json.c
(
follow
)
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-06-28
Configuration: reduced names of structures, functions, and macros.
Valentin Bartenev
1
-1888
/
+0
2017-06-28
JSON property iterator nxt_conf_json_object_next_member().
Igor Sysoev
1
-0
/
+28
2017-06-26
Interface for mapping JSON configuration objects to C structures.
Valentin Bartenev
1
-1
/
+119
2017-06-26
Simplified nxt_conf_json_object_get_member().
Valentin Bartenev
1
-7
/
+1
2017-06-26
Build on Solaris 11 fixed.
Max Romanov
1
-1
/
+1
2017-06-23
Configuration printing functions splitted in two parts.
Valentin Bartenev
1
-158
/
+208
Requested by Igor.
2017-06-23
Renames and reordering of parameters in configuration parser functions.
Valentin Bartenev
1
-238
/
+251
Requested by Igor.
2017-06-23
Configuration: fixed parsing of JSON literals.
Valentin Bartenev
1
-3
/
+3
2017-06-21
Removed surplus type casting from nxt_memcmp() calls.
Valentin Bartenev
1
-9
/
+3
2017-06-21
Fixed building by GCC 4.8 and older.
Valentin Bartenev
1
-0
/
+6
2017-06-20
Using new memory pool implementation.
Igor Sysoev
1
-43
/
+57
2017-05-30
Controller: support for partial PUT and DELETE operations.
Valentin Bartenev
1
-19
/
+377
2017-05-26
Style and a trivial fix.
Valentin Bartenev
1
-2
/
+2
2017-05-23
Optimized internal representation of JSON objects and arrays.
Valentin Bartenev
1
-178
/
+264
2017-05-18
Controller: partial retrieving of configuration.
Valentin Bartenev
1
-4
/
+36
2017-05-16
Controller: pretty-printing of JSON responses.
Valentin Bartenev
1
-35
/
+130
2017-05-15
Controller: trivial abilities to save and request configuration.
Valentin Bartenev
1
-4
/
+3
Now you can get current configuration with: $ curl 127.0.0.1:8443 and put new configuration with: $ curl -X PUT -d @conf.json 127.0.0.1:8443
2017-04-11
Fixed building on MacOSX.
Igor Sysoev
1
-9
/
+5
2017-04-11
JSON output in controller.
Valentin Bartenev
1
-0
/
+329
2017-04-11
JSON parser: fixed missing initialization of short string length.
Valentin Bartenev
1
-0
/
+2
2017-04-10
Style and micro-optimizations in JSON parsing.
Valentin Bartenev
1
-12
/
+14
2017-04-10
JSON parsing in controller.
Valentin Bartenev
1
-0
/
+772