isaacs
b919e29871
blog: Direct bugs/feature feedback to issues
13 years ago
isaacs
5193d59219
blog: Don't print 'undefined' for missing author/category
13 years ago
isaacs
103921dac0
blog css: Styling of nested lists
13 years ago
isaacs
1747eeff1a
homepage: Update Claudio's title/link
13 years ago
isaacs
3e0757c101
lint
13 years ago
isaacs
3644b0bc96
uv: upgrade to 5b8a112
13 years ago
isaacs
c721604d25
npm: Upgrade to 1.1.33
Support for parallel use of the cache folder
Retry on registry timeouts or network failures
Reduce 'engines' failures to a warning
Use new zsh completion if aviailable
13 years ago
Bert Belder
ba0efd6de0
Merge branch 'v0.8'
13 years ago
isaacs
f2a9ed4873
Fix #3577 Un-break require('sys')
13 years ago
Bert Belder
3ea2a618ad
uv: upgrade to 4a88b3b
13 years ago
isaacs
37bdd36d70
blog: Show 0.8.0 even after 0.8.1 ships
The 0.(even).0 releases typically have benchmarks and other interesting
stuff, since that's a milestone.
13 years ago
Ben Noordhuis
2d0011f532
Revert "tools: update closure_linter to the latest(2.3.5)"
This reverts commit 6d98524609
.
This reverts commit 60ff789618
.
closure_linter now depends on the gflags module and not everyone will have that
installed by default.
13 years ago
Ben Noordhuis
6531f187d8
util: speed up formatting of large arrays/objects
Don't .indexOf() into the keys array. V8 is smart but not so smart that it
knows how to turn the linear scan into a O(1) lookup.
Fixes #3562 .
13 years ago
Ben Noordhuis
be3afd0bec
doc: remove references to deprecated fs api
The string-based versions of fs.read() and fs.write() have been deprecated
since before v0.2.0.
13 years ago
Shigeki Ohtsu
e7e34ddb66
test: fix test-dgram-broadcast-multi-process
The test failed when a router replies IPADDR_BROADCAST.
Fixed it by specifying only one address to bind a socket.
13 years ago
Shigeki Ohtsu
60ff789618
LICENSE: update Closure Linter to Apache 2.0
13 years ago
Shigeki Ohtsu
6d98524609
tools: update closure_linter to the latest(2.3.5)
13 years ago
Ben Noordhuis
d5f13f6c08
build: use proper python interpreter
Make configure start gyp with the same python interpreter that is used to
run configure itself.
Fixes an issue where configure fails with a SyntaxError because the user
has multiple python binaries on his $PATH and the default one is too old.
13 years ago
Gabriel
9e72b7b65c
build: handle CC env var with spaces
For example:
CC='ccache gcc' ./configure
13 years ago
Bert Belder
0cdeb8ed96
windows: make fs.realpath(Sync) work with UNC paths
Closes #3542
13 years ago
Ben Noordhuis
f00c8bcef8
build: fix --shared-v8 option
13 years ago
isaacs
21aa0df8b2
realpath: No sync cb() calling allowed.
13 years ago
Ben Noordhuis
1e50282ae8
deps: upgrade libuv to 4d42af2
13 years ago
Tim Oxley
69f594d22c
Added % difference for perf benchmarks in 0.8 post
13 years ago
Bert Belder
10448487e5
configure: don't fail if compiler_version() doesn't work
This fixes the Windows build.
13 years ago
isaacs
42ea37afb2
Now working on 0.9.0
13 years ago
isaacs
e3074689f5
Fix #3521 Use an object as the process.env proto
For some reason, though, it looks like EnvGetter is not called for the
key `__proto__`, so I can't make the info->Data() accessible. However,
putting the Object.prototype keys there, in such a way that they are not
OwnProperties, and are supersceded by environs, makes process.env much
less weird.
13 years ago
Andreas Madsen
401ff10295
doc: `detached` is a boolean
13 years ago
Ben Noordhuis
06c82c5069
build: expand ~ in `./configure --prefix=~/a/b/c`
13 years ago
Ben Noordhuis
57276ae70a
build: enable strict aliasing if gcc < 4.5.0
We already enable -fstrict-aliasing when gcc >= 4.6.0 but let's enable it for
gcc < 4.5.0 as well. The aliasing bugs that we ran into in the past are all
particular to the 4.5.x releases.
13 years ago
Ben Noordhuis
4f27a0822a
Merge remote-tracking branch 'origin/v0.8'
13 years ago
Ben Noordhuis
07e5877144
build: disable strict aliasing in v8 with gcc 4.5.x
The gcc 4.5.x have various bugs that make V8 crash in various and interesting
ways when -fstrict-aliasing is in effect.
13 years ago
Ben Noordhuis
5a2cc626b2
build: disable strict aliasing in v8 with gcc 4.5.x
The gcc 4.5.x have various bugs that make V8 crash in various and interesting
ways when -fstrict-aliasing is in effect.
13 years ago
Bert Belder
f60def5e9a
v8: reapply floating patches
13 years ago
Bert Belder
74872b0dc9
v8: upgrade to version 3.11.10.12
13 years ago
Andreas Madsen
3d51646c4b
doc: replace references to cluster.autoFork
13 years ago
Bert Belder
41a4b734d3
windows: remove 256x256 version of the icon
Nobody needs that anyway, it's just eating up space.
13 years ago
Bert Belder
3f932c52b0
windows msi: don't use .exe file as icon
This makes the installer nice and small again.
13 years ago
koichik
d7825b3c1d
docs: add punycode to TOC
Refs #3301 .
13 years ago
isaacs
7823474022
blog post for v0.8.0
13 years ago
isaacs
b07b391304
Now working on 0.8.1
13 years ago
isaacs
5feea97b53
Merge branch 'v0.8.0-release' into v0.8
13 years ago
isaacs
8b8a7a7f9b
2012.06.25, Version 0.8.0 (stable)
* V8: upgrade to v3.11.10.10
* npm: Upgrade to 1.1.32
* Deprecate iowatcher (Ben Noordhuis)
* windows: update icon (Bert Belder)
* http: Hush 'MUST NOT have a body' warnings to debug() (isaacs)
* Move blog.nodejs.org content into repository (isaacs)
* Fix #3503 : stdin: resume() on pipe(dest) (isaacs)
* crypto: fix error reporting in SetKey() (Fedor Indutny)
* Add --no-deprecation and --trace-deprecation command-line flags
* (isaacs)
* fs: fix fs.watchFile() (Ben Noordhuis)
* fs: Fix fs.readfile() on pipes (isaacs)
* Rename GYP variable node_use_system_openssl to be consistent (Ryan
* Dahl)
13 years ago
isaacs
9a7158de18
Hotfix for #3528 Add strdup in uv_cpu_info
13 years ago
Ben Noordhuis
6003912f81
test: use RC4-MD5 cipher in tls test
NULL-MD5 is not always compiled into openssl but RC4-MD5 should always be
available.
Fixes #3531 .
13 years ago
George Shank
bc73abe5a8
doc: update 'Fork me at Github' ribbon
Replace 'Fork me at Github' ribbon with a new one fitting the website's color
scheme.
13 years ago
Mathias Bynens
839bf025a8
docs: Switch to the asynchronous Google Analytics snippet
The old snippet needlessly uses `document.write`. Let’s use the
optimized version of the most recent, asynchronous GA snippet:
http://mathiasbynens.be/notes/async-analytics-snippet
13 years ago
isaacs
8a946c2ee7
benchmark: Backport improvements made in master
Ported to v0.6 for easier comparison in the 0.8.0 blog post.
13 years ago
Ben Noordhuis
c40875ee13
repl: fix buffer clearing after npm command
13 years ago
isaacs
38250f6403
npm: Upgrade to 1.1.32
13 years ago