Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-20Revert "timers: refactor to use optional chaining"Matteo Collina
2021-03-28timers: fix arbitrary object clearImmediate errorsNitzan Uziely
2021-01-10timers: refactor to use optional chainingZiJian Liu
2020-09-30lib: use Object static properties from primordialsMichaël Zasso
2020-06-25timers: allow timers to be used as primitivesDenys Otrishko
2020-06-23timers: introduce timers/promisesJames M Snell
2020-06-21timers: fix multipleResolves in promisified timeouts/immediatesDenys Otrishko
2020-06-18timers: allow promisified timeouts/immediates to be canceledJames M Snell
2020-05-31lib: improve debuglog() performanceBrian White
2020-04-14lib: created isValidCallback helperYash Ladha
2019-12-25timers: fix refresh for expired timersAnatoli Papirovski
2019-12-25timers: do less work in insertAnatoli Papirovski
2019-12-16lib: enforce use of Promise from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-24lib: replace var with let/constTembrechts
2019-09-23timers: set _destroyed even if there are no destroy-hooksJeremiah Senkpiel
2019-04-29lib: remove outdated optimizationsWeijia Wang
2019-04-19util: 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-23timers: deprecate active() and _unrefActive()Jeremiah Senkpiel
2019-03-21timers: move big impl comment to /internal/Jeremiah Senkpiel
2019-03-18timers: refactor timer callback initializationJoyee Cheung
2019-03-18timers: reduce usage of public utilJoyee Cheung
2019-03-18timers: 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-29timers: 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-18timers: 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-25src: 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-03timers: 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-29lib: 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