Maciej Małecki
683c1c6583
docs: document `process.versions`
2011-10-13 17:02:54 +02:00
Simen Brekken
4b0e36810a
net: register net.Server callback only once
...
Only register once for listening when passing a callback to Server.listen(),
this prevents servers recycled using close() from invoking the callback when
Server.listen() is called later.
2011-10-13 16:09:14 +02:00
Ben Noordhuis
fab68aa1ed
platform: support long process names on linux
2011-10-13 15:48:02 +02:00
Ben Noordhuis
5faff9ebdf
test: test long process name support
...
On platforms that support it: linux, freebsd, darwin
2011-10-13 15:47:05 +02:00
koichik
1b55010a04
docs: added .json modules.
2011-10-13 17:06:27 +09:00
Brian White
f243ca199b
docs: mention util instead of sys
2011-10-13 05:06:42 +02:00
Ryan Dahl
3a34972672
Fix test-http-conn-reset.js on OSX
2011-10-12 17:31:49 -07:00
Ilya Dmitrichenko
39987cbc80
docs: improved fs.Stats section in API documentation
2011-10-13 02:25:30 +02:00
Arnout Kazemier
e3d2ae0bfd
sys has been moved to util
2011-10-13 02:21:37 +02:00
Ryan Dahl
e911171e03
Move some slow tests to pummel
2011-10-12 16:59:00 -07:00
Ryan Dahl
7b4370e5f8
Fix test/pummel/test-watch-file.js
2011-10-12 16:19:46 -07:00
Ryan Dahl
651b8a06d6
Fix test/pummel/test-exec.js
2011-10-12 16:12:24 -07:00
Karl Skomski
9557020dc1
New win32 platform function: GetCPUInfo
...
Fixes #1644
2011-10-12 15:10:19 -07:00
Daniel Ennis
59be975322
Improve IPC performance.
...
Reading of JSON data off the buffer, 10-15% performance increase.
Fixes #1864 .
2011-10-12 15:06:51 -07:00
Ryan Dahl
73b4b86d29
Add cluster.js to node.gyp
2011-10-12 14:51:25 -07:00
Ryan Dahl
de7fb33879
Add some docs for node cluster
2011-10-12 14:19:32 -07:00
Ryan Dahl
08cb8fce67
Remove process.ARGV
...
Use process.argv instead.
2011-10-12 14:10:37 -07:00
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.
2011-10-12 12:49:58 -07:00
Ryan Dahl
16e1d5b5ce
Remove uname and git-rev detection from http_simple.js
2011-10-12 12:29:40 -07:00
Ryan Dahl
b8966872b3
Upgrade libuv to c903bc3
2011-10-12 12:27:46 -07:00
Ben Noordhuis
6ed8d41ddd
docs: fix child_process.send() example
2011-10-12 17:44:47 +02:00
Ben Noordhuis
bc96302fae
uv: upgrade to 25a177a
...
Fixes #1869 .
2011-10-12 17:37:35 +02:00
Ben Noordhuis
c82828ec27
test: add test for #1869
...
fs.readdir() on file should raise ENOTDIR, not UNKNOWN.
2011-10-12 17:37:30 +02:00
Ben Noordhuis
752571c7ba
Remove --use-legacy switch from --help section.
2011-10-12 15:47:20 +02:00
Ryan Dahl
87339a22b1
introduce node cluster
2011-10-12 02:58:35 -07:00
Igor Zinkovsky
99757cbeb2
fix simple/test-fs-utimes.js on windows
2011-10-11 22:50:16 -07:00
Ryan Dahl
2b46959075
Add throughput benchmark
2011-10-11 22:40:04 -07:00
Igor Zinkovsky
f164704383
fs.watch documentation
2011-10-11 18:28:16 -07:00
Ryan Dahl
e0b59e7dbc
Remove more dead code
2011-10-11 15:20:12 -07:00
Ryan Dahl
7085a04a1e
Remove process.ENV
2011-10-11 15:17:32 -07:00
Ryan Dahl
83fce75700
Remove stdio binding source - somehow this was missed in cdf5d91
2011-10-11 14:59:39 -07:00
Ryan Dahl
0e2bbac4e0
Fix test-module-load-list.js
2011-10-11 14:49:39 -07:00
Ryan Dahl
9631e29933
Remove tests relying on !process.features.uv
2011-10-11 14:47:02 -07:00
Ryan Dahl
c8dbaf579c
Remove --use-legacy and --use-uv
2011-10-11 14:39:31 -07:00
Ryan Dahl
4f59041990
Fix windows build
2011-10-11 14:25:50 -07:00
Ryan Dahl
cdf5d91fe5
Remove tty_legacy
2011-10-11 13:41:33 -07:00
Ryan Dahl
71cce3f45b
Remove dgram_legacy
2011-10-11 13:26:41 -07:00
Ryan Dahl
58e892dadd
Remove dns_legacy
2011-10-11 13:21:30 -07:00
Ryan Dahl
96e423a665
Remove child_process_legacy
2011-10-11 13:16:33 -07:00
Ryan Dahl
be0bb2dc13
Remove net_legacy timers_legacy
2011-10-11 13:11:54 -07:00
Ryan Dahl
d2b8037ed0
disable test-sendfd
2011-10-11 13:03:29 -07:00
Fedor Indutny
178e2ce65f
docs: improve addons, readline, repl documentation
2011-10-11 21:44:09 +02:00
Ben Noordhuis
49c3a910c6
docs: fix typo in code snippet
2011-10-11 21:05:45 +02:00
Ryan Dahl
53c163cd5b
Disable test-child-process-custom-fds.js
2011-10-11 11:27:58 -07:00
Ryan Dahl
728b04067d
Upgrade libuv to 4ac1309
...
Fixes #1857
2011-10-11 10:51:07 -07:00
Tomasz Janczuk
6fadbec797
wix project to create msi installer for windows
...
Fixes #1706 .
2011-10-11 10:29:03 -07:00
Ryan Dahl
b280a2d44d
Remove ANOTHER old TODO list
2011-10-11 10:08:49 -07:00
Ryan Dahl
4f4f6dfce8
Remove old TODO list
2011-10-11 10:08:09 -07:00
Ryan Dahl
a29421bcfd
Delete another CMake file
2011-10-11 10:07:36 -07:00
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.
2011-10-11 09:58:38 -07:00