summaryrefslogtreecommitdiff
path: root/lib/timers.js
AgeCommit message (Expand)Author
2016-03-18timers: improve setImmediate() performanceBrian White
2016-02-26timers: greatly improve code commentsJeremiah Senkpiel
2016-02-26timers: refactor timersJeremiah Senkpiel
2016-02-04tools: lint for spacing around unary operatorsRich Trott
2016-01-04timers: fail early when callback is not a functionAnna Henningsen
2015-12-02timers: optimize callback call: bind -> arrowAndrei Sedoi
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-10-20timers: reuse timer in `setTimeout().unref()`Fedor Indutny
2015-10-12lib: fix undefined timeout regressionRyan Graham
2015-10-08lib,test: deprecate _linklistRich Trott
2015-10-06lib: remove redundant code, add tests in timers.jsRich Trott
2015-09-16timer: ref/unref return selfSam Roberts
2015-09-02timers: minor _unrefActive fixes and improvementsJeremiah Senkpiel
2015-09-02timers: don't mutate unref list while iterating itJulien Gilli
2015-09-02timers: Avoid linear scan in _unrefActive.Julien Gilli
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