summaryrefslogtreecommitdiff
path: root/lib/timers.js
Commit message (Expand)AuthorAgeFilesLines
* src: fix spelling mistakeTaojie2014-05-121-1/+1
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-03-101-0/+6
|\
| * timer: don't reschedule timer bucket in a domainGreg Brail2014-03-031-0/+6
* | src: move AsyncListener from process to tracingTrevor Norris2014-02-051-8/+9
* | async_wrap/timers: remove Add/RemoveAsyncListenerTrevor Norris2014-01-211-57/+0
* | node: AsyncListener use separate storage mechanismTrevor Norris2014-01-091-9/+40
* | src: revert domain using AsyncListenersTrevor Norris2014-01-091-4/+19
* | timers: setImmediate v8 optimization fixpflannery2013-12-301-2/+4
* | domain: use AsyncListener APITrevor Norris2013-10-311-18/+4
* | async-wrap: add methods to udp/tcp/pipe/timersTrevor Norris2013-10-311-1/+44
* | node: add AsyncListener supportTrevor Norris2013-10-311-15/+77
* | timers: dispatch ontimeout callback by array indexBen Noordhuis2013-08-151-7/+9
* | timers: setImmediate process full queue each turnBen Noordhuis2013-07-111-8/+14
* | timers: internal unref timers should use Timer.nowTimothy J Fontaine2013-07-071-2/+2
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-05-271-0/+108
|\ \ | |/
| * timers: internal unref'd timer for api timeoutsTimothy J Fontaine2013-05-211-0/+108
* | timers: use uv_now instead of Date.nowTimothy J Fontaine2013-05-221-4/+4
* | util: Add debuglog, deprecate console lookalikesisaacs2013-05-211-10/+5
|/
* timers: fix setInterval() assertBen Noordhuis2013-05-161-12/+25
* setTimeout: do not calculate Timeout._when propertywicked2013-03-281-2/+5
* timer: fix off-by-one ms errorAlexey Kupershtokh2013-03-231-1/+1
* timers: handle signed int32 overflow in enroll()Fedor Indutny2013-03-211-0/+5
* timers: consistent this keyword in setImmediateAndreas Madsen2013-03-091-1/+1
* timer: move setImmediate from timer to uv_checkShigeki Ohtsu2013-02-151-24/+15
* timers: Move list.ontimeout to separate functionisaacs2012-12-291-49/+54
* domain: Do not use uncaughtException handlerisaacs2012-12-291-12/+17
* lintisaacs2012-08-271-1/+1
* timers: fix assertion in Timeout.unref()Ben Noordhuis2012-08-171-1/+3
* timers: make unref'd timeouts execute in a domainTimothy J Fontaine2012-08-121-0/+1
* timers: implement setImmediateTimothy J Fontaine2012-08-121-0/+71
* add ref/unref to setTimeout timersTimothy J Fontaine2012-07-231-5/+37
* Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs2012-07-111-4/+6
|\
| * timers: fix handling of large timeoutsBen Noordhuis2012-07-051-4/+6
* | timer: change new Date to Date.now for performanceShigeki Ohtsu2012-07-101-4/+4
|/
* Domain featureisaacs2012-04-171-0/+9
* timers: handle negative or non-numeric timeout valuesBen Noordhuis2012-03-151-32/+32
* timers: add v0.4 compatibility hackBen Noordhuis2012-01-301-1/+15
* timers: fix performance regressionBen Noordhuis2011-12-221-6/+7
* timers: remove _idleTimeout from item in .unenroll()James Hartig2011-12-201-0/+2
* timers: fix memory leak in setTimeoutYoshihiro Kikuchi2011-12-181-1/+4
* timers: remember extra setTimeout() arguments when timeout==0Ben Noordhuis2011-11-121-16/+11
* Remove net_legacy timers_legacyRyan Dahl2011-10-111-0/+221
* Enable new timer binding only on --use-uvRyan Dahl2011-06-291-222/+0
* Use timer_wrap instead of the old timer bindingBert Belder2011-06-081-49/+47
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Fix debug flag in timers.jsRyan Dahl2011-02-041-1/+1
* Another fix for process.assertRyan Dahl2011-01-271-1/+1
* factor linklist code into own fileRyan Dahl2011-01-181-75/+13
* A few more list clean upsRyan Dahl2011-01-131-10/+9
* Expose link-list from timers.js; add testsRyan Dahl2011-01-131-27/+54