summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_timer.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-26Fixed violation of the strict aliasing rules in 5d0edd35c4ce.Valentin Bartenev1-5/+6
2018-10-22Handling of timers with bias.Valentin Bartenev1-15/+22
2018-10-22Timers: separation of delete and insert operations on rbtree.Valentin Bartenev1-10/+20
2018-10-22Re-engineered timers.Valentin Bartenev1-82/+53
2018-03-28Using type for nxt_msec_diff().Igor Sysoev1-4/+5
2018-01-24Fixed formatting in nxt_sprintf() and logging.Sergey Kandaurov1-1/+1
2017-11-27Timer should be marked as it is not in tree after deletion.Igor Sysoev1-0/+1
2017-01-31Event engine timers refactoring.Igor Sysoev1-134/+170
2017-01-30nxt_event_timer has been renamed to nxt_timer.Igor Sysoev1-0/+317