Karl Skomski
9557020dc1
New win32 platform function: GetCPUInfo
Fixes #1644
13 years ago
Daniel Ennis
59be975322
Improve IPC performance.
Reading of JSON data off the buffer, 10-15% performance increase.
Fixes #1864 .
13 years ago
Ryan Dahl
73b4b86d29
Add cluster.js to node.gyp
13 years ago
Ryan Dahl
de7fb33879
Add some docs for node cluster
13 years ago
Ryan Dahl
08cb8fce67
Remove process.ARGV
Use process.argv instead.
13 years ago
Ryan Dahl
25ff181300
Revert some changes made in 12486a6
Some of the perf improvements from many-writes-fix branch were accidentally
undone in that commit. This puts them back in.
13 years ago
Ryan Dahl
16e1d5b5ce
Remove uname and git-rev detection from http_simple.js
13 years ago
Ryan Dahl
b8966872b3
Upgrade libuv to c903bc3
13 years ago
Ben Noordhuis
6ed8d41ddd
docs: fix child_process.send() example
13 years ago
Ben Noordhuis
bc96302fae
uv: upgrade to 25a177a
Fixes #1869 .
13 years ago
Ben Noordhuis
c82828ec27
test: add test for #1869
fs.readdir() on file should raise ENOTDIR, not UNKNOWN.
13 years ago
Ben Noordhuis
752571c7ba
Remove --use-legacy switch from --help section.
13 years ago
Ryan Dahl
87339a22b1
introduce node cluster
13 years ago
Igor Zinkovsky
99757cbeb2
fix simple/test-fs-utimes.js on windows
13 years ago
Ryan Dahl
2b46959075
Add throughput benchmark
13 years ago
Igor Zinkovsky
f164704383
fs.watch documentation
13 years ago
Ryan Dahl
e0b59e7dbc
Remove more dead code
13 years ago
Ryan Dahl
7085a04a1e
Remove process.ENV
13 years ago
Ryan Dahl
83fce75700
Remove stdio binding source - somehow this was missed in cdf5d91
13 years ago
Ryan Dahl
0e2bbac4e0
Fix test-module-load-list.js
13 years ago
Ryan Dahl
9631e29933
Remove tests relying on !process.features.uv
13 years ago
Ryan Dahl
c8dbaf579c
Remove --use-legacy and --use-uv
13 years ago
Ryan Dahl
4f59041990
Fix windows build
13 years ago
Ryan Dahl
cdf5d91fe5
Remove tty_legacy
13 years ago
Ryan Dahl
71cce3f45b
Remove dgram_legacy
13 years ago
Ryan Dahl
58e892dadd
Remove dns_legacy
13 years ago
Ryan Dahl
96e423a665
Remove child_process_legacy
13 years ago
Ryan Dahl
be0bb2dc13
Remove net_legacy timers_legacy
13 years ago
Ryan Dahl
d2b8037ed0
disable test-sendfd
13 years ago
Fedor Indutny
178e2ce65f
docs: improve addons, readline, repl documentation
13 years ago
Ben Noordhuis
49c3a910c6
docs: fix typo in code snippet
13 years ago
Ryan Dahl
53c163cd5b
Disable test-child-process-custom-fds.js
13 years ago
Ryan Dahl
728b04067d
Upgrade libuv to 4ac1309
Fixes #1857
13 years ago
Tomasz Janczuk
6fadbec797
wix project to create msi installer for windows
Fixes #1706 .
13 years ago
Ryan Dahl
b280a2d44d
Remove ANOTHER old TODO list
13 years ago
Ryan Dahl
4f4f6dfce8
Remove old TODO list
13 years ago
Ryan Dahl
a29421bcfd
Delete another CMake file
13 years ago
Ryan Dahl
6a371834d8
Remove cmake build system
This removes one of the three build systems. CMake has never been officially
supported and is not updated with WAF and GYP. WAF itself is considered
legacy and will be removed once the GYP system is feature complete on
Unixes. GYP is used currently on Windows/MSVS.
13 years ago
Ben Noordhuis
6cb1d26924
v8: fix gyp build on windows
13 years ago
Ben Noordhuis
c215262db4
uv: upgrade to 47d22ac
13 years ago
Ryan Dahl
24dabec039
now working on v0.5.10
13 years ago
Ryan Dahl
3bd9b08fb1
Bump version to v0.5.9
13 years ago
Ryan Dahl
07703fa78e
Revert "v8: implement VirtualMemory class on SunOS"
This reverts commit 9bbca99107
.
13 years ago
Ryan Dahl
3b1d656da5
Revert "Upgrade V8 to 3.6.6"
Not stable enough.
- Windows snapshot linking broken
- Linux crash on ./node_g test/simple/test-stream-pipe-multi.js
This reverts commit 56e6952e63
.
13 years ago
Ben Noordhuis
9bbca99107
v8: implement VirtualMemory class on SunOS
13 years ago
Ryan Dahl
75cfc77527
Upgrade libuv to f7f518a
13 years ago
Ryan Dahl
8c738fa90c
child_process.fork: don't overwrite env
thanks to Malte-Thorben Bruns for pointing this out
13 years ago
Ryan Dahl
ca4a0fce65
Remove test-child-process-channel.js
13 years ago
Ryan Dahl
982b19dbd7
Adjust listenFD deprecation message. Remove test.
13 years ago
Ryan Dahl
2c25507b81
process.stderr goes through libuv now
This commit removes one assert from test-console.js in which we check that
process.stderr.write returns true. In the case of a dump to a file we cannot
guarantee this any longer now that it goes through fs.WriteStream.
13 years ago