summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_conn.c (follow)
AgeCommit message (Collapse)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
The nxt_conn_t object is allocated by nxt_zget() and should not be freed.
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
- 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-0/+152
to nxt_conn_...