Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-28 | Fixed timer and event race condition. | Igor Sysoev | 1 | -2/+4 | |
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-20 | Added SSL/TLS support on connection level. | Igor Sysoev | 1 | -1/+1 | |
2017-08-24 | Removed configure option --no-threads. | Igor Sysoev | 1 | -4/+0 | |
2017-06-14 | nxt_event_conn_... functions and structures have been renamed | Igor Sysoev | 1 | -8/+8 | |
to nxt_conn_... | |||||
2017-06-06 | C99 style declaration of connection states. | Igor Sysoev | 1 | -2/+2 | |
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -1/+1 | |
The cycle has been renamed to the runtime. | |||||
2017-02-22 | I/O operations refactoring. | Igor Sysoev | 1 | -6/+4 | |
2017-02-07 | Event engines refactoring. | Igor Sysoev | 1 | -2/+2 | |
2017-01-31 | Event engine timers refactoring. | Igor Sysoev | 1 | -8/+1 | |
2017-01-30 | nxt_event_timer has been renamed to nxt_timer. | Igor Sysoev | 1 | -5/+5 | |
2017-01-27 | Work queues refactoring. | Igor Sysoev | 1 | -5/+6 | |
2017-01-23 | Introducing tasks. | Igor Sysoev | 1 | -34/+35 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+268 | |