Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-20 | Added SSL/TLS support on connection level. | Igor Sysoev | 1 | -52/+16 | |
2018-04-20 | Fixed alerts about freeing non-freeable memory on connection close. | Igor Sysoev | 1 | -1/+0 | |
The nxt_conn_t object is allocated by nxt_zget() and should not be freed. | |||||
2018-03-05 | Reduced number of critical log levels. | Valentin Bartenev | 1 | -3/+3 | |
2017-12-28 | HTTP keep-alive connections support. | Igor Sysoev | 1 | -2/+57 | |
2017-12-28 | Changed nxt_mp_retain() and nxt_mp_release() interfaces. | Igor Sysoev | 1 | -1/+5 | |
2017-11-27 | A number of engine connections is decreased on connection close. | Igor Sysoev | 1 | -0/+9 | |
2017-09-15 | Introducing application timeout. | Max Romanov | 1 | -32/+0 | |
2017-06-29 | Using static and constant linger structure. | Igor Sysoev | 1 | -9/+9 | |
2017-06-23 | Added basic HTTP request processing in router. | Max Romanov | 1 | -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-20 | Using new memory pool implementation. | Igor Sysoev | 1 | -2/+2 | |
2017-06-14 | nxt_event_conn_... functions and structures have been renamed | Igor Sysoev | 1 | -0/+152 | |
to nxt_conn_... |