summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_conn.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11Introducing connection state io_read_handler.Igor Sysoev1-1/+3
2017-12-28HTTP keep-alive connections support.Igor Sysoev1-6/+6
2017-11-27A number of engine connections is decreased on connection close.Igor Sysoev1-0/+1
2017-10-18Router: fixed segfault after configuration change.Igor Sysoev1-1/+3
2017-10-17Storing memory cache slot hint inside nxt_sockaddr_t.Igor Sysoev1-1/+0
2017-09-27Event engine memory cache for nxt_sockaddr_t.Igor Sysoev1-0/+1
2017-09-15Introducing application timeout.Max Romanov1-17/+0
2017-08-24Removed configure option --no-threads.Igor Sysoev1-7/+0
2017-07-25Fixed building on Solaris by Sun C.Max Romanov1-1/+0
2017-07-18Request-app link introduced to prevent mp destroy for penging requests.Max Romanov1-3/+0
2017-07-18Port allocation and destroy changed. Worker process stop introduced.Max Romanov1-7/+9
2017-07-12New process port exchange changed. READY message type introduced.Max Romanov1-1/+4
2017-06-26Build on Solaris 11 fixed.Max Romanov1-1/+1
2017-06-23Added basic HTTP request processing in router.Max Romanov1-0/+18
2017-06-20Using new memory pool implementation.Igor Sysoev1-2/+2
2017-06-14nxt_event_conn_... functions and structures have been renamedIgor Sysoev1-85/+76
2017-06-06C99 style declaration of connection states.Igor Sysoev1-11/+2
2017-05-31Skeleton of router configuration and request processing.Igor Sysoev1-26/+32
2017-03-09Processes refactoring.Igor Sysoev1-6/+6
2017-02-22I/O operations refactoring.Igor Sysoev1-37/+32
2017-02-07Event engines refactoring.Igor Sysoev1-4/+8
2017-01-31Event engine timers refactoring.Igor Sysoev1-1/+0
2017-01-30nxt_event_timer has been renamed to nxt_timer.Igor Sysoev1-9/+8
2017-01-27Work queues refactoring.Igor Sysoev1-8/+7
2017-01-23Introducing tasks.Igor Sysoev1-62/+46