Nathan Rajlich
608898c15b
configure: add a "--dest-os" option to force a gyp "flavor"
This makes cross-compiling easier. i.e. from my mac:
./configure --dest-cpu=arm --dest-os=linux
12 years ago
Nathan Rajlich
fb383a0ad0
util: make util.inspect() work when "hasOwnProperty" is overwritten
12 years ago
Ben Noordhuis
9a3521cb25
http: respect HTTP/1.0 TE header
A HTTP/1.0 client does not support 'Transfer-Encoding: chunked' unless it
explicitly requests it by sending a 'TE: chunked' header.
Before this commit, node.js always disabled chunked encoding for HTTP/1.0
clients. Now it will scan for the TE header and turn on chunked encoding if
requested and applicable.
Fixes #940 .
12 years ago
Pooya Karimian
0087bc6370
cluster.worker description and examples ere missing from the top level of docs
13 years ago
Fedor Indutny
052e63f27f
v8: fix semaphore on MacOS
Landed upstream: https://chromiumcodereview.appspot.com/10867009/
12 years ago
Bert Belder
c5e554dc7e
v8: reapply floating patches
13 years ago
Bert Belder
4899116d4b
v8: upgrade to 3.11.10.22
12 years ago
Bert Belder
6174ea6b4c
doc: don't use '
Ref: #3964
12 years ago
Atsuya Takagi
9f57e422cf
doc: fix typo in api/cluster
12 years ago
Ben Noordhuis
7dfa587d18
crypto, tls: make setSNICallback() compatible with domains
12 years ago
Ben Noordhuis
7d0543c128
crypto: make pbkdf2() compatible with domains
12 years ago
Ben Noordhuis
d1eff9ab68
crypto: make randomBytes() compatible with domains
Don't execute the callback in the context of the global object.
MakeCallback() tries to apply the active domain to the callback. If the user
polluted the global object with a 'domain' property, as in the code example
below, MakeCallback() will try to apply that.
Example:
domain = {}; // missing var keyword is intentional
crypto.randomBytes(8, cb); // TypeError: undefined is not a function
Fixes #3956 .
12 years ago
Bert Belder
ea1cba6246
windows: don't blow when a signal handler is attached
Blowing up when the user attaches a signal handler makes no sense. Also,
in Node 0.10 signals will be supported, so allow people to get used to
it.
12 years ago
koichik
37f0eb8df3
Revert "buffer: added support for writing NaN and Infinity"
This reverts commit 6b9425fe37
.
12 years ago
Ben Noordhuis
6c5fdd5223
doc: document prerequisites in README
12 years ago
koichik
6b9425fe37
buffer: added support for writing NaN and Infinity
to writeDoubleBE(), writeDoubleLE(), writeFloatBE() and writeFloatLE().
Fixes #3934 .
12 years ago
Shigeki Ohtsu
f347077e78
tls: support unix domain socket/named pipe in tls.connect
13 years ago
Bert Belder
9603f08f21
uv: upgrade to 24c062c
13 years ago
Bert Belder
b0d2795fe9
child process: fix processes with IPC channel don't emit 'close'
With this patch the IPC socket is no longer available in the
ChildProcess.stdio array. This shouldn't be very problematic, since
this socket was effectively non-functional; it would never emit any
events.
13 years ago
Nathan Rajlich
355c148427
build: set `process.platform` to "sunos" on SunOS
gyp sets it to "solaris" by default, but versions of node v0.6.x and
older would report "sunos". Let's keep things consistent.
Fixes #3944 .
13 years ago
Ankur Oberoi
a57d31595d
doc: fix grammar errors
13 years ago
isaacs
dec16aa5c2
Test client renegotiation attacks on HTTPS
This test should output roughly the same results as the tls ci-reneg attack
pummel test. However, it does not.
13 years ago
isaacs
0ef1e5b5eb
blog: Post for 0.9.1 release
13 years ago
Bearice Ren
ef3617c6f8
build: fix `make -j' fails after `make clean'
make fails if:
./configure && make clean && make -j6
as out/Makefile has not yet be made when entering sub dirs
13 years ago
Bert Belder
2418434568
windows: fix single-accept mode for shared server sockets
13 years ago
Ben Noordhuis
2786737417
build: compile with -fno-tree-sink if gcc <= 4.4
Fixes a 'pure virtual method called' run-time error with some versions of gcc
on some platforms, notably ARM.
13 years ago
Ben Noordhuis
84590f3fe9
build: fix -fno-tree-vrp heuristic
-fno-tree-vrp is a gcc only switch. Don't enable it when compiling with clang,
it will only complain about -fno-tree-vrp being ignored.
13 years ago
Nathan Rajlich
2d0c1da975
docs: fix syntax error in "https" example
13 years ago
koichik
752ac320ae
https: make https.get() accept a URL
https.get() now accepts either a URL (as a string) or an options object.
Refs #2859 .
Fixes #3882 .
13 years ago
Brandon Wilson
59011448c0
doc: more uniform and sleek buttons
Closes GH-3909
13 years ago
Nathan Rajlich
7142b260c6
build: tweak the openssl android configuration to build
Removed NO_CAST, NO_MD2 and NO_STORE because otherwise there were build errors.
Added NO_CAMELLIA, NO_MDC2, and NO_CMS because otherwise there were linker errors.
13 years ago
Nathan Rajlich
f8fd9aca8b
build: use the openssl android configuration for "arm" builds
13 years ago
Bert Belder
985fdf2cb3
doc: tidy the community page html file
13 years ago
Bert Belder
6c371c6a8c
doc: remove Felix's IRC logs from the community page
It's been down for months.
13 years ago
Bert Belder
31ddd9516e
doc: move ul styling to pipe.css
13 years ago
Bert Belder
1eab51412f
doc: pixel nudge
13 years ago
Bert Belder
45cd4e211e
doc: use somewhat consistent styling for css assets
13 years ago
Stéphan Kochen
81b711ba0b
doc: remove nodejs-dev from the community page
13 years ago
Ben Noordhuis
422772f23b
net: fix asserts
Fixes a 'Converting circular structure to JSON' TypeError.
13 years ago
isaacs
1597ce0eb3
website: Fix download link on win, un-break industry section
13 years ago
Bert Belder
99ad52ecbe
doc: remote the "recommended modules" section
13 years ago
isaacs
0407ecfcfb
blog: v0.8.8 release
13 years ago
isaacs
0ccdedab79
Now working on 0.8.9
13 years ago
isaacs
0ee1760ee1
Merge branch 'v0.8.8-release' into v0.8
13 years ago
Ryan Dahl
f90c9ce0e2
Upgrade GYP to r1477
13 years ago
isaacs
a299c97bbc
2012.08.22, Version 0.8.8 (Stable)
* V8: upgrade to 3.11.10.19
* npm: upgrade to 1.1.59
* windows: fix uninitialized memory access in uv_update_time() (Bert Belder)
* unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis)
* unix: fix integer overflow in uv_hrtime (Tim Holy)
* sunos: fix uv_cpu_info() on x86_64 (Ben Noordhuis)
* tls: update default cipher list (Ben Noordhuis)
* unix: Fix llvm and older gcc duplicate symbol warnings (Bert Belder)
* fs: fix use after free in stat watcher (Ben Noordhuis)
* build: Fix using manually compiled gcc on OS X (Nathan Rajlich)
* windows: make junctions work again (Bert Belder)
13 years ago
isaacs
c259499945
npm: Upgrade to 1.1.59
13 years ago
isaacs
ee200942dd
lint
13 years ago
Ron Korving
2e1f2b535e
doc: fix typo in cluster example code
13 years ago
isaacs
2f1985ca7d
npm: Upgrade to 1.1.57
13 years ago