summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_conn.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-20Added SSL/TLS support on connection level.Igor Sysoev1-52/+16
2018-04-20Fixed alerts about freeing non-freeable memory on connection close.Igor Sysoev1-1/+0
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-3/+3
2017-12-28HTTP keep-alive connections support.Igor Sysoev1-2/+57
2017-12-28Changed nxt_mp_retain() and nxt_mp_release() interfaces.Igor Sysoev1-1/+5
2017-11-27A number of engine connections is decreased on connection close.Igor Sysoev1-0/+9
2017-09-15Introducing application timeout.Max Romanov1-32/+0
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
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
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