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
/
src
/
node.js
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-12
Fix child_process.kill oddities
Bert Belder
1
-0
/
+2
2012-06-01
child_process: new stdio API for .spawn() method
Fedor Indutny
1
-2
/
+3
2012-05-21
cluster: remove NODE_UNIQUE_ID from env on startup
Andreas Madsen
1
-0
/
+3
2012-05-15
Merge remote-tracking branch 'ry/v0.6' into v0.6-merge
isaacs
1
-0
/
+4
2012-05-14
node: delete NODE_CHANNEL_FD from env
Ben Noordhuis
1
-0
/
+4
2012-05-09
Merge remote-tracking branch 'ry/v0.6' into v0.6-merge
isaacs
1
-24
/
+16
2012-05-09
Fix process.nextTick throw call sites
Felix Geisendörfer
1
-16
/
+8
2012-05-01
process: ensure that "exit" doesn't get emitted twice on a natural exit
Nathan Rajlich
1
-4
/
+2
2012-04-25
process: lint
Nathan Rajlich
1
-1
/
+1
2012-04-24
process: make --eval and reading scripts from stdin act the same
Nathan Rajlich
1
-10
/
+15
2012-04-17
Domain hooks in ReqWrap<T> and MakeCallback
isaacs
1
-1
/
+4
2012-04-17
Domain feature
isaacs
1
-2
/
+10
2012-03-28
Reapply "debug: Wait 50ms before running the main module"
isaacs
1
-4
/
+25
2012-03-27
repl: add a 'useColors' option to the repl
Nathan Rajlich
1
-0
/
+3
2012-03-28
Revert "debug: Wait 50ms before running the main module"
Fedor Indutny
1
-25
/
+4
2012-03-26
repl: fix 'terminal' mode autodetection on global repls
Nathan Rajlich
1
-4
/
+6
2012-03-26
readline: migrate ansi/vt100 logic from tty to readline
Nathan Rajlich
1
-1
/
+11
2012-03-21
cmd: add a -i / --interactive flag to force the REPL
Nathan Rajlich
1
-2
/
+2
2012-03-20
debug: Wait 50ms before running the main module
isaacs
1
-4
/
+25
2012-03-15
process: add `process.config`
Nathan Rajlich
1
-0
/
+16
2012-03-13
process: listen for the "exit" even on the main repl
Nathan Rajlich
1
-0
/
+3
2012-02-23
Revert "startup: use `path.resolve` instead of `path.join(cwd, ...)`"
Maciej Małecki
1
-2
/
+6
2012-02-21
Pause process.stdin in stdin getter
isaacs
1
-0
/
+4
2012-02-21
Pause process.stdin in stdin getter
isaacs
1
-0
/
+4
2012-02-20
startup: use `path.resolve` instead of `path.join(cwd, ...)`
Maciej Małecki
1
-6
/
+2
2012-02-20
startup: move `EventEmitter` closer to the lookup
Maciej Małecki
1
-3
/
+1
2012-02-20
startup: use `.hasOwnProperty` instead of `in`
Maciej Małecki
1
-1
/
+1
2012-02-15
process: remove old notices about removed methods
Maciej Małecki
1
-33
/
+0
2012-02-06
Revert support for isolates.
Ben Noordhuis
1
-32
/
+0
2012-01-31
Merge remote-tracking branch 'ry/master' into merge-v0.6
isaacs
1
-5
/
+20
2012-01-31
Merge remote-tracking branch 'ry/v0.6' into master
isaacs
1
-4
/
+6
2012-01-31
support for sharing streams accross isolates
Igor Zinkovsky
1
-5
/
+20
2012-01-30
core: make .deprecate() warn only once
Brandon Benvie
1
-6
/
+15
2012-01-30
core: add `NativeModule.prototype.deprecate`
Brandon Benvie
1
-0
/
+20
2012-01-29
Change removed process methods to be non-enumerable.
Brandon Benvie
1
-1
/
+7
2012-01-26
Fix #2507 Raise errors less agressively when destroying stdio streams
isaacs
1
-4
/
+6
2012-01-20
ref isolate loop
Igor Zinkovsky
1
-0
/
+2
2012-01-06
child_process: add isolates support
Ben Noordhuis
1
-0
/
+15
2012-01-04
cluster improvements: Worker class and isolate internal messages
Andreas Madsen
1
-2
/
+2
2011-12-06
Remove unused variable.
Ben Noordhuis
1
-3
/
+2
2011-12-05
process: fix stack overflow when recursively calling process.exit()
Ben Noordhuis
1
-1
/
+6
2011-12-01
cli: add -p switch, print result of --eval
Ben Noordhuis
1
-2
/
+2
2011-11-10
throw from stdout.end and stderr.end
Igor Zinkovsky
1
-2
/
+8
2011-11-09
make stdout stream non-destroyable
Igor Zinkovsky
1
-0
/
+1
2011-11-09
make stderr stream non-destroyable
Igor Zinkovsky
1
-0
/
+1
2011-11-08
process.kill doesn't create error obj correctly
Ryan Dahl
1
-1
/
+1
2011-11-04
new cluster api
Ryan Dahl
1
-1
/
+1
2011-11-03
stdout and stderr are blocking when referring to regular files
Ryan Dahl
1
-1
/
+1
2011-11-02
process.kill to use uv_kill
Igor Zinkovsky
1
-21
/
+27
2011-11-01
process: fix process.nextTick() error case regression
Ben Noordhuis
1
-0
/
+3
[next]