Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-03 | Prevent a possible NULL de-reference in nxt_job_create(). | Andrew Clayton | 1 | -4/+6 | |
We allocate 'job' we then have a check if it's not NULL and do stuff with it, but then we accessed it outside this check. Simply return if job is NULL. Reviewed-by: Alejandro Colomar <alx@nginx.com> Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
2017-08-24 | Removed configure option --no-threads. | Igor Sysoev | 1 | -18/+0 | |
2017-06-20 | Using new memory pool implementation. | Igor Sysoev | 1 | -8/+11 | |
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -1/+1 | |
The cycle has been renamed to the runtime. | |||||
2017-01-27 | Work queues refactoring. | Igor Sysoev | 1 | -16/+17 | |
2017-01-23 | Introducing tasks. | Igor Sysoev | 1 | -20/+29 | |