Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-03 | Fixed dead assignments. | Max Romanov | 1 | -2/+1 | |
Found by Clang Static Analyzer. | |||||
2020-02-03 | Freeing memory allocated for engine structure in case of error. | Max Romanov | 1 | -1/+1 | |
Found by Coverity (CID 353389). | |||||
2019-11-14 | Introduced chained buffer completion handlers. | Igor Sysoev | 1 | -3/+11 | |
2019-11-14 | Introduced event engine memory buffers. | Igor Sysoev | 1 | -0/+59 | |
2019-11-14 | Event engine memory cache refactored. | Igor Sysoev | 1 | -8/+36 | |
2018-04-04 | Style: capitalized letters in hexadecimal literals. | Valentin Bartenev | 1 | -1/+1 | |
2018-03-05 | Reduced number of critical log levels. | Valentin Bartenev | 1 | -4/+3 | |
2018-01-24 | Fixed formatting in nxt_sprintf() and logging. | Sergey Kandaurov | 1 | -1/+2 | |
2017-10-17 | Storing memory cache slot hint inside nxt_sockaddr_t. | Igor Sysoev | 1 | -5/+4 | |
2017-09-27 | Event engine memory cache for nxt_sockaddr_t. | Igor Sysoev | 1 | -0/+108 | |
Introducing event engine memory cache and using the cache for nxt_sockaddr_t structures. | |||||
2017-09-22 | Removed fibers from compilation. | Valentin Bartenev | 1 | -0/+5 | |
It's not used anyway, but breaks building with musl. This closes issue #5 on GitHub. | |||||
2017-09-15 | Introducing application timeout. | Max Romanov | 1 | -111/+6 | |
2017-08-24 | Removed configure option --no-threads. | Igor Sysoev | 1 | -20/+0 | |
2017-07-18 | Work queue thread assertions. Reset thread after fork. | Max Romanov | 1 | -0/+16 | |
2017-07-18 | Port allocation and destroy changed. Worker process stop introduced. | Max Romanov | 1 | -0/+4 | |
2017-06-23 | Added basic HTTP request processing in router. | Max Romanov | 1 | -0/+112 | |
- 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 | -0/+2 | |
2017-05-31 | Skeleton of router configuration and request processing. | Igor Sysoev | 1 | -3/+1 | |
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -15/+18 | |
The cycle has been renamed to the runtime. | |||||
2017-02-22 | I/O operations refactoring. | Igor Sysoev | 1 | -9/+11 | |
2017-02-07 | Event engines refactoring. | Igor Sysoev | 1 | -38/+33 | |
2017-01-31 | Fixes of various issues introduced by refactoring. | Igor Sysoev | 1 | -8/+22 | |
2017-01-31 | Event engine timers refactoring. | Igor Sysoev | 1 | -10/+1 | |
2017-01-30 | nxt_event_timer has been renamed to nxt_timer. | Igor Sysoev | 1 | -3/+3 | |
2017-01-27 | Work queues refactoring. | Igor Sysoev | 1 | -72/+75 | |
2017-01-23 | Introducing tasks. | Igor Sysoev | 1 | -54/+66 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+526 | |