summaryrefslogtreecommitdiff
path: root/lib/internal/timers.js
Commit message (Expand)AuthorAgeFilesLines
* timers: set _destroyed even if there are no destroy-hooksJeremiah Senkpiel2019-09-221-1/+1
* doc, lib, src, test, tools: fix assorted typosXhmikosR2019-08-121-1/+1
* lib: remove Reflect.apply where appropriateAnatoli Papirovski2019-04-301-3/+3
* util: access process states lazily in debuglogJoyee Cheung2019-04-201-7/+1
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-1/+1
* errors: add more information in case of invalid callbacksRuben Bridgewater2019-04-041-1/+1
* lib: force using primordials for JSON, Math and ReflectMichaël Zasso2019-04-031-0/+2
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-1/+1
* timers: rename validateTimerDuration to getTimerDurationRuben Bridgewater2019-03-271-2/+2
* timers: move big impl comment to /internal/Jeremiah Senkpiel2019-03-201-0/+72
* timers: fix refresh inside callbackAnatoli Papirovski2019-03-201-1/+1
* timers: refactor timer callback initializationJoyee Cheung2019-03-191-23/+421
* timers: remove dead code and simplify args checkRuben Bridgewater2019-03-131-23/+2
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-1/+1
* timers: support name in validateTimerDuration()cjihrig2019-02-221-3/+3
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-1/+1
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* lib: remove useless getLibuvNow in internal/timersZYSzys2018-11-031-2/+1
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* timers: use custom inspection for linked listsRuben Bridgewater2018-10-021-0/+13
* lib: extract validateNumber validatorJon Moss2018-08-141-5/+2
* src: refactor timers to remove TimerWrapAnatoli Papirovski2018-06-241-1/+3
* timers: use only a single TimerWrap instanceAnatoli Papirovski2018-05-221-14/+8
* timers: make timer.refresh() a public APIJeremiah Senkpiel2018-05-101-3/+3
* lib: port remaining errors to new systemMichaël Zasso2018-03-071-6/+8
* timers: add helper fn for async initAnatoli Papirovski2018-02-191-8/+10
* async_hooks: clean up usage in internal codeAnatoli Papirovski2018-02-161-8/+4
* timers: use start instead of stop + startAnatoli Papirovski2018-02-041-1/+0
* timers: add internal [@@ refresh()] functiontimers-internal-refreshJeremiah Senkpiel2018-01-261-2/+21
* timers: reposition getTimers definition internallyJeremiah Senkpiel2018-01-261-7/+8
* lib: combine similar error codesWeijia Wang2017-12-241-1/+1
* timers: extract enroll() validation into a fnJeremiah Senkpiel2017-12-201-0/+24
* net: use actual Timeout instance on SocketsJeremiah Senkpiel2017-12-201-0/+107