summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_router.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-07-12New process port exchange changed. READY message type introduced.Max Romanov1-2/+11
Application process start request DATA message from router to master. Master notifies router via NEW_PORT message after worker process become ready.
2017-07-11Sending a result of configuration applying back to the controller.Igor Sysoev1-4/+4
2017-07-07Router: processing application configuration.Igor Sysoev1-0/+24
2017-07-06Router: read configuration from port.Max Romanov1-0/+2
Controller: stub to send configuration from POST body "as is" to router.
2017-07-05Router: processing JSON configuration.Igor Sysoev1-7/+20
2017-06-20Using new memory pool implementation.Igor Sysoev1-2/+2
2017-05-31Skeleton of router configuration and request processing.Igor Sysoev1-0/+78