Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-28lintisaacs
2012-08-17timers: fix assertion in Timeout.unref()Ben Noordhuis
2012-08-12timers: make unref'd timeouts execute in a domainTimothy J Fontaine
2012-08-12timers: implement setImmediateTimothy J Fontaine
2012-07-23add ref/unref to setTimeout timersTimothy J Fontaine
2012-07-12Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs
2012-07-11timer: change new Date to Date.now for performanceShigeki Ohtsu
2012-07-06timers: fix handling of large timeoutsBen Noordhuis
2012-04-18Domain featureisaacs
2012-03-16timers: handle negative or non-numeric timeout valuesBen Noordhuis
2012-01-30timers: add v0.4 compatibility hackBen Noordhuis
2011-12-22timers: fix performance regressionBen Noordhuis
2011-12-20timers: remove _idleTimeout from item in .unenroll()James Hartig
2011-12-18timers: fix memory leak in setTimeoutYoshihiro Kikuchi
2011-11-12timers: remember extra setTimeout() arguments when timeout==0Ben Noordhuis
2011-10-12Remove net_legacy timers_legacyRyan Dahl
2011-06-29Enable new timer binding only on --use-uvRyan Dahl
2011-06-08Use timer_wrap instead of the old timer bindingBert Belder
2011-03-15Update copyright headersRyan Dahl
2011-02-04Fix debug flag in timers.jsRyan Dahl
2011-01-28Another fix for process.assertRyan Dahl
2011-01-19factor linklist code into own fileRyan Dahl
2011-01-13A few more list clean upsRyan Dahl
2011-01-13Expose link-list from timers.js; add testsRyan Dahl
2011-01-12NODE_DEBUG=timer instead of bitflagsRyan Dahl
2011-01-12Allow one extra ms in timer diffRyan Dahl
2010-12-02lintRyan Dahl
2010-12-01fixed timers, whoops.Michael W
2010-11-30Fixed: clearTimeouts calling multiple timesMichael W
2010-10-29Handle null values in clearTimeoutRyan Dahl
2010-10-27Use the timer list for setTimeoutRyan Dahl
2010-10-27Move setTimeout and friends into timers moduleRyan Dahl
2010-10-27Move idle timers into its own moduleRyan Dahl