Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-06 | Controller: sending JSON configuration to router. | Valentin Bartenev | 1 | -32/+210 | |
2017-07-06 | Router: read configuration from port. | Max Romanov | 1 | -0/+32 | |
Controller: stub to send configuration from POST body "as is" to router. | |||||
2017-07-05 | Configuration: basic validation of schema. | Valentin Bartenev | 1 | -2/+16 | |
2017-07-05 | Complex target parser copied from NGINX. | Max Romanov | 1 | -8/+1 | |
nxt_app_request_header_t fields renamed: - 'path' renamed to 'target'. - 'path_no_query' renamed to 'path' and contains parsed value. | |||||
2017-06-28 | Controller: fixed reading of request body. | Valentin Bartenev | 1 | -13/+15 | |
2017-06-28 | Configuration: reduced names of structures, functions, and macros. | Valentin Bartenev | 1 | -37/+32 | |
2017-06-28 | Setting listen socket fields lost in changeset 10688b89aa16. | Igor Sysoev | 1 | -0/+2 | |
2017-06-23 | Configuration printing functions splitted in two parts. | Valentin Bartenev | 1 | -3/+2 | |
Requested by Igor. | |||||
2017-06-23 | Renames and reordering of parameters in configuration parser functions. | Valentin Bartenev | 1 | -13/+14 | |
Requested by Igor. | |||||
2017-06-20 | HTTP parser: reduced memory consumption of header fields list. | Valentin Bartenev | 1 | -4/+5 | |
2017-06-20 | Using new memory pool implementation. | Igor Sysoev | 1 | -28/+18 | |
2017-06-14 | nxt_event_conn_... functions and structures have been renamed | Igor Sysoev | 1 | -33/+33 | |
to nxt_conn_... | |||||
2017-06-13 | HTTP parser: decoupled header fields processing. | Valentin Bartenev | 1 | -13/+25 | |
2017-06-06 | C99 style declaration of connection states. | Igor Sysoev | 1 | -38/+21 | |
2017-06-06 | The controller did not work because of changes in the previous | Igor Sysoev | 1 | -1/+1 | |
changeset. | |||||
2017-05-30 | Controller: support for partial PUT and DELETE operations. | Valentin Bartenev | 1 | -51/+152 | |
2017-05-26 | Style and a trivial fix. | Valentin Bartenev | 1 | -1/+1 | |
2017-05-18 | Controller: partial retrieving of configuration. | Valentin Bartenev | 1 | -2/+23 | |
2017-05-16 | Controller: pretty-printing of JSON responses. | Valentin Bartenev | 1 | -13/+46 | |
2017-05-15 | Controller: trivial abilities to save and request configuration. | Valentin Bartenev | 1 | -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-11 | JSON output in controller. | Valentin Bartenev | 1 | -14/+53 | |
2017-04-10 | JSON parsing in controller. | Valentin Bartenev | 1 | -14/+30 | |
2017-03-16 | Some basic HTTP handling in controller. | Valentin Bartenev | 1 | -7/+299 | |
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -0/+254 | |
The cycle has been renamed to the runtime. |