87 Commits (352173b3bbaa09adc402b07107f1d00ae86c739f)

Author SHA1 Message Date
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
Fedor Indutny d22b2a934a timers: do not restart the interval after close 10 years ago
Julien Gilli cca5efb086 timers: don't close interval timers when unrefd 10 years ago
Trevor Norris 0e061975d7 timers: fix unref() memory leak 10 years ago
Jeremiah Senkpiel 776b73b243 timers: cleanup interval handling 10 years ago
Roman Reiss caf0b36de3 timers: assure setTimeout callback only runs once 10 years ago
Ben Noordhuis 33fea6ed5f lib: don't penalize setInterval() common case 10 years ago
Ben Noordhuis 31da9758a0 lib: don't penalize setTimeout() common case 10 years ago
Ruben Verborgh bd1bd7e38d timer: Improve performance of callbacks 10 years ago
cjihrig 0cff0521c3 net: throw on invalid socket timeouts 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Yosuke Furukawa fd30eb2152 src: fix jslint errors 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis ebf9f297b3 lib: fix guard expression in timer.unref() 10 years ago
Trevor Norris 0d60ab3efe src: remove Async Listener 10 years ago
Trevor Norris b6559553a4 src: remove Async Listener 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Julien Gilli befbbad051 timers: backport f8193ab 10 years ago
Taojie 0f503cf0de src: fix spelling mistake 11 years ago
Greg Brail 6eb4d1d15c timer: don't reschedule timer bucket in a domain 11 years ago
Trevor Norris 6cbfcdad46 src: move AsyncListener from process to tracing 11 years ago
Trevor Norris 63ccfc3536 async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago
Trevor Norris 646ac18d79 node: AsyncListener use separate storage mechanism 11 years ago
Trevor Norris 828f14556e src: revert domain using AsyncListeners 11 years ago
pflannery 7ced966a32 timers: setImmediate v8 optimization fix 11 years ago
Trevor Norris bc39bdd995 domain: use AsyncListener API 11 years ago
Trevor Norris ccec14b568 async-wrap: add methods to udp/tcp/pipe/timers 11 years ago
Trevor Norris efa62fd9cc node: add AsyncListener support 11 years ago
Ben Noordhuis 0aa13357d6 timers: dispatch ontimeout callback by array index 11 years ago
Ben Noordhuis fa46483fe2 timers: setImmediate process full queue each turn 11 years ago
Timothy J Fontaine fe176929c2 timers: internal unref timers should use Timer.now 11 years ago
Timothy J Fontaine f8193ab3c4 timers: use uv_now instead of Date.now 12 years ago
Timothy J Fontaine f46ad012bc timers: internal unref'd timer for api timeouts 12 years ago
isaacs 896b2aa707 util: Add debuglog, deprecate console lookalikes 12 years ago
Ben Noordhuis 22533c035d timers: fix setInterval() assert 12 years ago
wicked 39058bef07 setTimeout: do not calculate Timeout._when property 12 years ago
Alexey Kupershtokh 9fae4dc102 timer: fix off-by-one ms error 12 years ago
Fedor Indutny bfd16de125 timers: handle signed int32 overflow in enroll() 12 years ago