summaryrefslogtreecommitdiff
path: root/lib/timers.js
Commit message (Expand)AuthorAgeFilesLines
* timers: fix handling of large timeoutsBen Noordhuis2012-07-051-4/+6
* 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
* NODE_DEBUG=timer instead of bitflagsRyan Dahl2011-01-111-7/+3
* Allow one extra ms in timer diffRyan Dahl2011-01-111-1/+1
* lintRyan Dahl2010-12-011-22/+24
* fixed timers, whoops.Michael W2010-11-301-2/+1
* Fixed: clearTimeouts calling multiple timesMichael W2010-11-291-2/+2
* Handle null values in clearTimeoutRyan Dahl2010-10-291-3/+5
* Use the timer list for setTimeoutRyan Dahl2010-10-261-25/+66
* Move setTimeout and friends into timers moduleRyan Dahl2010-10-261-41/+81
* Move idle timers into its own moduleRyan Dahl2010-10-261-0/+159