| Commit message (Expand) | Author | Age | Files | Lines |
* | timers: set _destroyed even if there are no destroy-hooks | Jeremiah Senkpiel | 2019-09-22 | 1 | -1/+1 |
* | doc, lib, src, test, tools: fix assorted typos | XhmikosR | 2019-08-12 | 1 | -1/+1 |
* | lib: remove Reflect.apply where appropriate | Anatoli Papirovski | 2019-04-30 | 1 | -3/+3 |
* | util: access process states lazily in debuglog | Joyee Cheung | 2019-04-20 | 1 | -7/+1 |
* | lib: enforce the use of Object from primordials | Michaël Zasso | 2019-04-12 | 1 | -1/+1 |
* | errors: add more information in case of invalid callbacks | Ruben Bridgewater | 2019-04-04 | 1 | -1/+1 |
* | lib: force using primordials for JSON, Math and Reflect | Michaël Zasso | 2019-04-03 | 1 | -0/+2 |
* | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -1/+1 |
* | timers: rename validateTimerDuration to getTimerDuration | Ruben Bridgewater | 2019-03-27 | 1 | -2/+2 |
* | timers: move big impl comment to /internal/ | Jeremiah Senkpiel | 2019-03-20 | 1 | -0/+72 |
* | timers: fix refresh inside callback | Anatoli Papirovski | 2019-03-20 | 1 | -1/+1 |
* | timers: refactor timer callback initialization | Joyee Cheung | 2019-03-19 | 1 | -23/+421 |
* | timers: remove dead code and simplify args check | Ruben Bridgewater | 2019-03-13 | 1 | -23/+2 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 1 | -1/+1 |
* | timers: support name in validateTimerDuration() | cjihrig | 2019-02-22 | 1 | -3/+3 |
* | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 1 | -1/+1 |
* | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -1/+1 |
* | lib: remove useless getLibuvNow in internal/timers | ZYSzys | 2018-11-03 | 1 | -2/+1 |
* | bootstrapper: move internalBinding to NativeModule | Gus Caplan | 2018-10-04 | 1 | -1/+0 |
* | timers: use custom inspection for linked lists | Ruben Bridgewater | 2018-10-02 | 1 | -0/+13 |
* | lib: extract validateNumber validator | Jon Moss | 2018-08-14 | 1 | -5/+2 |
* | src: refactor timers to remove TimerWrap | Anatoli Papirovski | 2018-06-24 | 1 | -1/+3 |
* | timers: use only a single TimerWrap instance | Anatoli Papirovski | 2018-05-22 | 1 | -14/+8 |
* | timers: make timer.refresh() a public API | Jeremiah Senkpiel | 2018-05-10 | 1 | -3/+3 |
* | lib: port remaining errors to new system | Michaël Zasso | 2018-03-07 | 1 | -6/+8 |
* | timers: add helper fn for async init | Anatoli Papirovski | 2018-02-19 | 1 | -8/+10 |
* | async_hooks: clean up usage in internal code | Anatoli Papirovski | 2018-02-16 | 1 | -8/+4 |
* | timers: use start instead of stop + start | Anatoli Papirovski | 2018-02-04 | 1 | -1/+0 |
* | timers: add internal [@@ refresh()] functiontimers-internal-refresh | Jeremiah Senkpiel | 2018-01-26 | 1 | -2/+21 |
* | timers: reposition getTimers definition internally | Jeremiah Senkpiel | 2018-01-26 | 1 | -7/+8 |
* | lib: combine similar error codes | Weijia Wang | 2017-12-24 | 1 | -1/+1 |
* | timers: extract enroll() validation into a fn | Jeremiah Senkpiel | 2017-12-20 | 1 | -0/+24 |
* | net: use actual Timeout instance on Sockets | Jeremiah Senkpiel | 2017-12-20 | 1 | -0/+107 |