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