Fedor Indutny
698455384f
use uv for memory and loadavg functions
14 years ago
Ryan Dahl
b413c77583
Support sending handles to other processes
Needs test.
14 years ago
Ryan Dahl
26c5905a99
Reimplement child_process.fork
Fixes test/simple/test-child-process-fork.js
14 years ago
Ryan Dahl
471c5701c3
uv_write2 uv_read2_start binding
14 years ago
Ryan Dahl
c344fbc285
Add process.uvCounters() for debugging
14 years ago
Ryan Dahl
311fe737e8
Upgrade libuv to 60c639f
Also remove unused src/stdio_wrap.cc
14 years ago
Colton Baker
87286cc737
Fixed a lot of jslint errors.
Fixes #1831
14 years ago
Ben Noordhuis
bc7cfd7cd7
http: remove legacy http library
14 years ago
Christian Tellnes
d9c67aebff
dns: implement resolveTxt()
14 years ago
Ben Noordhuis
f1ca485357
zlib: fix assert message
14 years ago
Ryan Dahl
8f23fd545d
Now working on v0.5.9
14 years ago
Ryan Dahl
7cc17a0cea
Bump version to v0.5.8
14 years ago
Ryan Dahl
4e43afd973
Fixes #1805 . Reset TTY mode on exit.
14 years ago
Ryan Dahl
416c14f644
Remove a few instances of process.binding('stdio') from src/node.js
14 years ago
Ryan Dahl
7e62bc9828
Move process.stdout unref hack to handle_wrap.cc
See #1726
14 years ago
Fedor Indutny
0a42266824
debugger: double ctrl+break on win should exit node
Fixes #1780 .
14 years ago
Ryan Dahl
2e389c6531
scope.Close in GuessHandleType; don't use uv_is_tty
14 years ago
Ryan Dahl
e1dc6e6d73
Bind uv_tty_get_winsize
14 years ago
Ryan Dahl
1de156abb1
Bind/use uv_guess_handle
14 years ago
Ryan Dahl
74b6426ec6
Initial pass at new TTY js layer
This breaks Windows.
14 years ago
Ryan Dahl
0f8f863043
Fixes #1726 , hack to unref process.stdout
14 years ago
Ben Noordhuis
c4eaf7e5a9
crypto: implement randomBytes() and pseudoRandomBytes()
14 years ago
Fedor Indutny
82d0ac7ac7
Ctrl+Break on windows starts debugger server
14 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
14 years ago
Fedor Indutny
2c9bcb28be
move debugger_running to correct place
14 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
14 years ago
Ben Noordhuis
942b92a06e
cygwin: fix new[]/delete mismatch
14 years ago
Ben Noordhuis
aff91f79ae
cygwin: fix return of uninitialized variable
14 years ago
Ben Noordhuis
d91f64fcbb
cygwin: fix new[]/delete mismatch
14 years ago
Ben Noordhuis
6ee676c0e4
cygwin: fix return of uninitialized variable
14 years ago
Ryan Dahl
94bedc60f4
Upgrade libuv to f20297f
14 years ago
Igor Zinkovsky
8fe5712477
fs watcher binding
14 years ago
Ben Noordhuis
93aad55342
crypto: fix delete of potentially uninitialized pointer
14 years ago
Ben Noordhuis
fdb0eb5825
crypto: fix read of potentially uninitialized variable
14 years ago
Ben Noordhuis
3a9b08f156
crypto: look up SSL errors with ERR_print_errors()
14 years ago
Ben Noordhuis
9ef962f9ee
crypto: fix error message buffer overrun
ERR_error_string() expects a buffer of at least 256 bytes, the input buffer
was not even half that size. Use ERR_error_string_n() instead.
14 years ago
Ben Noordhuis
320cf729db
crypto: fix delete of potentially uninitialized pointer
14 years ago
Ben Noordhuis
b185751c3f
crypto: fix read of potentially uninitialized variable
14 years ago
Ryan Dahl
cfe0f4226b
Now working on v0.4.13
14 years ago
Ryan Dahl
771ba34ca7
Bump version to v0.4.12
14 years ago
Ryan Dahl
6312e889b1
Drain OpenSSL error queue? Addresses #1719
14 years ago
koichik
3e853e627e
buffer: write() should always set _charsWritten.
Refs #1633 .
14 years ago
koichik
96ede8cc9b
buffer: Avoid overrun with 'binary' encoding.
Fixes #1624 .
14 years ago
isaacs
ef27d56cc1
Fixes #1610 Remove DigiNotar CA from trusted list
Details:
https://threatpost.com/en_us/blogs/attackers-obtain-valid-cert-google-domains-mozilla-moves-revoke-it-082911
http://www.coriolis-systems.com/blog/2011/08/diginotar-certificate-security.php
14 years ago
Ryan Dahl
ce9caa237f
Fix #1563 . overflow in ChildProcess custom_fd.
Backported from master f5db3f1f85
14 years ago
Ryan Dahl
dc578724b1
Now working on v0.4.12
14 years ago
Ryan Dahl
a745d19ce7
Bump version to v0.4.11
14 years ago
Ryan Dahl
ae0dd0d89c
Remove extra method declaration
14 years ago
Ryan Dahl
c1ae6ea2f2
Add TTYWrap
14 years ago
Ben Noordhuis
44bebc0d52
crypto: look up SSL errors with ERR_print_errors()
14 years ago