summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_log.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12Log: renamed related variables "log" as "_log" to prevent conflicts.Zhidao HONG1-11/+11
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-26/+17
2018-02-09Made nxt_assert() statements to be compiled only with debug.Valentin Bartenev1-13/+11
2017-07-12Memory pool debug enabled with NXT_DEBUG_ALLOC define.Max Romanov1-4/+12
2017-07-12New process port exchange changed. READY message type introduced.Max Romanov1-0/+13
Application process start request DATA message from router to master. Master notifies router via NEW_PORT message after worker process become ready.
2017-07-07Redirecting buffer completion handler to specific engine.Max Romanov1-1/+2
There is a case in router where we use port in router connection thread. Buffers are allocated within connection memory pool which can be used only in this router thread. sendmsg() can be postponed into main router thread and completion handler will compare current engine and post itself to correct engine.
2017-06-19Memory pools refactoring.Igor Sysoev1-0/+4
2017-01-27Work queues refactoring.Igor Sysoev1-1/+1
2017-01-23Introducing tasks.Igor Sysoev1-0/+34
2017-01-17Initial version.Igor Sysoev1-0/+126