45 Commits (fa10b757f50acc4330bffa11ad12ac46be89cbd5)

Author SHA1 Message Date
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
Ryan Dahl d005cc5cc9 Enable new timer binding only on --use-uv 14 years ago
Bert Belder d9aa9b54cf Use timer_wrap instead of the old timer binding 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl 1a7830a92a Fix debug flag in timers.js 14 years ago
Ryan Dahl bfb6a67d60 Another fix for process.assert 14 years ago
Ryan Dahl 2ec4cd5525 factor linklist code into own file 14 years ago
Ryan Dahl 29f48d48e5 A few more list clean ups 14 years ago
Ryan Dahl 09994438e5 Expose link-list from timers.js; add tests 14 years ago
Ryan Dahl 86160a8807 NODE_DEBUG=timer instead of bitflags 14 years ago
Ryan Dahl 82e9da9fb7 Allow one extra ms in timer diff 14 years ago
Ryan Dahl dd53ceebe4 lint 14 years ago
Michael W 5f3464cf4e fixed timers, whoops. 14 years ago
Michael W 645c3b3713 Fixed: clearTimeouts calling multiple times 14 years ago
Ryan Dahl 7a48fd8455 Handle null values in clearTimeout 14 years ago
Ryan Dahl bc47353bbe Use the timer list for setTimeout 14 years ago
Ryan Dahl 79944006e2 Move setTimeout and friends into timers module 14 years ago
Ryan Dahl 5cc29b80f2 Move idle timers into its own module 14 years ago