Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-14 | Fixing build with glibc 2.34. | Max Romanov | 1 | -8/+0 | |
Explicitly using the sysconf() call to obtain the minimum thread stack size instead of the PTHREAD_STACK_MIN macro. This closes #576 PR on GitHub. | |||||
2021-03-02 | Fixing NetBSD compatibility. | Max Romanov | 1 | -0/+8 | |
Instead of PTHREAD_STACK_MIN define, NetBSD requires to get minimum stack size using sysctl(_SC_THREAD_STACK_MIN). This change originally proposed by Juraj Lutter <juraj@lutter.sk>. | |||||
2017-09-22 | Removed fibers from compilation. | Valentin Bartenev | 1 | -0/+2 | |
It's not used anyway, but breaks building with musl. This closes issue #5 on GitHub. | |||||
2017-08-24 | Removed configure option --no-threads. | Igor Sysoev | 1 | -24/+0 | |
2017-07-10 | Introducing thread-safe nxt_random(). | Igor Sysoev | 1 | -0/+2 | |
2017-06-19 | Memory pools refactoring. | Igor Sysoev | 1 | -0/+2 | |
2017-05-31 | Skeleton of router configuration and request processing. | Igor Sysoev | 1 | -1/+1 | |
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -0/+1 | |
The cycle has been renamed to the runtime. | |||||
2017-01-27 | Work queues refactoring. | Igor Sysoev | 1 | -2/+1 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+192 | |