Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-28 | Fixed timer and event race condition. | Igor Sysoev | 1 | -2/+3 | |
When idle timeout occurs at the same time as a request comes in, the timer handler closes connection while the read event triggers request processing, and this eventually leads to segmentation fault. | |||||
2018-09-28 | Fixed bug in socket write error handling. | Igor Sysoev | 1 | -1/+3 | |
The bug has been introduced in e3972a4a9c73. | |||||
2018-09-20 | Added SSL/TLS support on connection level. | Igor Sysoev | 1 | -19/+5 | |
2018-09-18 | Fixed more typos. | Valentin Bartenev | 1 | -1/+1 | |
Thanks to 洪志道 (Hong Zhi Dao). | |||||
2018-07-12 | Fixed socket write error handling. | Igor Sysoev | 1 | -10/+17 | |
2018-01-24 | Fixed formatting in nxt_sprintf() and logging. | Sergey Kandaurov | 1 | -3/+3 | |
2017-06-14 | nxt_event_conn_... functions and structures have been renamed | Igor Sysoev | 1 | -0/+422 | |
to nxt_conn_... |