summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_application.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-14nxt_event_conn_... functions and structures have been renamedIgor Sysoev1-24/+24
2017-06-06C99 style declaration of connection states.Igor Sysoev1-19/+7
2017-05-31Skeleton of router configuration and request processing.Igor Sysoev1-4/+4
2017-03-14Fixed unit tests building broken by the previous commit.Igor Sysoev1-1/+1
2017-03-09Processes refactoring.Igor Sysoev1-7/+45
2017-02-22I/O operations refactoring.Igor Sysoev1-19/+18
2017-02-07Event engines refactoring.Igor Sysoev1-6/+24
2017-02-01nxt_str_t changes.Igor Sysoev1-36/+36
2017-01-27Work queues refactoring.Igor Sysoev1-38/+66
2017-01-23Introducing tasks.Igor Sysoev1-49/+70
2017-01-17Initial version.Igor Sysoev1-0/+903