summaryrefslogtreecommitdiff
path: root/lib/timers.js
AgeCommit message (Expand)Author
2018-01-29timers: attach listOnTimeout function to TimerWrapMatteo Collina
2018-01-26timers: add internal [@@ refresh()] functionJeremiah Senkpiel
2018-01-18timers: allow Immediates to be unrefedAnatoli Papirovski
2018-01-12timers: setInterval interval includes cb durationzhangzifa
2018-01-02timers: refactor setImmediate error handlingAnatoli Papirovski
2017-12-30timers: remove domain enter and exitAnatoli Papirovski
2017-12-26timers: make setImmediate() immune to tamperingBen Noordhuis
2017-12-20timers: extract enroll() validation into a fnJeremiah Senkpiel
2017-12-20net: use actual Timeout instance on SocketsJeremiah Senkpiel
2017-12-19async_hooks: rename initTriggerIdAndreas Madsen
2017-12-07timers: improvements to TimersList managementAnatoli Papirovski
2017-11-28timers: clean up for readabilityAnatoli Papirovski
2017-11-20async_hooks: deprecate undocumented APIAndreas Madsen
2017-11-18timers: cross JS/C++ border less frequentlyAnna Henningsen
2017-10-23timers: cleanup extraneous property on ImmediatesJeremiah Senkpiel
2017-10-18timers: fix eventloop blockzhangzifa
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-09-29timers: warn on overflowed timeout durationJeremiah Senkpiel
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-09-20timers: do not expose .unref()._handle._listJeremiah Senkpiel
2017-09-20domain: remove `.dispose()`Anna Henningsen
2017-09-19timers: clarify lib/timer.js commentDaniel Bevenius
2017-09-09timers: fix outdated commentTim Costa
2017-08-27timers: Migrate to use internal/errorsWeijia Wang
2017-07-07lib: remove excess indentationRich Trott
2017-07-06async_hooks: use common emitBefore and emitAfterAndreas Madsen
2017-06-19lib: fix typosRuben Bridgewater
2017-06-14async_hooks: rename currentId and triggerIdAndreas Madsen
2017-05-12timers: do not use user object call/applyRich Trott
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-05-09timers: add promisify supportAnna Henningsen
2017-03-22timers: fix not to close reused timer handleShigeki Ohtsu
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-14timer,domain: maintain order of timer callbacksJohn Barboza
2017-02-13timer: remove duplicated word in commentasafdav2
2016-12-14timers: fix handling of cleared immediateshveldstra
2016-12-10lib,test: use consistent operator linebreak styleMichaël Zasso
2016-11-22timers: use consistent checks for canceled timersJeremiah Senkpiel
2016-10-14timers: fix regression with clearImmediate()Brian White
2016-10-05timers: improve setImmediate() performanceBrian White
2016-10-01timers: improve setTimeout/Interval performanceBrian White
2016-09-15timers: remove unreachable codeyorkie
2016-08-09timers: remove unused repeat param in timer_wrapJan Schär
2016-07-29timers: fix cleanup of nested same-timeout timersErin Spiceland
2016-07-15timers: fix processing of nested timersJeremy Whitlock
2016-06-29timers: optimize `setImmediate()`Andras
2016-06-29timers: optimize linkedlistAndras
2016-03-28timers: fixing API refs to use safe internal refsKyle Simpson
2016-03-21timers: fix lint from 4fe02e2Jeremiah Senkpiel
2016-03-21timers: give Timeouts a constructor nameJeremiah Senkpiel