summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_conn.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2017-06-29Using static and constant linger structure.Igor Sysoev1-9/+9
2017-06-23Added basic HTTP request processing in router.Max Romanov1-0/+34
- request to connection mapping in engine; - requests queue in connection; - engine port creation; - connected ports hash for each process; - engine port data messages processing (app responses);
2017-06-20Using new memory pool implementation.Igor Sysoev1-2/+2
2017-06-14nxt_event_conn_... functions and structures have been renamedIgor Sysoev1-28/+28
to nxt_conn_...
2017-05-31Skeleton of router configuration and request processing.Igor Sysoev1-128/+0
2017-02-22I/O operations refactoring.Igor Sysoev1-6/+6
2017-02-07Event engines refactoring.Igor Sysoev1-52/+92
2017-01-30nxt_event_timer has been renamed to nxt_timer.Igor Sysoev1-4/+4
2017-01-27Work queues refactoring.Igor Sysoev1-12/+7
2017-01-23Introducing tasks.Igor Sysoev1-32/+43