summaryrefslogtreecommitdiff
path: root/lib/timers.js
AgeCommit message (Expand)AuthorFilesLines
2012-07-05timers: fix handling of large timeoutsBen Noordhuis1-4/+6
2012-04-17Domain featureisaacs1-0/+9
2012-03-15timers: handle negative or non-numeric timeout valuesBen Noordhuis1-32/+32
2012-01-30timers: add v0.4 compatibility hackBen Noordhuis1-1/+15
2011-12-22timers: fix performance regressionBen Noordhuis1-6/+7
2011-12-20timers: remove _idleTimeout from item in .unenroll()James Hartig1-0/+2
2011-12-18timers: fix memory leak in setTimeoutYoshihiro Kikuchi1-1/+4
2011-11-12timers: remember extra setTimeout() arguments when timeout==0Ben Noordhuis1-16/+11
2011-10-11Remove net_legacy timers_legacyRyan Dahl1-0/+221
2011-06-29Enable new timer binding only on --use-uvRyan Dahl1-222/+0
2011-06-08Use timer_wrap instead of the old timer bindingBert Belder1-49/+47
2011-03-14Update copyright headersRyan Dahl1-0/+21
2011-02-04Fix debug flag in timers.jsRyan Dahl1-1/+1
2011-01-27Another fix for process.assertRyan Dahl1-1/+1
2011-01-18factor linklist code into own fileRyan Dahl1-75/+13
2011-01-13A few more list clean upsRyan Dahl1-10/+9
2011-01-13Expose link-list from timers.js; add testsRyan Dahl1-27/+54
2011-01-11NODE_DEBUG=timer instead of bitflagsRyan Dahl1-7/+3
2011-01-11Allow one extra ms in timer diffRyan Dahl1-1/+1
2010-12-01lintRyan Dahl1-22/+24
2010-11-30fixed timers, whoops.Michael W1-2/+1
2010-11-29Fixed: clearTimeouts calling multiple timesMichael W1-2/+2
2010-10-29Handle null values in clearTimeoutRyan Dahl1-3/+5
2010-10-26Use the timer list for setTimeoutRyan Dahl1-25/+66
2010-10-26Move setTimeout and friends into timers moduleRyan Dahl1-41/+81
2010-10-26Move idle timers into its own moduleRyan Dahl1-0/+159