Bert Belder
858f23094e
Bindings for libuv-integrated c-ares
14 years ago
Niklas Fiekas
a3e5da07b4
Removed/Fixed TODO DRY
14 years ago
Mariano Iglesias
02ebcd8e26
Adding missing v8 namespace to NODE_PSYMBOL
14 years ago
Ben Noordhuis
bd0baf2338
Check that PR_SET_NAME is defined.
Avoids breaking the build with older (pre-2006) linux kernels.
Raises a JS exception if the script tries to assign to `process.title`.
Fixes #840 .
14 years ago
Ryan Dahl
44d30f2d65
Fix require with --eval
Caused by bad merging of d6ec8f
Fixes #1261 .
14 years ago
Ryan Dahl
5a2155dc71
Set process.useUV also on env NODE_USE_UV=1
14 years ago
Ryan Dahl
412e413edc
Upgrade libuv
14 years ago
Henry Rawas
dd175a4ede
fix mingw build
14 years ago
Ryan Dahl
20996dbc2b
Revert "Add support for file descriptor type detection."
This reverts commit 911cbd0cef
.
This patch is broken on Linux and I don't want to think about the
functionality during the Windows port. We can reconsider it after v0.6.
14 years ago
Ryan Dahl
d005cc5cc9
Enable new timer binding only on --use-uv
14 years ago
Ryan Dahl
263e33a738
Revert "Get rid of the old timer binding"
This reverts commit cc82724fdc
.
Conflicts:
src/node.cc
wscript
14 years ago
Ryan Dahl
e286480e34
Now working on v0.4.10
14 years ago
Ryan Dahl
de44eafd78
Bump to v0.4.9
14 years ago
Henry Rawas
4e1e60fbf0
Fix the MinGW build
14 years ago
Henry Rawas
47a5d93256
Fix test-net-pingpong.js on windows
14 years ago
Ryan Dahl
f657d58fe1
Upgrade libuv to f9b9bb44bd6e2b74729b5d1ff481adf4213e9a0b
14 years ago
Ryan Dahl
02699a3a8e
net_uv: child process use net_legacy; recognize NODE_USE_UV=1 env var
14 years ago
koichik
d6ec8f668e
Fix -e/--eval can't load module from node_modules
With -e or --eval, require() can load module using relative path.
node -e 'require("./foo")'
But it can't load module from node_modules directory.
node -e 'require("foo")'
Fixes #1196 .
14 years ago
Ryan Dahl
feb26d6c74
Fixes #1203 . Add missing scope.Close to fs.sendfileSync
14 years ago
Ryan Dahl
52b517c6ab
Revert "Add --cov code coverage option"
This can be done in user space. EG https://github.com/cloudkick/whiskey
This reverts commit da9b3340eb
.
This reverts commit b4ff36a41b
.
Conflicts:
src/node.cc
14 years ago
Ryan Dahl
710f8e2acc
Add --use-uv command-line flag to use libuv backend
14 years ago
Ryan Dahl
9696c27c45
tcp_wrap: implement shutdown
14 years ago
Ryan Dahl
ea8969787c
tcp_wrap: Don't return req object on error.
14 years ago
Ryan Dahl
97296e405c
tcp_wrap: add writeQueueSize
14 years ago
Ryan Dahl
ddc989333d
tcp_wrap: implement socket.connect()
14 years ago
Ryan Dahl
dae73dbd28
tcp_wrap: onread oncomplete parameter massage
14 years ago
Ryan Dahl
dafe32d3bf
tcp_wrap: implement write
14 years ago
Mark Cavage
7c51275bce
Cleanup crypto verify to not print unnecessary errors
14 years ago
Ryan Dahl
86214c9f16
tcp_wrap: Initial wrap of uv_read_start
14 years ago
Ryan Dahl
5fd9adccdb
Remove confusing comment in node_buffer.h
14 years ago
Ryan Dahl
1261b17129
libuv wraps: Dispose of JS object on close()
14 years ago
Mark Cavage
88552c51ae
Support for signature verification with RSA/DSA public keys
Fixes #1166 .
14 years ago
Ryan Dahl
55636e5526
tcp_wrap: Remove listener deck
14 years ago
isaacs
9967c369c9
AMD compatibility for node, with docs and tests
Closes #1173
Closes #1170
14 years ago
Bert Belder
2eb1274d6c
Compensate for uv_async_init api change
14 years ago
Ryan Dahl
effeeb5cf2
Bind uv_listen()
14 years ago
Ryan Dahl
062759194b
Initial binding to uv_tcp_t
14 years ago
Ryan Dahl
623f513071
Upgrade libuv
14 years ago
Bert Belder
09ac99f1f4
Avoid tick spinner spinning forever
14 years ago
Bert Belder
406f44a86b
Build on windows again
14 years ago
Bert Belder
126e3ba2d3
Get rid of node_idle_watcher
14 years ago
Bert Belder
cc82724fdc
Get rid of the old timer binding
14 years ago
Bert Belder
d9aa9b54cf
Use timer_wrap instead of the old timer binding
14 years ago
Bert Belder
5c9a262eb0
Compatibility issue and warning in x-forwarded-for dtrace probe
14 years ago
Ryan Dahl
7a5977b5d6
Upgrade libuv to e58a1abff02d7bacf89a56de9050e27690a97bc5
14 years ago
Dave Pacheco
e142fe2be6
DTrace probes: support X-Forwarded-For
INTRO-385
14 years ago
Ryan Dahl
1d7a46a588
Disabling SSL compression is dependent on OpenSSL version 0.9.8
Fixes #1087 .
14 years ago
Jérémy Lal
f23c45f7f4
Option to disable SSL v2
Fixes #880
14 years ago
Fuji, Goro
8971b59365
`node -e ''` should mean eval(''), not invoke REPL
Fixes #1116
14 years ago
Ryan Dahl
650a308634
Move MakeCallback and SetErrno to node.cc
14 years ago