Shigeki Ohtsu
b6595c4d60
build: remove unused import from configure script
13 years ago
Jimb Esser
78db18739a
tls: proxy set(Timeout|NoDelay|KeepAlive) methods
- fix crash calling ClientRequest::setKeepAlive if the underlying request is
HTTPS.
- fix discarding of callback parameter when calling ClientRequest::setTimeout on
HTTPS requests.
- fix discarding of noDelay parameter when calling ClientRequest::setNoDelay on
HTTPS requests.
13 years ago
Ben Noordhuis
30b29d8f87
build: disable -fstrict-aliasing if gcc < 4.6.0
A compiler bug in older versions of gcc makes it do unsafe optimizations at -O1
and higher. This manifested itself with (at least) gcc 4.5.2 on SmartOS because
it made V8 hang in a busy loop.
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45883
13 years ago
Ben Noordhuis
0613af0a20
build: remove --shared-cares configure switch
c-ares is a) bundled with libuv now, and b) contains out-of-tree patches. It no
longer makes sense to link against a shared library.
Fixes #2117 .
13 years ago
Igor Zinkovsky
5e803219d8
update libuv to 702f905f73
13 years ago
Igor Zinkovsky
9be20afeb5
update libuv to 6bbccf1fe0
13 years ago
Igor Zinkovsky
67b10f816c
fix test-net-pipe-connect-errors for windows
13 years ago
Vincent Ollivier
8cdbf014bd
test: fix typo in test-child-process-stdout-flush
13 years ago
Ben Noordhuis
bab59f33e7
uv: upgrade to 0459097
13 years ago
Ben Noordhuis
ebb79cdaba
Revert "test-fs-watch: Add faster failure, and link to #2813"
This reverts commit 9a6f936c8a
.
13 years ago
Blake Miner
7343f8e776
tls: add `honorCipherOrder` option to tls.createServer()
Documented how to mitigate BEAST attacks.
13 years ago
Joshua Holbrook
56cfcea4b4
child_process: remove dummy "setsid" option setting
13 years ago
Ben Noordhuis
af7960b295
uv: upgrade to 2f886c8
13 years ago
Shigeki Ohtsu
18acdff8d3
build: fix the help output of vcbuild.bat
13 years ago
koichik
cd5d2473a4
net: fix race write() before and after connect()
Fixes #2827 .
13 years ago
isaacs
44daa9836b
Wrap NodeScript binding class in JavaScript layer
This makes it easy to prevent errors where Script methods
are called on non-script objects, resulting in Assertion failures.
13 years ago
isaacs
29463cb60c
Update argv0 test to verify correct behavior
13 years ago
AJ ONeal
493a6bb19a
[ISSUE #2554 #2567 ] throw if fs args for 'start' or 'end' are strings
13 years ago
Nathan Rajlich
ba0892ba91
build: build addons into the "build" dir instead of "out"
This matches the old node-waf system. Having two different dirs for this stuff
is dumb.
13 years ago
Mathias Bynens
cacd651ec6
punycode: Update to v1.0.0
13 years ago
isaacs
50cfeef65e
Remove -Wall from v8 build
13 years ago
isaacs
412cebec9e
v8: Remove OutputDirectory from build/common.gypi
13 years ago
isaacs
2e24ded6d2
Upgrade v8 to 3.9.11
13 years ago
isaacs
fde26002f1
v8: Remove OutputDirectory from build/common.gypi
13 years ago
isaacs
f4641bd4de
Update v8 to 3.9.9
13 years ago
Shigeki Ohtsu
82ad1f87fa
Fix #2830 for the old gcc bug on SmartOS
13 years ago
isaacs
0e7dad3f6e
Merge branch 'json-api-docs'
13 years ago
isaacs
7af2d6b985
Handle miscs better
13 years ago
isaacs
909ea3008e
Debugger should be a misc, not 'concept'
13 years ago
isaacs
5571c1aaa4
'Events' is a module, not an event named 's'
13 years ago
isaacs
f9df88c6da
s/streams/stream/
13 years ago
isaacs
f9e464f95a
s/buffers/buffer/
13 years ago
isaacs
9fe92590b2
doc refactor: zlib
13 years ago
isaacs
f4720d8dbd
doc refactor: vm
13 years ago
isaacs
8e6086b403
doc refactor: util
13 years ago
isaacs
a54b70a355
doc refactor: url
13 years ago
isaacs
cf4700aff4
doc refactor: tty
13 years ago
isaacs
c9b35b9923
doc refactor: tls
13 years ago
isaacs
c4d6c7f829
doc refactor: timers
13 years ago
isaacs
f0694e1e0c
doc refactor: synopsis
13 years ago
isaacs
03968739c5
doc refactor: streams
13 years ago
isaacs
94c6bcfdad
doc refactor: stdio
13 years ago
isaacs
dfdf09d43d
doc refactor: repl
13 years ago
isaacs
728386bfb2
doc refactor: readline
13 years ago
isaacs
628bc835ae
doc refactor: querystring
13 years ago
isaacs
a52254d0d7
doc refactor: process
13 years ago
isaacs
aef61ee367
doc refactor: path
13 years ago
isaacs
0e752246d3
doc refactor: os
13 years ago
isaacs
2fd5cb3d2e
doc refactor: net
13 years ago
isaacs
0cf7156f08
doc refactor: modules
13 years ago