Ben Noordhuis
52eaac4382
uv: upgrade to 0fb3769
13 years ago
Ben Noordhuis
818f0cba55
v8: fix freebsd build, implement VirtualMemory class
13 years ago
Igor Zinkovsky
143aeb9ea7
upgrade libuv to e1bee05ecdbffbe9de37830530ad2ae2f1fb41c8
13 years ago
Ben Noordhuis
edea4122b1
Revert "Upgrade V8 to 3.7.1"
This reverts commit 92f5a5d3ca
.
V8 3.7.1 in debug mode on ia32 has a curious race-like bug where an fs.Stats
object is not fully formed until some time after it's created. This is easy
to demonstrate by running `make test-debug`.
V8 3.7.0 does not exhibit this behaviour so back we go.
Fixes #1981 .
13 years ago
Ben Noordhuis
21b64dc7c9
uv: upgrade to 90b0b7d
13 years ago
Ben Noordhuis
a7803c58e4
uv: upgrade to 70381ce
13 years ago
Bert Belder
60efa608d6
Upgrade libuv to e4d6509211
13 years ago
Bert Belder
2f22024806
Upgrade libuv to 90e15f1110
13 years ago
Bert Belder
6a6a70e80e
Fix v8 build on Windows
There's probably a better way to fix this
13 years ago
Ben Noordhuis
3dee0e4cd8
zlib: compile without -ansi
Source contains C++ / C99 comments, gcc in strict mode doesn't like that.
13 years ago
Ben Noordhuis
b9529545e1
v8: implement VirtualMemory class on SunOS
Unbreaks build on SunOS. Re-applies 4908e5bf7a
.
13 years ago
Ryan Dahl
92f5a5d3ca
Upgrade V8 to 3.7.1
13 years ago
Ben Noordhuis
b8847e9ac6
uv: upgrade to 0cb2213
13 years ago
Ben Noordhuis
dd6faa5adf
uv: upgrade to 179f475
13 years ago
Ben Noordhuis
401c073dd2
uv: upgrade to ec825ff
13 years ago
Ryan Dahl
9b2335a356
Upgrade libuv to 7738306
13 years ago
Ryan Dahl
fb3cccc257
Upgrade libuv to 2c7e8bb
13 years ago
Ben Noordhuis
145aa636b9
uv: upgrade to 28234d7
13 years ago
Igor Zinkovsky
107b05772a
build: fix windows build
13 years ago
Ben Noordhuis
4908e5bf7a
v8: implement VirtualMemory class on SunOS
Unbreaks build on SunOS. Un-reverts 9bbca99107
.
13 years ago
Ben Noordhuis
3108a9ee38
uv: upgrade to 456f831
13 years ago
Ryan Dahl
33b5f2f779
Upgrade V8 to 3.7.0
13 years ago
Ryan Dahl
b8966872b3
Upgrade libuv to c903bc3
13 years ago
Ben Noordhuis
bc96302fae
uv: upgrade to 25a177a
Fixes #1869 .
13 years ago
Ryan Dahl
728b04067d
Upgrade libuv to 4ac1309
Fixes #1857
13 years ago
Ben Noordhuis
6cb1d26924
v8: fix gyp build on windows
13 years ago
Ben Noordhuis
c215262db4
uv: upgrade to 47d22ac
13 years ago
Ryan Dahl
07703fa78e
Revert "v8: implement VirtualMemory class on SunOS"
This reverts commit 9bbca99107
.
13 years ago
Ryan Dahl
3b1d656da5
Revert "Upgrade V8 to 3.6.6"
Not stable enough.
- Windows snapshot linking broken
- Linux crash on ./node_g test/simple/test-stream-pipe-multi.js
This reverts commit 56e6952e63
.
13 years ago
Ben Noordhuis
9bbca99107
v8: implement VirtualMemory class on SunOS
13 years ago
Ryan Dahl
75cfc77527
Upgrade libuv to f7f518a
13 years ago
Ryan Dahl
7cf787a2d1
Upgrade libuv to 5656e3
This modifies the TTYWrap constructor to add another argument specifying if
it's a readable or writable TTY . That is stdin or stdout. If a TTYWrap is
not readable then writes to it are blocking.
This makes process.stdout blocking.
13 years ago
Ryan Dahl
56e6952e63
Upgrade V8 to 3.6.6
13 years ago
Ben Noordhuis
025f5c89c7
uv: upgrade to 41e8574
13 years ago
Ryan Dahl
a23d8ad313
Upgrade libuv to 9f6024a
Fixes #1840
13 years ago
Ryan Dahl
08c12de8e2
Upgrade libuv to 886b112
13 years ago
Ryan Dahl
311fe737e8
Upgrade libuv to 60c639f
Also remove unused src/stdio_wrap.cc
13 years ago
Ryan Dahl
627f379f22
upgrade libuv to 0303197
13 years ago
Ryan Dahl
d1e6a13179
Upgrade libuv to fe18438
13 years ago
Bert Belder
c06af229dc
Upgrade libuv to 2c0fca9a41
13 years ago
Ben Noordhuis
fcba1459f2
uv: upgrade to 8f617b9
13 years ago
Ryan Dahl
94bedc60f4
Upgrade libuv to f20297f
13 years ago
Ryan Dahl
8d37b6c92b
upgrade libuv
13 years ago
Ben Noordhuis
ed44098cf6
build: fix SYS_clock_gettime feature check
execute=True makes it fail while cross-compiling.
Fixes #1541 .
13 years ago
Ben Noordhuis
8b2a3354f9
http_parser: cherry-pick 3258e4a and b89f944 from upstream
Fixes #1569 , parse error on multi-line HTTP headers.
13 years ago
Ben Noordhuis
52037d897d
uv: upgrade to 2dae0c9
13 years ago
Ryan Dahl
6b98a63974
Upgrade libuv to 2ef8f35
13 years ago
isaacs
5b8e1dabbc
Initial pass at zlib bindings
13 years ago
Ryan Dahl
d750927b36
Upgrade libuv to 75a088e
13 years ago
Ryan Dahl
2d0b1ed7ad
Upgrade libuv to 2640aae
Add test for bug fixed in joyent/libuv@2640aae1
13 years ago