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
/
cluster.js
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-11
/
+11
2015-01-21
lib: use const to define constants
cjihrig
1
-13
/
+13
2015-01-19
cluster: avoid race enabling debugger in worker
Timothy J Fontaine
1
-1
/
+1
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
1
-21
/
+0
2015-01-12
lib: make --debug-port work with cluster
Ben Noordhuis
1
-1
/
+1
2015-01-10
cluster: cluster.disconnect() should check status
Sam Roberts
1
-1
/
+2
2015-01-10
cluster: don't assume all workers bind same ports
Sam Roberts
1
-1
/
+1
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-2
/
+2
2014-10-08
cluster: do not signal children in debug mode
Fedor Indutny
1
-5
/
+23
2014-09-03
src: be more intelligent about use of "arguments"
Trevor Norris
1
-0
/
+2
2014-09-02
cluster: centralize removal from workers list.
Julien Gilli
1
-16
/
+54
2014-08-01
cluster: support options in Worker constructor
cjihrig
1
-40
/
+54
2014-07-28
cluster: enable error/message events using .worker
cjihrig
1
-0
/
+2
2014-07-15
cluster: include settings object in 'setup' event
Ryan Graham
1
-3
/
+3
2014-07-15
cluster: allow multiple calls to setupMaster()
Ryan Graham
1
-3
/
+7
2014-07-02
child_process: accept uid/gid everywhere
Fedor Indutny
1
-1
/
+3
2014-06-11
cluster: restore v0.10.x setupMaster() behaviour
Ryan Graham
1
-10
/
+10
2013-12-31
cluster: do not synchronously emit 'setup' event
Sam Roberts
1
-1
/
+3
2013-12-31
cluster: only forcibly exit worker on unclean exit
Sam Roberts
1
-3
/
+11
2013-12-31
cluster: disconnect callback should always occur
Sam Roberts
1
-3
/
+8
2013-12-31
cluster: replace erroneous comma with semicolon
Sam Roberts
1
-1
/
+1
2013-10-14
cluster: fix premature 'disconnect' event
Ben Noordhuis
1
-1
/
+2
2013-08-15
cluster: variable is not global
Brian White
1
-0
/
+1
2013-08-01
src: Replace macros with util functions
isaacs
1
-10
/
+10
2013-07-28
cluster: fix shared handle bind error propagation
Ben Noordhuis
1
-54
/
+45
2013-07-28
cluster: remove duplicate this.errno assignment
Ben Noordhuis
1
-1
/
+0
2013-07-25
cluster: support setting data on shared server
Fedor Indutny
1
-2
/
+14
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-10
/
+10
2013-07-20
src, lib: update after internal api change
Ben Noordhuis
1
-15
/
+26
2013-05-13
cluster: use round-robin load balancing
Ben Noordhuis
1
-38
/
+273
2013-05-08
debugger, cluster: each worker has new debug port
Miroslav Bajtoš
1
-1
/
+27
2013-04-20
cluster: clean up lib/cluster.js
Ben Noordhuis
1
-505
/
+237
2013-04-11
lint
isaacs
1
-3
/
+3
2013-04-11
cluster: fix O(n*m) scan of cmd string
Ben Noordhuis
1
-2
/
+3
2013-03-03
cluster: Rename destroy() to kill(signal=SIGTERM)
isaacs
1
-3
/
+6
2013-01-28
cluster: support datagram sockets
Bert Belder
1
-3
/
+10
2013-01-18
cluster: make --prof work for workers
Ben Noordhuis
1
-1
/
+22
2012-10-09
cluster: make 'listening' handler see actual port
Aaditya Bhatia
1
-1
/
+1
2012-08-06
net: fix listen() regression, revert patches
Ben Noordhuis
1
-55
/
+65
2012-08-05
cluster: do not use internal server API
Andreas Madsen
1
-65
/
+55
2012-07-06
Avoid redeclaring variable
Jonas Westerlund
1
-3
/
+5
2012-06-15
domain: the EventEmitter constructor is now always called in nodecore
Andreas Madsen
1
-1
/
+4
2012-06-14
cluster: rename worker.unqiueID to worker.id
Andreas Madsen
1
-7
/
+10
2012-06-13
Fix #3388 Support listening on file descriptors
isaacs
1
-7
/
+14
2012-05-21
cluster: remove NODE_UNIQUE_ID from env on startup
Andreas Madsen
1
-1
/
+1
2012-05-05
More cluster event consistency
isaacs
1
-3
/
+3
2012-05-04
cluster: worker exit event to match child_process
J. Lee Coltrane
1
-8
/
+11
2012-04-06
docs: grammar and spelling on lib/cluster.js
Zachary Scott
1
-30
/
+30
2012-03-30
cluster: Rename 'death' back to 'exit'
isaacs
1
-4
/
+4
2012-03-19
cluster: English language fixing
isaacs
1
-19
/
+19
[next]