index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
timers.js
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-05
timers: fix handling of large timeouts
Ben Noordhuis
1
-4
/
+6
2012-04-17
Domain feature
isaacs
1
-0
/
+9
2012-03-15
timers: handle negative or non-numeric timeout values
Ben Noordhuis
1
-32
/
+32
2012-01-30
timers: add v0.4 compatibility hack
Ben Noordhuis
1
-1
/
+15
2011-12-22
timers: fix performance regression
Ben Noordhuis
1
-6
/
+7
2011-12-20
timers: remove _idleTimeout from item in .unenroll()
James Hartig
1
-0
/
+2
2011-12-18
timers: fix memory leak in setTimeout
Yoshihiro Kikuchi
1
-1
/
+4
2011-11-12
timers: remember extra setTimeout() arguments when timeout==0
Ben Noordhuis
1
-16
/
+11
2011-10-11
Remove net_legacy timers_legacy
Ryan Dahl
1
-0
/
+221
2011-06-29
Enable new timer binding only on --use-uv
Ryan Dahl
1
-222
/
+0
2011-06-08
Use timer_wrap instead of the old timer binding
Bert Belder
1
-49
/
+47
2011-03-14
Update copyright headers
Ryan Dahl
1
-0
/
+21
2011-02-04
Fix debug flag in timers.js
Ryan Dahl
1
-1
/
+1
2011-01-27
Another fix for process.assert
Ryan Dahl
1
-1
/
+1
2011-01-18
factor linklist code into own file
Ryan Dahl
1
-75
/
+13
2011-01-13
A few more list clean ups
Ryan Dahl
1
-10
/
+9
2011-01-13
Expose link-list from timers.js; add tests
Ryan Dahl
1
-27
/
+54
2011-01-11
NODE_DEBUG=timer instead of bitflags
Ryan Dahl
1
-7
/
+3
2011-01-11
Allow one extra ms in timer diff
Ryan Dahl
1
-1
/
+1
2010-12-01
lint
Ryan Dahl
1
-22
/
+24
2010-11-30
fixed timers, whoops.
Michael W
1
-2
/
+1
2010-11-29
Fixed: clearTimeouts calling multiple times
Michael W
1
-2
/
+2
2010-10-29
Handle null values in clearTimeout
Ryan Dahl
1
-3
/
+5
2010-10-26
Use the timer list for setTimeout
Ryan Dahl
1
-25
/
+66
2010-10-26
Move setTimeout and friends into timers module
Ryan Dahl
1
-41
/
+81
2010-10-26
Move idle timers into its own module
Ryan Dahl
1
-0
/
+159