Herbert Vojčík
|
5d9753fccf
|
Fix child_process.cc build failure for FreeBSD.
|
15 years ago |
Felix Geisendörfer
|
f8a3cf980f
|
Properly handle child process exit codes
The child process 'exit' was returning the status of the process, rather than
the exit code. This patch properly deconstructs the status into the exit code
and the term signal a process may have received.
See:
http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#Watcher_Specific_Functions_and_Data_-5
and waitpid(2)
|
15 years ago |
Ryan Dahl
|
9b2aac61b2
|
Resolve EWOULDBLOCK to string if different thatn EAGAIN
|
15 years ago |
Ryan Dahl
|
3b75f5070d
|
Upgrade V8 to 2.2.6
|
15 years ago |
Tim Caswell
|
8f79169aef
|
Remove node.* deprecation messages.
|
15 years ago |
Ryan Dahl
|
e7a1fa1293
|
fs.FileWriteStream -> fs.WriteStream, fs.FileReadStream -> fs.ReadStream
|
15 years ago |
Ryan Dahl
|
5aea12b4c4
|
stdout should be writable only
|
15 years ago |
Felix Geisendörfer
|
203561208e
|
Remove coupling dep
|
15 years ago |
Felix Geisendörfer
|
c143cba590
|
Get rid of coupling for stdin
|
15 years ago |
Felix Geisendörfer
|
f2212fa59d
|
Support for FileReadStream.setEncoding
|
15 years ago |
Felix Geisendörfer
|
76f98c27de
|
Get rid of coupling for stdout
|
15 years ago |
Ryan Dahl
|
f618551694
|
Remove callback argument to FileWriteStream.prototype.write
|
15 years ago |
Matt Ranney
|
d1b352e4b3
|
Shorten some long lines.
|
15 years ago |
Ryan Dahl
|
24931f8405
|
Upgrade V8 to 2.2.5
|
15 years ago |
Matt Ranney
|
2374e557e3
|
More Buffer descriptions and examples.
Updated Script examples for New Script methods.
|
15 years ago |
Ryan Dahl
|
e235aae018
|
Fix bug in socket write optimization
Thanks to tlb@tlb.org for finding it!
|
15 years ago |
Ryan Dahl
|
c7b3c1ecbc
|
Add more asserts to test-http-big-proxy-responses
|
15 years ago |
Ryan Dahl
|
c6248efd73
|
Compile for beta versions of OpenSSL 1.0.0
|
15 years ago |
Jérémy Lal
|
0802326fc9
|
test-dns so that NXDOMAIN does not rise errors
|
15 years ago |
Jérémy Lal
|
5caf53a053
|
Add support for MX queries in dns module, works with c-ares upstream patch.
|
15 years ago |
Jérémy Lal
|
14d1ab5a3e
|
Apply unreleased upstream patch to support parse_mx_reply.
|
15 years ago |
Jonas Pfenniger
|
df07a713bd
|
New test-case: signal unregistration
The default signal-handler should be restored if no handlers are
assigned.
|
15 years ago |
Ryan Dahl
|
cee9080381
|
Fix typos
|
15 years ago |
Jérémy Lal
|
610faf713d
|
Drop UDNS from node.uselib. Add CARES for --system.
|
15 years ago |
Ryan Dahl
|
9926dacd14
|
Remove getaddrinfo from net2.cc
|
15 years ago |
Ryan Dahl
|
3d6ebbd296
|
Don't look for GnuTLS in wscript
|
15 years ago |
Ryan Dahl
|
c72967d335
|
Remove http_old tcp_old
|
15 years ago |
Ryan Dahl
|
caa828a242
|
bump version
|
15 years ago |
Ryan Dahl
|
bb4ae1769b
|
Link to old versions
|
15 years ago |
mape
|
b299b4b7a1
|
Update API doc
|
15 years ago |
Ryan Dahl
|
16f02403f8
|
Catch errors from stream events in net.js
Pipe into 'error' event.
|
15 years ago |
Ryan Dahl
|
e72b7b8002
|
Upgrade V8 to 2.2.4.2
|
15 years ago |
Krishna Rajendran
|
7a34afba77
|
openssl 1.0.0 constification
|
15 years ago |
Brian Hammond
|
40820ec8d5
|
Leave pos as undefined to allow reads from unseekable files like /proc/x/smaps on Linux
|
15 years ago |
Ryan Dahl
|
c9e27b11c5
|
Unify ErrnoException creation
|
15 years ago |
Ryan Dahl
|
0633e5cac9
|
Optimize for few args in EventEmitter.emit
|
15 years ago |
Ryan Dahl
|
6abdf051d3
|
Unhandled 'error' events kill program
By default 'error' throws. addListener to prevent this.
|
15 years ago |
Ryan Dahl
|
11f673e819
|
curl after server is listening
|
15 years ago |
Ryan Dahl
|
76d525b034
|
Remove assert for no-such-module
|
15 years ago |
Ryan Dahl
|
d70474dc10
|
SIGPIPE on stdout should kill the process by default
|
15 years ago |
Ryan Dahl
|
3934cb5485
|
Force no body on http 204 and 304
Thanks to tjholowayhuk@gmail.com for the test case.
|
15 years ago |
Ryan Dahl
|
94f9dc67c0
|
Add link to older tarball versions
|
15 years ago |
isaacs
|
cfd459abde
|
Move the module loading framework into lib/module.js. Minimal changes otherwise.
|
15 years ago |
isaacs
|
e0061a511d
|
refactor path module to lib/path.js
|
15 years ago |
isaacs
|
7ff53f4c6a
|
Refactor events module to lib/events.js
|
15 years ago |
Herbert Vojčík
|
4badb227cf
|
Fix TCP_KEEPIDLE build failure in FreeBSD.
|
15 years ago |
Julian Lamb
|
5f8f561d61
|
add setKeepAlive function, which enables and sets the TCP keep-alive timer
|
15 years ago |
Ryan Dahl
|
27ec33aad7
|
Add some libpaths for SSL
|
15 years ago |
Michaeljohn Clement
|
ac9d9f4e9f
|
better function test in addEventListener
|
15 years ago |
Tim Caswell
|
61308a5bff
|
Add a note in the API docs about binding to ports and using strings.
|
15 years ago |