66 Commits (4810dd494e7d8fa4423d6aa590ea83ce86b1ca8e)

Author SHA1 Message Date
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
Andreas Madsen 7becf156a9 timers: consistent this keyword in setImmediate 12 years ago
Shigeki Ohtsu cd372510bb timer: move setImmediate from timer to uv_check 12 years ago
isaacs ba94f9d6f8 timers: Move list.ontimeout to separate function 12 years ago
isaacs 4401bb47bf domain: Do not use uncaughtException handler 12 years ago
isaacs 985e3a25cb lint 12 years ago
Ben Noordhuis 6c999fd285 timers: fix assertion in Timeout.unref() 12 years ago
Timothy J Fontaine 320ae691d8 timers: make unref'd timeouts execute in a domain 12 years ago
Timothy J Fontaine 382f22f229 timers: implement setImmediate 12 years ago
Timothy J Fontaine cd6122edeb add ref/unref to setTimeout timers 12 years ago
Shigeki Ohtsu 76104f3414 timer: change new Date to Date.now for performance 12 years ago
Ben Noordhuis 0c47219a72 timers: fix handling of large timeouts 12 years ago
isaacs 963459d736 Domain feature 13 years ago
Ben Noordhuis 7fc835afe3 timers: handle negative or non-numeric timeout values 13 years ago
Ben Noordhuis b221fe9b29 timers: add v0.4 compatibility hack 13 years ago
Ben Noordhuis d8c178bc16 timers: fix performance regression 13 years ago
James Hartig 348d8cd04a timers: remove _idleTimeout from item in .unenroll() 13 years ago
Yoshihiro Kikuchi f2f30286bf timers: fix memory leak in setTimeout 13 years ago
Ben Noordhuis 098fef6740 timers: remember extra setTimeout() arguments when timeout==0 13 years ago
Ryan Dahl be0bb2dc13 Remove net_legacy timers_legacy 13 years ago
Bert Belder 1037f5c113 Fix bug in timers_uv timeout recomputation 13 years ago
Henry Rawas 56ec4e4f3c net_uv: fix test-net-connect-timeout.js test 14 years ago