Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-27 | Removed implicit call of nxt_thread() in nxt_thread_tid(). | Valentin Bartenev | 1 | -4/+0 | |
Explicit is better than implicit © The Zen of Python. The nxt_thread_tid(NULL) call was used only twice in the code and such behaviour was specific to nxt_thread_tid() function. | |||||
2018-07-27 | Refactored thread ID functions. | Igor Sysoev | 1 | -0/+32 | |
nxt_thread_tid() was moved to src/nxt_thread.c nxt_thread_get_tid() was moved to src/nxt_thread_id.h. src/nxt_thread_id.c was removed. | |||||
2018-03-05 | Reduced number of critical log levels. | Valentin Bartenev | 1 | -1/+1 | |
2017-07-10 | Introducing thread-safe nxt_random(). | Igor Sysoev | 1 | -0/+2 | |
2017-05-31 | Skeleton of router configuration and request processing. | Igor Sysoev | 1 | -6/+8 | |
2017-01-31 | Fixes of various issues introduced by refactoring. | Igor Sysoev | 1 | -1/+1 | |
2017-01-27 | Work queues refactoring. | Igor Sysoev | 1 | -7/+13 | |
2017-01-23 | Introducing tasks. | Igor Sysoev | 1 | -2/+3 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+228 | |