Bert Belder
35f4182cee
Make error reporting from node::DLOpen more consistent
13 years ago
Bert Belder
6ee73a2fee
Windows: ErrnoException shouldn't mix up crt and win32 errors
13 years ago
Igor Zinkovsky
24a69d22a0
process.kill to use uv_kill
13 years ago
Maciej Małecki
b4afe605f4
node: remove `process.compile`
It was deprecated before v0.4.
13 years ago
Ben Noordhuis
a1fa3efd2b
core: fix off-by-one error in node::DLOpen()
Fixes loading of modules that use the NODE_MODULE macro on POSIX platforms.
13 years ago
Bert Belder
dd93c53c4e
Make node::DLOpen use uv_dlopen
13 years ago
Bert Belder
889620dcd2
Wrap long lines, strip trailing whitespace
13 years ago
Igor Zinkovsky
f35a396c54
Revert "remove node_io_watcher"
This reverts commit cc2ac1ccc7
.
13 years ago
Igor Zinkovsky
cc2ac1ccc7
remove node_io_watcher
13 years ago
Ryan Dahl
c5d54010bc
node cluster is now a module instead of CLI interface
This is to make room for master process plugins instead of adding CLI
options as proposed in #1879 .
13 years ago
Ryan Dahl
b3ddb895d2
Don't compile in node_dtrace.cc when not supported
13 years ago
Ryan Dahl
6cc42927d8
Display sys_errno when UV_UNKNOWN is returned
13 years ago
Ryan Dahl
5783a52a9c
Remove process.memoryUsage().vsize
Not meaningful cross platform; unused.
13 years ago
Ryan Dahl
d77ce4b998
Fixes #1860 . Remove process.writeError
Breaks a few tests in "make test-message"
13 years ago
Igor Zinkovsky
971c3d90eb
win: remove pthread-win32 init code
13 years ago
Ben Noordhuis
e0297ca59b
node: fix use of potentially uninitialized variable
13 years ago
Ben Noordhuis
dc0b7364b5
node: fix arguments to uv_timer_start()
13 years ago
Ryan Dahl
08cb8fce67
Remove process.ARGV
Use process.argv instead.
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
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
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
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
Bert Belder
d3f3f2e455
Windows: exit on ctrl+c
Fixes #1813
13 years ago
Ryan Dahl
26c5905a99
Reimplement child_process.fork
Fixes test/simple/test-child-process-fork.js
13 years ago
Ryan Dahl
c344fbc285
Add process.uvCounters() for debugging
13 years ago
Ben Noordhuis
bc7cfd7cd7
http: remove legacy http library
13 years ago
Ryan Dahl
4e43afd973
Fixes #1805 . Reset TTY mode on exit.
13 years ago
Fedor Indutny
0a42266824
debugger: double ctrl+break on win should exit node
Fixes #1780 .
13 years ago
Fedor Indutny
82d0ac7ac7
Ctrl+Break on windows starts debugger server
13 years ago
Fedor Indutny
26aab0dc5d
EnableDebug immediatly on SIGUSR1
Don't wait for script to break somewhere, because that may not happen if
execution is inside event-loop, not in v8.
Add '\n' to the end of 'debugger listening...' message
13 years ago
Fedor Indutny
2c9bcb28be
move debugger_running to correct place
13 years ago
Fedor Indutny
9e09fc0508
more cli options
* node debug localhost:5858 - connects to remote debugger
* node debug -p `pgrep node` - connects to running process
* Fixed double-run of debugger on SIGUSR1
13 years ago
Ben Noordhuis
0d80040adf
uv: upgrade to 9bd8bd7
14 years ago
Ryan Dahl
21cc4c4985
Upgrade libuv to ea4271f
Required adding uv_default_loop() in many places.
14 years ago
Igor Zinkovsky
bce41fac94
Use new uv_fs_ apis
This will cause master to be unstable for a while as we replace existing eio
calls with uv_fs calls.
14 years ago
Ryan Dahl
ff7f7ae386
Fixes #1503 . make libuv backend default on unix
14 years ago
Ryan Dahl
52a40e0fd5
Add process.features.debug; fixes simple/test-executable-path.js
14 years ago
Ben Noordhuis
7003d6eff5
Move ARRAY_SIZE macro to node.h
14 years ago
Ben Noordhuis
5e37e10e41
module: fix pointer reference to out-of-scope variable
Reported by Tom Hughes.
14 years ago
Ben Noordhuis
eaac88163a
module: fix pointer reference to out-of-scope variable
Reported by Tom Hughes.
14 years ago
Ben Noordhuis
7cab4d6870
typed arrays: integrate plask's typed array implementation
14 years ago
Peter Bright
b9d777734d
Fix MSVS building.
14 years ago
Ryan Dahl
e6b06bc6c5
win: fix test-process-env
Remove support for setting process.env.TZ as it doesn't seem we can do it
x-platform without fixing V8.
14 years ago