summaryrefslogtreecommitdiff
path: root/lib/timers.js
AgeCommit message (Expand)Author
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
2016-03-18timers: improve setImmediate() performanceBrian White
2016-02-26timers: greatly improve code commentsJeremiah Senkpiel
2016-02-26timers: refactor timersJeremiah Senkpiel
2016-02-04tools: lint for spacing around unary operatorsRich Trott
2016-01-04timers: fail early when callback is not a functionAnna Henningsen
2015-12-02timers: optimize callback call: bind -> arrowAndrei Sedoi
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-10-20timers: reuse timer in `setTimeout().unref()`Fedor Indutny
2015-10-12lib: fix undefined timeout regressionRyan Graham
2015-10-08lib,test: deprecate _linklistRich Trott
2015-10-06lib: remove redundant code, add tests in timers.jsRich Trott
2015-09-16timer: ref/unref return selfSam Roberts
2015-09-02timers: minor _unrefActive fixes and improvementsJeremiah Senkpiel
2015-09-02timers: don't mutate unref list while iterating itJulien Gilli
2015-09-02timers: Avoid linear scan in _unrefActive.Julien Gilli
2015-05-25lib: simplify nextTick() usageBrian White
2015-04-04timers: remove redundant codeFedor Indutny
2015-04-04timers: do not restart the interval after closeFedor Indutny
2015-04-04timers: don't close interval timers when unrefdJulien Gilli
2015-04-04timers: fix unref() memory leakTrevor Norris
2015-03-26timers: cleanup interval handlingJeremiah Senkpiel
2015-03-26timers: assure setTimeout callback only runs onceRoman Reiss
2015-03-20lib: don't penalize setInterval() common caseBen Noordhuis
2015-03-20lib: don't penalize setTimeout() common caseBen Noordhuis