summaryrefslogtreecommitdiff
path: root/lib/timers.js
AgeCommit message (Expand)Author
2014-05-12src: fix spelling mistakeTaojie
2014-03-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-03-03timer: don't reschedule timer bucket in a domainGreg Brail
2014-02-05src: move AsyncListener from process to tracingTrevor Norris
2014-01-21async_wrap/timers: remove Add/RemoveAsyncListenerTrevor Norris
2014-01-09node: AsyncListener use separate storage mechanismTrevor Norris
2014-01-09src: revert domain using AsyncListenersTrevor Norris
2013-12-30timers: setImmediate v8 optimization fixpflannery
2013-10-31domain: use AsyncListener APITrevor Norris
2013-10-31async-wrap: add methods to udp/tcp/pipe/timersTrevor Norris
2013-10-31node: add AsyncListener supportTrevor Norris
2013-08-15timers: dispatch ontimeout callback by array indexBen Noordhuis
2013-07-11timers: setImmediate process full queue each turnBen Noordhuis
2013-07-07timers: internal unref timers should use Timer.nowTimothy J Fontaine
2013-05-27Merge remote-tracking branch 'ry/v0.10'isaacs
2013-05-22timers: use uv_now instead of Date.nowTimothy J Fontaine
2013-05-21timers: internal unref'd timer for api timeoutsTimothy J Fontaine
2013-05-21util: Add debuglog, deprecate console lookalikesisaacs
2013-05-16timers: fix setInterval() assertBen Noordhuis
2013-03-28setTimeout: do not calculate Timeout._when propertywicked
2013-03-23timer: fix off-by-one ms errorAlexey Kupershtokh
2013-03-21timers: handle signed int32 overflow in enroll()Fedor Indutny
2013-03-09timers: consistent this keyword in setImmediateAndreas Madsen
2013-02-15timer: move setImmediate from timer to uv_checkShigeki Ohtsu
2012-12-29timers: Move list.ontimeout to separate functionisaacs
2012-12-29domain: Do not use uncaughtException handlerisaacs
2012-08-27lintisaacs
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-11Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs
2012-07-10timer: change new Date to Date.now for performanceShigeki Ohtsu
2012-07-05timers: fix handling of large timeoutsBen Noordhuis
2012-04-17Domain featureisaacs
2012-03-15timers: 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-11Remove 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-14Update copyright headersRyan Dahl
2011-02-04Fix debug flag in timers.jsRyan Dahl
2011-01-27Another fix for process.assertRyan Dahl
2011-01-18factor 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