124 Commits (49577269e25fa2ea585d9005cff6e7167c85b258)

Author SHA1 Message Date
Jeremiah Senkpiel ce3586da31 timers: warn on overflowed timeout duration 9 years ago
Andreas Madsen 3a69ef55e0
async_hooks: consistent internal naming 7 years ago
Jeremiah Senkpiel 11f7dcf91e
timers: do not expose .unref()._handle._list 8 years ago
Anna Henningsen 602fd36d95
domain: remove `.dispose()` 7 years ago
Daniel Bevenius 3c65a83ac5
timers: clarify lib/timer.js comment 8 years ago
Tim Costa a2b68723a9
timers: fix outdated comment 7 years ago
Weijia Wang 4d893e093a
timers: Migrate to use internal/errors 7 years ago
Rich Trott 0d22858d67 lib: remove excess indentation 7 years ago
Andreas Madsen 4e27aa9603
async_hooks: use common emitBefore and emitAfter 7 years ago
Ruben Bridgewater c474f88987
lib: fix typos 7 years ago
Andreas Madsen de762b71f2
async_hooks: rename currentId and triggerId 7 years ago
Rich Trott 98609fc1c4 timers: do not use user object call/apply 8 years ago
Trevor Norris 4a7233c178
lib: implement async_hooks API in core 8 years ago
Anna Henningsen e7c51454b0
timers: add promisify support 8 years ago
Shigeki Ohtsu 81ab78e62e timers: fix not to close reused timer handle 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
John Barboza 9dac165160 timer,domain: maintain order of timer callbacks 8 years ago
asafdav2 b2a77654b7 timer: remove duplicated word in comment 8 years ago
hveldstra 9f6f0f748c timers: fix handling of cleared immediates 8 years ago
Michaël Zasso 4d11c2ce5c lib,test: use consistent operator linebreak style 8 years ago
Jeremiah Senkpiel 3f1e38c847 timers: use consistent checks for canceled timers 8 years ago
Brian White 42158a0313 timers: fix regression with clearImmediate() 8 years ago
Brian White 0ed8839a27
timers: improve setImmediate() performance 8 years ago
Brian White c8c2544cd9
timers: improve setTimeout/Interval performance 8 years ago
yorkie 9b0246b179 timers: remove unreachable code 8 years ago
Jan Schär 1b99093df7 timers: remove unused repeat param in timer_wrap 8 years ago
Erin Spiceland 7d75338c0e timers: fix cleanup of nested same-timeout timers 8 years ago
Jeremy Whitlock 5aac4c42da timers: fix processing of nested timers 9 years ago
Andras 6f75b6672c timers: optimize `setImmediate()` 9 years ago
Andras 6b0f86a8d5 timers: optimize linkedlist 9 years ago
Kyle Simpson 9fa25c8ca0 timers: fixing API refs to use safe internal refs 9 years ago
Jeremiah Senkpiel d3a75344f5 timers: fix lint from 4fe02e2 9 years ago
Jeremiah Senkpiel 4fe02e23af timers: give Timeouts a constructor name 9 years ago
Brian White 089bef0a81 timers: improve setImmediate() performance 9 years ago
Jeremiah Senkpiel 67963c8c66 timers: greatly improve code comments 9 years ago
Jeremiah Senkpiel 60f8c1acf4 timers: refactor timers 9 years ago
Rich Trott 7406cd3a59 tools: lint for spacing around unary operators 9 years ago
Anna Henningsen ac153bd2a6 timers: fail early when callback is not a function 9 years ago
Andrei Sedoi fbcd687c08 timers: optimize callback call: bind -> arrow 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Fedor Indutny 3eecdf9f14 timers: reuse timer in `setTimeout().unref()` 9 years ago
Ryan Graham bde32f8a4d lib: fix undefined timeout regression 9 years ago
Rich Trott 47befffc53 lib,test: deprecate _linklist 9 years ago
Rich Trott 070aac4a87 lib: remove redundant code, add tests in timers.js 9 years ago
Sam Roberts 94e663ac5f timer: ref/unref return self 9 years ago
Jeremiah Senkpiel 049b3a3ae2 timers: minor _unrefActive fixes and improvements 9 years ago
Julien Gilli 9724047268 timers: don't mutate unref list while iterating it 10 years ago
Julien Gilli e5bb66886b timers: Avoid linear scan in _unrefActive. 10 years ago
Brian White 5abd4ac079 lib: simplify nextTick() usage 10 years ago
Fedor Indutny 416499c872 timers: remove redundant code 10 years ago