aboutsummaryrefslogtreecommitdiff
path: root/lib/timers.js
AgeCommit message (Expand)Author
2015-05-25lib: simplify nextTick() usageBrian White
2015-04-04timers: remove redundant codeFedor Indutny
2015-04-04timers: do not restart the interval after closeFedor Indutny
2015-04-04timers: don't close interval timers when unrefdJulien Gilli
2015-04-04timers: fix unref() memory leakTrevor Norris
2015-03-26timers: cleanup interval handlingJeremiah Senkpiel
2015-03-26timers: assure setTimeout callback only runs onceRoman Reiss
2015-03-20lib: don't penalize setInterval() common caseBen Noordhuis
2015-03-20lib: don't penalize setTimeout() common caseBen Noordhuis
2015-03-04timer: Improve performance of callbacksRuben Verborgh
2015-02-13net: throw on invalid socket timeoutscjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-15src: fix jslint errorsYosuke Furukawa
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-18lib: fix guard expression in timer.unref()Ben Noordhuis
2014-12-09src: remove Async ListenerTrevor Norris
2014-11-22lib: turn on strict modeBen Noordhuis
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