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
/
events.js
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-06
events,lib: don't require EE#listenerCount()
Jeremiah Senkpiel
1
-2
/
+7
2015-08-20
events: deprecate static listenerCount function
Sakthipriyan Vairamani
1
-9
/
+13
2015-05-12
events: provide better error message for unhandled error
Evan Lucas
1
-1
/
+4
2015-05-09
lib: fix eslint styles
Yosuke Furukawa
1
-1
/
+2
2015-03-24
lib: add missing `new` for errors lib/*.js
Mayhem
1
-1
/
+1
2015-03-04
events: optimize listener array cloning
Brian White
1
-13
/
+6
2015-02-11
events: optimize adding and removing of listeners
Brian White
1
-45
/
+69
2015-02-11
events: move slow path to separate function too
Brian White
1
-9
/
+13
2015-02-09
events: optimize various functions
Brian White
1
-98
/
+188
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-17
/
+18
2015-01-21
lib: use const to define constants
cjihrig
1
-1
/
+1
2015-01-20
lib: fix TypeError with EventEmitter#on() abuse
Ben Noordhuis
1
-5
/
+8
2015-01-15
src: fix jslint errors
Yosuke Furukawa
1
-74
/
+74
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
1
-21
/
+0
2014-12-20
lib: micro-optimize EventEmitter#removeListener()
Ben Noordhuis
1
-1
/
+8
2014-12-05
events: implement EventEmitter#getMaxListeners()
Christian Tellnes
1
-7
/
+8
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-0
/
+2
2014-07-01
events: Output the event that is leaking
Arnout Kazemier
1
-2
/
+2
2014-06-05
Merge branch 'v0.10'
Fedor Indutny
1
-7
/
+9
2014-05-07
lib: name EventEmitter prototype methods
Ben Noordhuis
1
-7
/
+9
2014-04-15
events: check if _events is an own property
Vladimir Kurchatkin
1
-1
/
+4
2014-01-09
src: revert domain using AsyncListeners
Trevor Norris
1
-0
/
+6
2013-12-20
events: move EE c'tor guts to EventEmitter.init
Bert Belder
1
-10
/
+13
2013-11-26
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-1
/
+1
2013-11-22
events: fix TypeError in removeAllListeners
Jeremy Martin
1
-1
/
+1
2013-11-20
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-1
/
+1
2013-11-19
events: do not accept NaN in setMaxListeners
Fedor Indutny
1
-1
/
+1
2013-11-18
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-1
/
+7
2013-11-13
events: don't call once twice
Tim Wood
1
-1
/
+7
2013-10-31
domain: use AsyncListener API
Trevor Norris
1
-22
/
+14
2013-08-19
events: have events module exports EventEmitter
Raynos
1
-4
/
+7
2013-08-06
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-4
/
+4
2013-08-01
src: Replace macros with util functions
isaacs
1
-17
/
+19
2013-08-01
events: fix memory leak, don't leak event names
Ben Noordhuis
1
-4
/
+4
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-19
/
+18
2013-05-30
events: define properties on prototype
Ryunosuke SATO
1
-0
/
+3
2013-05-03
event: make setMaxListeners() return this
Sam Roberts
1
-0
/
+1
2013-04-19
events: add EventEmitter.defaultMaxListeners
Ben Noordhuis
1
-7
/
+14
2013-03-10
events: Handle missing error obj when domains in use
Julian Gruber
1
-0
/
+1
2013-03-05
events: loop backwards in removeListener
Felix Böhm
1
-1
/
+1
2013-03-04
events: code consistency
Trevor Norris
1
-5
/
+8
2013-03-04
events: remove type check for event type
Trevor Norris
1
-12
/
+0
2013-03-02
events: Handle emit('error') before ctor
isaacs
1
-3
/
+3
2013-03-02
events: Handle emit before constructor call
isaacs
1
-0
/
+3
2013-03-01
events: add type checks to once
Trevor Norris
1
-7
/
+7
2013-03-01
events: emit cleanup
Trevor Norris
1
-46
/
+30
2013-03-01
events: additional type check for addListener
Trevor Norris
1
-16
/
+13
2013-03-01
events: _events to object and undefined not null
Trevor Norris
1
-15
/
+14
2013-03-01
events: removeListener add checks and cleanup
Trevor Norris
1
-23
/
+28
2013-03-01
events: type check listeners
Trevor Norris
1
-4
/
+7
[next]