Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-22 | Improved epoll failures handling. | Igor Sysoev | 1 | -0/+2 | |
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). | |||||
2017-10-17 | Storing memory cache slot hint inside nxt_sockaddr_t. | Igor Sysoev | 1 | -2/+2 | |
2017-09-27 | Event engine memory cache for nxt_sockaddr_t. | Igor Sysoev | 1 | -0/+6 | |
Introducing event engine memory cache and using the cache for nxt_sockaddr_t structures. | |||||
2017-09-15 | Introducing application timeout. | Max Romanov | 1 | -10/+0 | |
2017-07-18 | Work queue thread assertions. Reset thread after fork. | Max Romanov | 1 | -0/+10 | |
2017-07-05 | Router: processing JSON configuration. | Igor Sysoev | 1 | -0/+2 | |
2017-06-23 | Added basic HTTP request processing in router. | Max Romanov | 1 | -0/+10 | |
- 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-19 | Memory pools refactoring. | Igor Sysoev | 1 | -1/+1 | |
2017-06-14 | nxt_event_conn_... functions and structures have been renamed | Igor Sysoev | 1 | -3/+3 | |
to nxt_conn_... | |||||
2017-05-31 | Skeleton of router configuration and request processing. | Igor Sysoev | 1 | -0/+10 | |
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -4/+4 | |
The cycle has been renamed to the runtime. | |||||
2017-02-22 | I/O operations refactoring. | Igor Sysoev | 1 | -1/+1 | |
2017-02-07 | Event engines refactoring. | Igor Sysoev | 1 | -16/+439 | |
2017-01-30 | nxt_event_timer has been renamed to nxt_timer. | Igor Sysoev | 1 | -1/+1 | |
2017-01-27 | Work queues refactoring. | Igor Sysoev | 1 | -13/+6 | |
2017-01-23 | Introducing tasks. | Igor Sysoev | 1 | -2/+5 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+94 | |