summaryrefslogtreecommitdiff
path: root/lib/timers.js
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-24lib: replace var with let/constTembrechts
2019-09-22timers: set _destroyed even if there are no destroy-hooksJeremiah Senkpiel
2019-04-29lib: remove outdated optimizationsWeijia Wang
2019-04-20util: access process states lazily in debuglogJoyee Cheung
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-27timers: rename validateTimerDuration to getTimerDurationRuben Bridgewater
2019-03-22timers: deprecate active() and _unrefActive()Jeremiah Senkpiel
2019-03-20timers: move big impl comment to /internal/Jeremiah Senkpiel
2019-03-19timers: refactor timer callback initializationJoyee Cheung
2019-03-19timers: reduce usage of public utilJoyee Cheung
2019-03-19timers: refactor to use module.exportsJoyee Cheung
2019-03-13timers: remove dead code and simplify args checkRuben Bridgewater
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-22timers: support name in validateTimerDuration()cjihrig
2019-01-28timers: truncate decimal valuesJeremiah Senkpiel
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-01timers: fix setTimeout expiration logicSuguru Motegi
2018-10-17timers: run nextTicks after each immediate and timerAnatoli Papirovski
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-10-02timers: use custom inspection for linked listsRuben Bridgewater
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-01timers: add hasRef method to Timeout & ImmediateAnatoli Papirovski
2018-05-22timers: use only a single TimerWrap instanceAnatoli Papirovski
2018-05-02timers: named anonymous functionsKyle Martin
2018-04-29timers: reschedule interval even if it threwAnatoli Papirovski
2018-04-17timers: call destroy on interval errorAnatoli Papirovski
2018-04-17timers: fix subsequent enroll calls not workingAnatoli Papirovski
2018-04-16timers: fix clearInterval to work with timers from setTimeoutRémi Berson
2018-03-28lib: fix a typo in lib/timers "read through"wangzengdi
2018-03-05lib: port errors to new systemMichaël Zasso
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-19timers: add helper fn for async initAnatoli Papirovski
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2018-02-11timers: fix enroll deprecation wordingAnatoli Papirovski
2018-02-09timers: refactor timer list processingAnatoli Papirovski
2018-02-08timers: simplify clearTimeout & clearIntervalAnatoli Papirovski
2018-02-08timers: async track unref timersAnatoli Papirovski
2018-02-08timers: be more defensive with intervalsAnatoli Papirovski
2018-02-08timers: remove unused variableAnatoli Papirovski
2018-02-06doc,assert,timers: assign deprecation codesAnna Henningsen
2018-02-04timers: prevent event loop blockingAnatoli Papirovski
2018-02-04timers: use const as appropriateAnatoli Papirovski
2018-02-04timers: re-enter C++ less frequentlyAnatoli Papirovski
2018-02-04timers: refactor error handlingAnatoli Papirovski
2018-02-04tools: non-Ascii linter for /lib onlySarat Addepalli