Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-23 | Backout of ba94959b1dec and improving epoll error handling. | Igor Sysoev | 1 | -4/+28 | |
2018-10-22 | Improved epoll failures handling. | Igor Sysoev | 1 | -12/+11 | |
epoll changes are committed to the kernel before epoll_wait() or on changes array overflow. In the latter case if there are errors epoll_wait() timeout was not set to zero. This commit is related to #173 issue on GitHub. Thanks to 洪志道 (Hong Zhi Dao). | |||||
2018-10-22 | Removed duplicate code in epoll. | Igor Sysoev | 1 | -9/+0 | |
This commit is related to #173 issue on GitHub. Thanks to 洪志道 (Hong Zhi Dao). | |||||
2018-09-20 | Added SSL/TLS support on connection level. | Igor Sysoev | 1 | -13/+11 | |
2018-09-17 | Fixed typo. | Igor Sysoev | 1 | -1/+1 | |
This closes #166 issue on GitHub. Thanks to 洪志道 (Hong Zhi Dao). | |||||
2018-04-04 | Style: capitalized letters in hexadecimal literals. | Valentin Bartenev | 1 | -2/+2 | |
2018-03-05 | Reduced number of critical log levels. | Valentin Bartenev | 1 | -27/+21 | |
2018-02-12 | signalfd() notification should be ignored if nothing was read. | Igor Sysoev | 1 | -0/+1 | |
2017-10-04 | Added Linux 4.5 EPOLLEXCLUSIVE support. | Igor Sysoev | 1 | -2/+10 | |
2017-09-14 | Fixed textual socket name lengths and Unix domain sockaddr length. | Igor Sysoev | 1 | -12/+8 | |
2017-09-08 | Fixed a memory leak. | Andrei Vagin | 1 | -0/+1 | |
This closes #2 RP on GitHub. From f13cca01b7aa489dcb6909513f2b781b36ac7fea | |||||
2017-06-14 | nxt_event_conn_... functions and structures have been renamed | Igor Sysoev | 1 | -50/+47 | |
to nxt_conn_... | |||||
2017-06-09 | Fixed building with epoll (broken in 92b4984ca3c1). | Valentin Bartenev | 1 | -1/+1 | |
2017-05-31 | Skeleton of router configuration and request processing. | Igor Sysoev | 1 | -1/+1 | |
2017-02-22 | I/O operations refactoring. | Igor Sysoev | 1 | -9/+9 | |
2017-02-07 | Event engines refactoring. | Igor Sysoev | 1 | -0/+1158 | |