summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_controller.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-06-13HTTP parser: decoupled header fields processing.Valentin Bartenev1-13/+25
2017-06-06C99 style declaration of connection states.Igor Sysoev1-38/+21
2017-06-06The controller did not work because of changes in the previousIgor Sysoev1-1/+1
changeset.
2017-05-30Controller: support for partial PUT and DELETE operations.Valentin Bartenev1-51/+152
2017-05-26Style and a trivial fix.Valentin Bartenev1-1/+1
2017-05-18Controller: partial retrieving of configuration.Valentin Bartenev1-2/+23
2017-05-16Controller: pretty-printing of JSON responses.Valentin Bartenev1-13/+46
2017-05-15Controller: trivial abilities to save and request configuration.Valentin Bartenev1-43/+105
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-11JSON output in controller.Valentin Bartenev1-14/+53
2017-04-10JSON parsing in controller.Valentin Bartenev1-14/+30
2017-03-16Some basic HTTP handling in controller.Valentin Bartenev1-7/+299
2017-03-09Processes refactoring.Igor Sysoev1-0/+254
The cycle has been renamed to the runtime.