Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-24 | Disabled logging alerts to syslog. | Valentin Bartenev | 1 | -1/+8 | |
It feels to be causing more harm than good, because syslog() can be blocking, which is even more critical under resource exhaustion conditions when some alerts are expected. | |||||
2018-10-01 | Fixed error log time caching resolution. | Valentin Bartenev | 1 | -1/+1 | |
Thanks to 洪志道 (Hong Zhi Dao). | |||||
2018-06-25 | Removed '\r' and '\n' artifact macros. | Igor Sysoev | 1 | -4/+4 | |
2018-06-25 | Introduced nxt_length() macro. | Valentin Bartenev | 1 | -2/+2 | |
2018-03-05 | Reduced number of critical log levels. | Valentin Bartenev | 1 | -1/+1 | |
2017-09-22 | Removed fibers from compilation. | Valentin Bartenev | 1 | -3/+9 | |
It's not used anyway, but breaks building with musl. This closes issue #5 on GitHub. | |||||
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -1/+1 | |
The cycle has been renamed to the runtime. | |||||
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+126 | |